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/".*//')
Key management
Add New Wallet
initiadkeysadd $WALLET
Restore executing wallet
initiadkeysadd $WALLET --recover
List All Wallets
initiadkeyslist
Delete wallet
initiadkeysdelete $WALLET
Check Balance
initiadqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
initiadkeysexport $WALLET
View EVM Prived Key
initiadkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
initiadkeysimport $WALLET wallet.backup
Tokens
To valoper addressTo wallet addressAmount, uward
Withdraw all rewards
initiad tx distribution withdraw-all-rewards --from $WALLET --chain-id initiation-1 --gas auto --gas-adjustment 1.5 --fees 0uinit
Withdraw rewards and commission from your validator
initiad tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id initiation-1 --gas auto --gas-adjustment 1.5 --fees 0uinit -y
Check your balance
initiadquerybankbalances $WALLET_ADDRESS
Delegate to Yourself
initiad tx staking delegate $(wardend keys show $WALLET --bech val -a) 1000000uinit --from $WALLET --chain-id initiation-1 --gas auto --gas-adjustment 1.5 --fees 0unit -y