Cheatsheet

Useful Commands

to check logs of your node

sudo journalctl -u crossfid -f

to start your node service

sudo systemctl start crossfid

Stop service

sudo systemctl stop crossfid

Restart node

sudo systemctl restart crossfid

to check sync status

crossfid status 2>&1 | jq .SyncInfo

Node info

crossfid status 2>&1 | jq .NodeInfo

show node ID

crossfid tendermint show-node-id

delete wallet

crossfid keys delete $WALLET

to check wallet balance

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

delegate

redelegate stake to another validator

unbound stake

transfer funds

Edit exsisting validator

you can edit your validator using this command

validator details

jailing info

unjail validator

active set validator

check validator keys

Last updated