Skip to content

Instantly share code, notes, and snippets.

@taobun
Created September 18, 2020 04:30
Show Gist options
  • Save taobun/caaf84226ae21def726f2092af278add to your computer and use it in GitHub Desktop.
Save taobun/caaf84226ae21def726f2092af278add to your computer and use it in GitHub Desktop.
bandcli tx staking create-validator \
--amount 3000000uband \
--commission-max-change-rate 0.01 \
--commission-max-rate 0.2 \
--commission-rate 0.1 \
--from YOUR_WALLET \
--min-self-delegation 1 \
--moniker YOUR_MONIKER \
--pubkey $(bandd tendermint show-validator) \
--chain-id band-guanyu-testnet3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment