cheqd-node
provides an overview of what configuration actions are carried out by the installer.cheqd-node
.debcheqd
user will be created. By default, HOME
directory for the user is /home/cheqd
, but it can be changed by setting CHEQD_HOME_DIR
environment variable before running dpkg
command. Additionnally, a custom logging directory can also be defined by passing the environment variable CHEQD_LOG_DIR
(defaults to /home/cheqd/.cheqdnode/log
):cheqd
system usercheqd
user before managing node. By default, the node stores configuration files in the home directory for the user that initialises the node. By switching to the special cheqd
system user, you can ensure that the configuration files are stored in the system app data directories configured by the Debian package.genesis.json
file for the relevant persistent chain and put it in the $HOME/.cheqdnode/config
directory.seeds
with a comma separated list of seed node addresses specified in seeds.txt
for the relevant persistent chain.SEEDS
environment variable:SEEDS
environment variable:SEEDS
variable is defined, pass the values to the cheqd-noded configure
tool to set it in the configuration file.minimum-gas-prices
parameter if you want to use custom value. The default is 25ncheq
.external-address
property which defines the externally reachable address. This can be defined using either IP address or DNS name followed by the P2P port (Default: 26656).external-address
property, the node will report a private IP address from its own host network interface as its remote_ip
, which will be unreachable from the outside world. The node still works in this configuration, but only with limited unidirectional connectivity.cheqd-noded
system servicecheqd
user, type exit
to logout and then attempt to execute this as a privileged user (with sudo
privileges or as root user, if necessary).cheqd-noded
service is running. If successfully started, the status output should return Active: active (running)
cheqd-noded
daemon is active and running, check that the node is connected to the cheqd testnet and catching up with the latest updates on the ledger.latest_block_height
and note the value. Execute the status command above a few times and make sure the value of latest_block_height
has increased each time.catching_up
returns the output false
.cheqd-noded status --node <rpc-address>
<node-address:rpc-port>/status