Page cover

Commands

🔑 Key management

Add new wallet:

allorad keys add "wallet"

Recover Wallet:

allorad keys add "wallet" --recover

List all Keys:

allorad keys list

Delete wallet:

allorad keys delete "wallet"

Export wallet to file:

allorad keys export "wallet"

Import wallet:

allorad 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