Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.03 KB

File metadata and controls

34 lines (24 loc) · 1.03 KB

Running a Public Sentry 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 "public-sentry" when using run_dcl_node

  • Configure node specific parameters before running the node:

    [config.toml]

    [p2p]
    pex = true
    persistent_peers = "<node1-ID>@<node1-IP>:26656,..." # See the comment below on what values should be set here 

    [app.toml]

    [state-sync]
    snapshot-interval = "snapshot-interval"
    snapshot-keep-recent = "snapshot-keep-recent"
  • persistent_peers value:

    • If your VN doesn't use any Private Sentry nodes, then it must point to the Validator node with private IP.
    • Otherwise, it must point to the Private Sentry nodes with private IPs.
    • Use the following command to get node-ID of a node: ./dcld tendermint show-node-id.