CLI Cheatsheet
Useful Commands
to check logs of your node
sudo journalctl -u lumerad -f -o catto start your node service
sudo systemctl start lumeradStop service
sudo systemctl stop lumeradRestart node
sudo systemctl restart lumeradto check sync status
lumerad status 2>&1 | jq .SyncInfoNode info
lumerad status 2>&1 | jq .NodeInfoshow node ID
lumerad tendermint show-node-iddelete wallet
lumerad keys delete $WALLETto 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