docs: prefer solana gossip
to solana-gossip spy
(#20734)
(cherry picked from commit 9543fd9cdd
)
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -8,7 +8,7 @@ Confirm the IP address and **identity pubkey** of your validator is visible in
|
|||||||
the gossip network by running:
|
the gossip network by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
solana-gossip spy --entrypoint devnet.solana.com:8001
|
solana gossip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Check Your Balance
|
## Check Your Balance
|
||||||
|
@ -26,16 +26,6 @@ solana transaction-count
|
|||||||
View the [metrics dashboard](https://metrics.solana.com:3000/d/monitor/cluster-telemetry) for more
|
View the [metrics dashboard](https://metrics.solana.com:3000/d/monitor/cluster-telemetry) for more
|
||||||
detail on cluster activity.
|
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
|
## Enabling CUDA
|
||||||
|
|
||||||
If your machine has a GPU with CUDA installed \(Linux-only currently\), include
|
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 ...`
|
> `solana-validator --identity ASK ... --authorized-voter ASK ...`
|
||||||
> and you will be prompted to enter your seed phrases and optional passphrase.
|
> 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:
|
running:
|
||||||
|
|
||||||
```bash
|
```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.
|
If your validator is connected, its public key and IP address will appear in the list.
|
||||||
|
Reference in New Issue
Block a user