Commands
A set of useful commonly used commands for node operators
Key Management
nibid keys add wallet_namenibid keys add wallet_name --recovernibid keys listValidator Management
nibid tx staking create-validator \
--amount=1000000 \
--pubkey=$(nibid tendermint show-validator) \
--moniker="YOUR_MONIKER_NAME" \
--identity="YOUR_KEYBASE_ID" \
--details="YOUR_DETAILS" \
--website="YOUR_WEBSITE_URL"
--chain-id=nibiru-testnet-2 \
--commission-rate=0.05 \
--commission-max-rate=0.20 \
--commission-max-change-rate=0.01 \
--min-self-delegation=1 \
--from=wallet_name \
--gas-adjustment=1.4 \
--gas=auto \
--gas-prices=0.005unibiToken Management
Governance
CLI Command
Name
Description
Config Changes
Maintenance and status
Linux Service Management
Last updated