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 | jqCheck service status
sudo systemctl status initiadCheck Logs
sudo journalctl -u initiad -f -o catStart Service
sudo systemctl start initiadStop Service
sudo systemctl stop initiadRestart Service
sudo systemctl restart initiadEnable Service
Disable service
Reload service
Key Manage
Add walet
Add exsisting wallet
List of wallet
Delete wallet
Check balance
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
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
Vote Proposal
Delete Initia Node
All of Your Initia Node Data will be Deleted
Last updated