Confirm Election Status

Once the network is running you can check if you’re in the current validator set.

exocored --home $HOMEDIR q tendermint-validator-set | grep $(exocored --home $HOMEDIR tendermint show-address)
# prints your `exovalcons` address, corresponding to the consensus key. example below.
- address: exovalcons18z3p42xn8pjk338upvzp794h02wh7p4t7jj9jx

If you recently registered as a validator, it takes at most 1 day (one epoch) for the validator set to update.

Last updated