CLI Cheatsheet

Useful Commands

to check logs of your node

sudo journalctl -u achillesd -f

to start your node service

sudo systemctl start achillesd

Stop service

sudo systemctl stop achillesd

Restart node

sudo systemctl restart achillesd

to check sync status

achillesd status 2>&1 | jq .SyncInfo

Node info

achillesd status 2>&1 | jq .NodeInfo

show node ID

achillesd tendermint show-node-id

delete wallet

achillesd keys delete $WALLET

to check wallet balance

achillesd q bank balances $(achillesd keys show $WALLET -a)

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

transfer funds

validator details

jailing info

unjail validator

active set validator

Delete Node

Last updated