Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 667 Bytes

File metadata and controls

24 lines (16 loc) · 667 Bytes

Running a Seed Node manually

Prerequisites

Make sure you have all prerequisites set up.

Deployment steps

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.