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
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 9 additions and 0 deletions

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
node while periodically checking for and applying software updates:
```bash
$ clear-fullnode-config.sh
$ 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
```
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
If you'd like to share metrics perform the following steps before starting the
validator node: