Make sure you have all prerequisites set up.
Steps are the same as in full-node.md
except:
-
Set
<node-type>
to"seed"
when using run_dcl_node -
Configure node specific parameters before running the node:
[
config.toml
][p2p] pex = true seed_mode = true persistent_peers = "<node1-ID>@<node1-IP>:26656,..." # `Public Sentry` nodes with public IP
-
Use the following command to get
node-ID
of a node:./dcld tendermint show-node-id
.