CLI Cheatsheet

Useful Commands

to check logs of your node

sudo journalctl -u lumerad -f -o cat

to start your node service

sudo systemctl start lumerad

Stop service

sudo systemctl stop lumerad

Restart node

sudo systemctl restart lumerad

to check sync status

lumerad status 2>&1 | jq .SyncInfo

Node info

lumerad status 2>&1 | jq .NodeInfo

show node ID

lumerad tendermint show-node-id

delete wallet

lumerad keys delete $WALLET

to check wallet balance

lumerad q bank balances $(lumerad 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