πŸ›ŸCommand

Check syncing:

kopid status 2>&1 | jq .SyncInfo.catching_up

Wallet:

// Add New Wallet
kopid keys add wallet

// Restore executing wallet
kopid keys add wallet --recover

// List All Wallets
kopid keys list

// Delete wallet
kopid keys delete wallet

// Check Balance
kopid q bank balances $(kopid keys show wallet -a) \
--node=https://kopi-rpc.node39.top:443

// Show validator
kopid tendermint show-validator

// Backup
Seed + priv_validator_key.json

Validator:

Command:

Last updated