Page cover

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 list

Delete 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:

triangle-exclamation

βš™οΈ 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