Validator Security
Hardware Security Modules (HSM)
Sentry Nodes (DDOS Protection)
vi $HOEM/.pundix/config/config.toml
# Validators nodes should edit their `config.toml`:
# Comma separated list of nodes to keep persistent connections to
# DO NOT add private peers to this list if you don't want them advertised
# Example ID: 3e16af0cead27979e1fc3dac57d03df3c7a77acc@node-2.pundix.com:26656
persistent_peers = "list of sentry nodes"
# Set true to enable the peer-exchange reactor
pex = false
# Sentry Nodes should edit their `config.toml`:
# Comma separated list of peer IDs to keep private (will not be gossiped to other peers)
# Example ID: 3e16af0cead27979e1fc3dac57d03df3c7a77acc@3.87.179.235:26656
private_peer_ids = "node_ids_of_private_peers"Ports
Environment Variables
Last updated