Page cover

Commands

🔑 Key management

Add new wallet:

0gchaind keys add "wallet" --eth

Recover Wallet:

0gchaind keys add "wallet" --recover --eth

EVM wallet address:

echo "0x$(0gchaind debug addr $(0gchaind keys show "wallet" -a) | grep hex | awk '{print $3}')"

List all Keys:

0gchaind keys list

Delete wallet:

0gchaind keys delete "wallet"

Export wallet to file:

0gchaind keys export "wallet"

Import wallet:

Export private key

Import Wallet from private key

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