Ubuntu 20.04 LTS
so we recommend using this distribution for now. In the future, it will be possible to compile the application for a wide range of operating systems thanks to the Go language.<chain_id>
for the network.cheqd-noded keys add <key_name>
cheqd-noded keys add alice
$HOME/.cheqdnode/config/genesis.json
$HOME/.cheqdnode/config/
$HOME/.cheqdnode/config/gentx/
$HOME/.cheqdnode/config/gentx/
cheqd-noded add-genesis-account <key_name> 10000000cheq,100000000stake
cheqd-noded add-genesis-account alice 10000000cheq,100000000stake
cheqd-noded gentx <key_name> 1000000stake --chain-id <chain_id>
cheqd-noded gentx alice 1000000stake --chain-id cheqd-node
cheqd-noded collect-gentxs
cheqd-noded validate-genesis
$HOME/.cheqdnode/config/genesis.json
systemctl stop cheqd-noded
systemctl status cheqd-noded
/etc/cheqd-node/genesis.json
$HOME/.cheqdnode/config/genesis.json
/etc/cheqd-node/config.toml
$HOME/.cheqdnode/config/config.toml
persistent_peers
parameter and set it's value to a comma separated list of peers.<node-0-id>@<node-0-ip>, <node-1-id>@<node-1-ip>, <node-2-id>@<node-2-id>, <node-3-id>@<node-3-id>
.systemctl start cheqd-noded
systemctl status cheqd-noded