Command

CLI Cheatsheet

Key management

Add new key

kopid keys add $WALLET

Recover existing key

kopid keys add $WALLET --recover

List all keys

kopid keys list

Delete key

kopid keys delete $WALLET

Export key to the file

kopid keys export $WALLET

Import key from the file

kopid keys import $WALLET wallet.backup

Wallet balance

Token management

Set withdraw address:

Withdraw rewards from all validators

Withdraw rewards and commissions 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

Validator management

Validator info

Validator details

Check if validator key is correct

List all active validators

List all inactive validators

Edit existing validator

Jail reason

Unjail validator

Governance

Create a new offer

List all proposals

View proposal by ID

Vote “YES”

Vote “NO”

Vote “ABSTAIN”

Vote “NOWITHVETO”

Maintenance

Get sync info

Get node peer

Get live peers

Enable Prometheus

Set minimum gas price

Disable indexer

Enable indexer

Update pruning

Filter peers and max peers

Update ports

Reset chain data

Delete node

Service Management

Status service

Start service

Stop service

Restart service

Logs service

Reload service

Enable service

Disable service

END

Last updated