Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ault_10904-1
10904
aault
1 second
mkdir -p $HOME/temp cd $HOME/temp wget <BINARY_DOWNLOAD_URL> tar -xvzf testnet-aultd-linux-amd64.tar.gz ./aultd version --long sudo mv aultd /usr/bin/aultd sudo chmod +x /usr/bin/aultd
MONIKER=<YOUR_NODE_MONIKER> aultd init $MONIKER --chain-id ault_10904-1
mv ~/.aultd/config/genesis.json ~/.aultd/config/genesis.json.backup wget <GENESIS_FILE_PATH> unzip genesis.json.zip cp genesis.json ~/.aultd/config/genesis.json
sha256sum ~/.aultd/config/genesis.json
wget <FULLNODE_CONFIG_PACKAGE_PATH> unzip testnet_fullnode_config.zip cp app.toml ~/.aultd/config/app.toml cp config.toml ~/.aultd/config/config.toml
EXTERNAL_IP=$(curl -s ident.me -4) sed -i "s|external_address = .*|external_address = \"$EXTERNAL_IP:26656\"|" ~/.aultd/config/config.toml
aultd start --chain-id ault_10904-1
curl -s localhost:26657/status | jq '.result.sync_info'
26656
node-id@IP:PORT
aultd comet show-node-id --home ~/.aultd