Validator Setup

Validator setup for Atom One

Create keys and validator

🙋‍♀️

Make sure to change values for moniker, identity, details website to your own values.

#Create the wallet ( replace #keyname with whatever name you want)
atomoned keys add #keyname
 
#Now create the validator 
atomoned tx staking create-validator \
--amount=1000000uatone \
--pubkey=$( atomoned tendermint show-validator) \
--moniker= "validatorName" \
--chain-id= atomone-1 \
--commission-rate= ”0.05″ \
--commission-max-rate= ”0.20″ \
--commission-max-change-rate= ”0.01″ \
--min-self-delegation= ”1″ \
--gas= ”auto” \
--gas-prices= ”0.01uatone” \
--from= #keyname \
--gas-adjustment=1.5
--identity=keybaseIdNumber \
--details= “write info about your validators for example what type of service you ofer etc.” \
--website=“https://cogwheel.zone for example” \