π―Useful commands
Check node status
initiad status | jqQuery your validator
initiad q mstaking validator $(initiad keys show $WALLET_NAME --bech val -a) Query missed blocks counter & jail details of your validator
initiad q slashing signing-info $(initiad tendermint show-validator)Unjail your validator
initiad tx slashing unjail --from $WALLET_NAME --gas=2000000 --fees=300000uinit -yDelegate tokens to your validator
initiad tx mstaking delegate $(initiad keys show $WALLET_NAME --bech val -a) <AMOUNT>uinit --from $WALLET_NAME --gas=2000000 --fees=300000uinit -yGet your p2p peer address
initiad status | jq -r '"\(.NodeInfo.id)@\(.NodeInfo.listen_addr)"'Edit your validator
initiad tx mstaking edit-validator --website="<WEBSITE>" --details="<DESCRIPTION>" --moniker="<NEW_MONIKER>" --from=$WALLET_NAME --gas=2000000 --fees=300000uinit -ySend tokens between wallets
initiad tx bank send $WALLET_NAME <TO_WALLET> <AMOUNT>uinit --gas=2000000 --fees=300000uinit -yQuery your wallet balance
Monitor server load
Query active validators
Query inactive validators
Check logs of the node
Restart the node
Stop the node
Delete the node from the server
Example gRPC usage
Example REST API query
Last updated