Document an alternative mechanism to locate the validator's vote id
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user