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
sudo systemctl enable initiad
Disable service
sudo systemctl disable initiad
Reload service
sudo systemctl daemon-reload
Key Manage
Add walet
initiad keys add $wallet
Add exsisting wallet
initiad keys add $wallet --recover
List of wallet
initiad keys list
Delete wallet
initiad keys delete $wallet
Check balance
initiad q bank balances $WALLET_ADDRESS
change $WALLET_ADDRESS with initxxxx address
Export keys (save to wallet.backup)
initiad keys export $WALLET
View EVM Prived Key
initiad keys unsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
initiad keys import $WALLET wallet.backup
Token
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 Balance
initiad query bank balances $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