How to Create a Validator

NOTE: Linux is currently the only supported platform for running a validator.

Creating a validator is done on the command line using the 'mtm' binary from the Microtick binary releases. Running a validator also requires a running and synced node, because blocks need to be signed as they happen. If the node goes down, your validator and the tokens delegated to it risk getting penalized (slashed) for downtime.

Running a validator on the Microtick zone is very similar to running a validator on the Cosmos Hub. Become familiar with the Cosmos Validator FAQ if you have not already.

The following command assumes you're just starting out with 1 TICK for stake (1 TICK = one million utick = 1000000utick)

$ mtm tx staking create-validator \
       --amount SOME_AMOUNTutick \
       --commission-max-change-rate 0.10 \
       --commission-max-rate 0.2 \
       --commission-rate 0.1 \
       --from WALLET_NAME \
       --min-self-delegation 1 \
       --moniker YOUR_MONIKER \
       --pubkey $(mtm tendermint show-validator) \    
       --chain-id microtick-1

The --from address used in the command above should be a microtick account with at least 1 tick (1000000utick). To buy TICK using ATOM, head over to Osmosis.


Questions? The Microtick Telegram chat link is: https://t.me/microtick_general