Misc commands
Register validator with name, website and icon
See list of registered validators:
solana validator-info get
Set to you identity.json keypair:
solana config set -k identity.json
Publish your validator information:
solana validator-info publish "Validator name" -w "website" -i "icon URL" -k path/<identity keypair>
Note "-k" at the end which points to your identify.json including its path. This links your validator identity to the information you are providing. Your icon needs to be hosted.
Example:
solana validator-info publish "Jack's Ryzen Test Node" -w "https://x1.xyz" -i "https://x1.xyz/ryzen.jpg" -k .config/solana/identity.json
See validator info for specific validator:
solana validator-info get <Info address>
Supply information
Get X1 supply (l for localnet):
solana -ul supply
Get Solana Supply (m for mainnet):
solana -um supply
Get stake history (shows stake history for 10 last epochs):
solana -ul stake-history
Epoch info:
solana epoch-info
Block production % per epoch
Last updated