
Commands
π Key management
Add new wallet:
initiad keys add "wallet" Recover Wallet:
initiad keys add "wallet" --recover EVM wallet address:
echo "0x$(initiad debug addr $(0gchaind keys show "wallet" -a) | grep hex | awk '{print $3}')"List all Keys:
initiad keys listDelete wallet:
initiad keys delete "wallet"Export wallet to file:
initiad keys export "wallet"Import wallet:
Query wallet balance:
π·Validator Management:
Create Validator:
Edit Validator:
View Validator details:
Unjail:
π° Token management:
Send token to another wallet:
Delegate tokens to yourself:
Redelegate tokens to another Validator:
Withdraw rewards from all Validators:
Withdraw commission & rewards from your validator:
Unbond tokens from your validator:
π³ Governance:
Query proposal:
Vote Yes/No:
π¨ Maintenance
Get sync status:
Check sync status:
Get node peers:
Set peers:
Remove node:
Please, before proceeding with the next step! All chain data will be lost! Make sure you have backed up your priv_validator_key.json!
βοΈ Service Management:
Reload service:
Enable service:
Disable service:
Start service:
Stop service:
Restart service:
Check service logs:
Fetch RPC port:
Retrieving Node ID and Server IP Address Configuration:
From yourself:
From RPC public:
Node listen info:
Last updated