CLI Cheatsheet

Useful Commands

to check logs of your node

sudo journalctl -u exrpd -f

to start your node service

sudo systemctl start exrpd

Stop service

sudo systemctl stop exrpd

Restart node

sudo systemctl restart exrpd

to check sync status

exrpd status 2>&1 | jq .SyncInfo

Node info

exrpd status 2>&1 | jq .NodeInfo

show node ID

exrpd tendermint show-node-id

delete wallet

exrpd keys delete $WALLET

to check wallet balance

exrpd 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

validator details

jailing info

unjail validator

active set validator

Delete Node

Last updated