Configure General Settings
Genesis File
Initialize and configure the moniker
export MONIKER="YOUR_MONIKER"gameid init $MONIKER --chain-id <Network> -oDifferent types of peers in ~/.game/config/config.toml
~/.game/config/config.toml# Comma-separated list of peers to be added to the peer store
# on startup. Either BootstrapPeers or PersistentPeers are
# needed for peer discovery
bootstrap-peers = ""
# Comma-separated list of nodes to keep persistent connections to
persistent-peers = ""
# List of node IDs, to which a connection will be (re)established ignoring any existing limits
unconditional-peer-ids = ""Set up external-address in config.toml
external-address in config.tomlLast updated