* doc: update validator-info publish arguments (#6146)
(cherry picked from commit bf199a2ebc
)
# Conflicts:
# book/src/running-validator/validator-info.md
* Update validator-info.md
This commit is contained in:
committed by
Michael Vines
parent
2d4a081c3c
commit
b8f680d1e7
@ -4,10 +4,9 @@ You can publish your validator information to the chain to be publicly visible t
|
||||
|
||||
## Run solana-validator-info
|
||||
|
||||
Run the solana-validator-info CLI to populate a validator-info account:
|
||||
|
||||
Run the solana CLI to populate a validator info account:
|
||||
```bash
|
||||
$ solana-validator-info publish ~/validator-keypair.json <VALIDATOR_NAME> <VALIDATOR_INFO_ARGS>
|
||||
solana validator-info publish --keypair ~/validator-keypair.json <VALIDATOR_NAME> <VALIDATOR_INFO_ARGS>
|
||||
```
|
||||
|
||||
Optional fields for VALIDATOR\_INFO\_ARGS:
|
||||
|
Reference in New Issue
Block a user