Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pull configuration files used to run the nodes to your local machine. These files are required to restart RNode and should be kept secret.

Code Block
for num in {0..8}; do scp root@node$num.root-shard.mainnet.rchain.coop:/var/lib/rnode/rnode.conf ./node$num.rnode.conf; done

...