Command

Managing keys

Generate new key

0gchaind keys add wallet
0gchaind keys add wallet --eth

Recover key

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

Delete key

0gchaind keys delete wallet

List all key

0gchaind keys list

Export eth key

0gchaind keys unsafe-export-eth-key wallet

Query wallet balances

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

Managing validators

Create validator

Edit validator

Unjail

View validator details

Query active validators

Query inactive validators

Managing Tokens

Delegate tokens to your validator

Send token

Withdraw reward from all validator

Withdraw reward and commission

Redelegate to another validator

Governance

Query list proposal

View proposal by ID

Vote yes

Vote No

Vote option asbtain

Vote option NoWithVeto

Maintenance

Check sync

Node status

Get validator information

Get your p2p peer address

Get peers live

Remove Node

Last updated