Commands
A set of useful commonly used commands for node operators
Key Management
nolusd keys add wallet_namenolusd keys add wallet_name --recovernolusd keys listValidator Management
nolusd tx staking create-validator \
--amount=1000000 \
--pubkey=$(nolusd tendermint show-validator) \
--moniker="YOUR_MONIKER_NAME" \
--identity="YOUR_KEYBASE_ID" \
--details="YOUR_DETAILS" \
--website="YOUR_WEBSITE_URL"
--chain-id=nolus-rila \
--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.0025unlsToken Management
Governance
CLI Command
Name
Description
Config Changes
Maintenance and status
Linux Service Management
Last updated