Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (20 loc) · 692 Bytes

validator creation.md

File metadata and controls

22 lines (20 loc) · 692 Bytes
anoned keys add <validator>

If you have validator address before, add --recover flag and type your mnemonic to recover.

Then, go to Faucet channel in Discord to get your token: https://discord.com/channels/908103165143023666/944946627880316938. Send your wallet address to receive tokens

Create a new validator:

anoned tx staking create-validator \
  --amount=1500000000uan1 \
  --pubkey=$(anoned tendermint show-validator) \
  --moniker=<moniker> \
  --chain-id=anone-testnet-1 \
  --commission-rate="0.05" \
  --commission-max-rate="0.20" \
  --commission-max-change-rate="0.01" \
  --min-self-delegation=1 \
  --gas 200000 \
  --fees 250000uan1 \
  --from=<validator>