Useful commands

Keys

Add new key

nibid keys add wallet

Recover existing key

nibid keys add wallet --recover

List all keys

nibid keys list

Delete key

nibid keys delete wallet

Query wallet balance

nibid q bank balances $(nibid keys show wallet -a)

Create new validator

nibid tx staking create-validator \
--amount 10000000unibi \
--pubkey $(nibid tendermint show-validator) \
--moniker "YOUR_MONIKER_NAME" \
--identity "YOUR_KEYBASE_ID" \
--details "YOUR_DETAILS" \
--website "YOUR_WEBSITE_URL" \
--chain-id cataclysm-1 \
--commission-rate 0.1 \
--commission-max-rate 0.20 \
--commission-max-change-rate 0.01 \
--min-self-delegation 1 \
--from wallet \
--fees 5000unibi \
-y

Edit validator

Unjail validator

Jail reason

List all active validators

List all inactive validators

Withdraw rewards from all validators

Withdraw commission and rewards from your validator

Delegate to yourself

Delegate tokens to validator

Redelegate tokens to another validator

Unbond tokens from your validator

Send tokens to the wallet

View validator details

Slashing params

Signing Info

Get validator info

Get sync info

Check validator key

Remove node

Reload service configuration

Enable service

Disable service

Start service

Stop service

Restart service

Check service status

Check service logs

Delete Node

Last updated