Configure General Settings
The following information describes the most important node configuration settings found in the ~/.gamelu/config/
directory. It is recommended that you update these settings with your information.
Genesis File
To get the Genesis file for a certain network, please see other resources
Initialize and configure the moniker
A Moniker is the custom username of your node, it should be human-readable. It's set at the time of node setup and can be used to provide more descriptive or friendly names to identify nodes, as opposed to using IP addresses or public key hashes which can be hard to remember or recognize.
Set your custom moniker
Initialize the node
Different types of peers in ~/.game/config/config.toml
~/.game/config/config.toml
Set up external-address
in config.toml
external-address
in config.toml
If your public-facing address is different from the internal address that you're using you need to configure external-address it in config.toml. This addition will prevent continuous reconnections. The default p2p-port is 26656(See Run a Gameluk Node).
Last updated