This commit is contained in:
gamarin 2019-04-23 16:14:56 +02:00
parent 8e9210664f
commit 4742e406ae
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Your validator is active if the following command returns anything:
gaiacli query tendermint-validator-set | grep "$(gaiad tendermint show-validator)" gaiacli query tendermint-validator-set | grep "$(gaiad tendermint show-validator)"
``` ```
You should also be able to see your validator on the [Explorer](https://explorecosmos.network/validators). You are looking for the `bech32` encoded `address` in the `~/.gaiad/config/priv_validator.json` file. You should now see your validator in one of the Cosmos Hub explorers. You are looking for the `bech32` encoded `address` in the `~/.gaiad/config/priv_validator.json` file.
::: warning Note ::: warning Note
To be in the validator set, you need to have more total voting power than the 100th validator. To be in the validator set, you need to have more total voting power than the 100th validator.