▶️Cheat Sheet

Key management

Add new key

0gchaind keys add $OGCHAIN_WALLET

Recover existing key

0gchaind keys add $OGCHAIN_WALLET --recover

List all keys

0gchaind keys list

Delete key

0gchaind keys delete $OGCHAIN_WALLET

Export key to the file

0gchaind keys export $OGCHAIN_WALLET

Import key from the file

0gchaind keys import $OGCHAIN_WALLET wallet.backup

Query wallet balance

0gchaind q bank balances $(0gchaind keys show $OGCHAIN_WALLET -a)

Validator management

Please make sure you have adjusted moniker, identity and details to match your values.

Create new validator

Edit existing validator

Unjail validator

Jail reason

List all active validators

View validator details


Token management

Withdraw rewards from all validators

Withdraw commission and rewards from your validator

Delegate tokens to yourself

Delegate tokens to validator

Redelegate tokens to another validator

Unbond tokens from your validator

Send tokens to the wallet


Governance

List all proposals

View proposal by id

Vote 'Yes'

Vote 'No'

Vote 'Abstain'

Vote 'NoWithVeto'


Utility

Update ports


🚨 Maintenance

Get validator info

Get sync info

Get node peer

Check if validator key is correct

Get live peers

Reset chain data

Remove node


Service Management

Reload service configuration

Enable service

Disable service

Start service

Stop service

Restart service

Check service status

Check service logs

Last updated

Was this helpful?