Document an alternative mechanism to locate the validator's vote id

This commit is contained in:
Michael Vines
2019-04-23 19:34:51 -07:00
parent 4efada6d84
commit 05b4dbf148

View File

@ -112,6 +112,7 @@ $ fullnode.sh --public-address --poll-for-new-genesis-block beta.testnet.solana.
Alternatively, the `solana-install run` command can be used to run the validator Alternatively, the `solana-install run` command can be used to run the validator
node while periodically checking for and applying software updates: node while periodically checking for and applying software updates:
```bash ```bash
$ clear-fullnode-config.sh
$ solana-install run fullnode.sh -- --public-address --poll-for-new-genesis-block beta.testnet.solana.com $ solana-install run fullnode.sh -- --public-address --poll-for-new-genesis-block beta.testnet.solana.com
``` ```
@ -151,6 +152,14 @@ the recent voting activity from your validator:
$ solana-wallet -n beta.testnet.solana.com show-vote-account 2ozWvfaXQd1X6uKh8jERoRGApDqSqcEy6fF1oN13LL2G $ solana-wallet -n beta.testnet.solana.com show-vote-account 2ozWvfaXQd1X6uKh8jERoRGApDqSqcEy6fF1oN13LL2G
``` ```
The vote id for the validator can also be found by running:
```bash
# If this is a `solana-install`-installation run:
$ solana-keygen pubkey ~/.local/share/solana/install/active_release/config-local/fullnode-vote-id.json
# Otherwise run:
$ solana-keygen pubkey ./config-local/fullnode-vote-id.json
```
### Sharing Metrics From Your Validator ### Sharing Metrics From Your Validator
If you'd like to share metrics perform the following steps before starting the If you'd like to share metrics perform the following steps before starting the
validator node: validator node: