Cheatsheet

Very usefull command

Your node peer

echo $(initiad tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.initia/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')

Service

Check sync

initiad status 2>&1 | jq

Check service status

sudo systemctl status initiad

Check Logs

sudo journalctl -u initiad -f -o cat

Start Service

sudo systemctl start initiad

Stop Service

sudo systemctl stop initiad

Restart Service

sudo systemctl restart initiad

Enable Service

Disable service

Reload service

Key Manage

Add walet

Add exsisting wallet

List of wallet

Delete wallet

Check balance

change $WALLET_ADDRESS with initxxxx address

Export keys (save to wallet.backup)

View EVM Prived Key

Import Key (restore from wallet.backup)

Token

Withdraw all rewards

Withdraw rewards and commission from your validator

Check Balance

Delegate to Yourself

Delegate

Redelegate and Stake to Others validator

Unbound

Transfer funds

Validator Operation

Create new Validator

Edit Exsisting Validator

For editing existing validator you only have once chance to edit, you need to wait 24 hours to edit again

Validator Info

Validator details

Jailing Info

Slashing parameters

Unjail validator

Active Set Validators List

Check Validator key

Signing info

Governance

Create New Text Proposal

List of Proposal

View proposal

change number 1 with number of proposal you want to vote example 126

Vote Proposal

change number of proposal with you want to vote example "initiad tx gov vote 126 " and add yes or no wahtever you want

Delete Initia Node

Last updated