Deploy a Testnet
This document describes 2 ways to setup a network of panacead
nodes.
Using multiple machines
Deploy the first node
This setup puts all the data for panacead
in ~/.panacea
. You can examine the genesis file that you created at ~/.panacea/config/genesis.json
.
Deploy the second node
Init the second node using another moniker: node2
.
Overwrite ~/.panacea/config/genesis.json
with the first node's genesis.json
.
Get a node ID of the first node.
Set a persistent_peers
in the ~/.panacea/config/config.toml
of the second node.
Start the second node.
Last updated