* Update keypair configuration output While going through the tutorial to start a validator I noticed that the output I received from running... ``` solana config set --keypair ~/validator-keypair.json ``` ...different from the output I was seeing. Wondering whether the docs are out of date I thought I'd propose an update to the docs just in case. (cherry picked from commit02157f4753
) * Update docs/src/running-validator/validator-start.md (cherry picked from commitde76adbdf3
) Co-authored-by: Chris Bellew <cjbellew@gmail.com> Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
@ -207,9 +207,11 @@ solana config set --keypair ~/validator-keypair.json
|
||||
You should see the following output:
|
||||
|
||||
```text
|
||||
Wallet Config Updated: /home/solana/.config/solana/wallet/config.yml
|
||||
* url: http://api.devnet.solana.com
|
||||
* keypair: /home/solana/validator-keypair.json
|
||||
Config File: /home/solana/.config/solana/cli/config.yml
|
||||
RPC URL: http://api.devnet.solana.com
|
||||
WebSocket URL: ws://api.devnet.solana.com/ (computed)
|
||||
Keypair Path: /home/solana/validator-keypair.json
|
||||
Commitment: confirmed
|
||||
```
|
||||
|
||||
## Airdrop & Check Validator Balance
|
||||
|
Reference in New Issue
Block a user