docs: prefer `solana gossip` to `solana-gossip spy`

This commit is contained in:
Trent Nelson 2021-10-15 10:45:35 -06:00 committed by mergify[bot]
parent 5a6d732d48
commit 9543fd9cdd
2 changed files with 3 additions and 13 deletions

View File

@ -8,7 +8,7 @@ Confirm the IP address and **identity pubkey** of your validator is visible in
the gossip network by running:
```bash
solana-gossip spy --entrypoint devnet.solana.com:8001
solana gossip
```
## Check Your Balance

View File

@ -26,16 +26,6 @@ solana transaction-count
View the [metrics dashboard](https://metrics.solana.com:3000/d/monitor/cluster-telemetry) for more
detail on cluster activity.
## Confirm your Installation
Try running following command to join the gossip network and view all the other
nodes in the cluster:
```bash
solana-gossip spy --entrypoint entrypoint.devnet.solana.com:8001
# Press ^C to exit
```
## Enabling CUDA
If your machine has a GPU with CUDA installed \(Linux-only currently\), include
@ -318,11 +308,11 @@ The ledger will be placed in the `ledger/` directory by default, use the
> `solana-validator --identity ASK ... --authorized-voter ASK ...`
> and you will be prompted to enter your seed phrases and optional passphrase.
Confirm your validator connected to the network by opening a new terminal and
Confirm your validator is connected to the network by opening a new terminal and
running:
```bash
solana-gossip spy --entrypoint entrypoint.devnet.solana.com:8001
solana gossip
```
If your validator is connected, its public key and IP address will appear in the list.