Commands

Managing keys

Generate new key

hedged keys add wallet

Recover key

hedged keys add wallet --recover

List all key

hedged keys list

Query wallet balances

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

Managing validators

Create validator

hedged tx staking create-validator \
  --amount=1000000uhedge \
  --commission-max-change-rate 0.01 \
  --commission-max-rate 0.1 \
  --commission-rate 0.1 \
  --from wallet \
  --min-self-delegation 1 \
  --moniker $MONIKER \
  --security-contact "" \
  --identity "06F5F34BD54AA6C7" \
  --website "https://vnbnode.com" \
  --details "VNBnode is a group of professional validators / researchers in blockchain" \
  --pubkey $(hedged tendermint show-validator) \
  --chain-id=berberis-1 \
  --gas-prices="0.025uhedge" \
  -y

Edit validator

Unjail

View validator details

Query active validators

Query inactive validators

Managing Tokens

Delegate tokens to your validator

Send token

Withdraw reward from all validator

Withdraw reward and commission

Redelegate to another validator

Governance

Query list proposal

View proposal by ID

Vote yes

Vote No

Vote option asbtain

Vote option NoWithVeto

Maintenance

Check sync

Node status

Get validator information

Get your p2p peer address

Get peers live

\

Last updated

Was this helpful?