Page cover

Commands

πŸ”‘ Key management

Add new wallet:

emped keys add "wallet"

Recover Wallet:

emped keys add "wallet" --recover

List all Keys:

emped keys list

Delete wallet:

emped keys delete "wallet"

Export wallet to file:

emped keys export "wallet"

Import wallet:

emped keys import "wallet" wallet.backup

Query wallet balance:

πŸ‘·Validator Management:

Create Validator:

Edit Validator:

View Validator details:

Check Validator key

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:

Block sync left:

Get node peers:

Fetch RPC port:

Retrieving Node ID and Server IP Address Configuration:

Your node:

From RPC other node:

Remove node:

triangle-exclamation

βš™οΈ Service Management:

Reload service:

Enable service:

Disable service:

Start service:

Stop service:

Restart service:

Check service logs:

Last updated