CLI-cheatsheet
CLI Cheatsheet
to check logs of your node
sudo journalctl -u axoned -f -o catto start your node service
sudo systemctl start axonedStop service
sudo systemctl stop axonedRestart node
sudo systemctl restart axonedto check sync status
axoned status 2>&1 | jq .SyncInfoNode info
axoned status 2>&1 | jq .NodeInfoshow node ID
axoned tendermint show-node-iddelete wallet
axoned keys delete $WALLETto check wallet balance
transfer funds to another wallet
View evm priv key
Withdraw all rewards
withdraw rewards and comission from your validator
check your balance
delegate to your self
redelegate stake to another validator
unbound stake
validator details
jailing info
unjail validator
active set validator
Delete Node
Last updated