CLI Cheatsheet

Useful Commands

to check logs of your node

sudo journalctl -u tacchaind -f -o cat

to start your node service

sudo systemctl start tacchaind

Stop service

sudo systemctl stop tacchaind

Restart node

sudo systemctl restart tacchaind

to check sync status

tacchaind status 2>&1 | jq .SyncInfo

Node info

tacchaind status 2>&1 | jq .NodeInfo

show node ID

tacchaind tendermint show-node-id

delete wallet

tacchaind keys delete $WALLET

to check wallet balance

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