Minor update to gossip spy command (#4103)
This commit is contained in:
parent
1e2ba110eb
commit
8202310073
|
@ -100,7 +100,7 @@ $ solana-wallet -n testnet.solana.com balance
|
||||||
|
|
||||||
Also try running following command to join the gossip network and view all the other nodes in the cluster:
|
Also try running following command to join the gossip network and view all the other nodes in the cluster:
|
||||||
```bash
|
```bash
|
||||||
$ solana-gossip --network testnet.solana.com:8001 spy
|
$ solana-gossip --network testnet.solana.com:8001 spy --public-address
|
||||||
# Press ^C to exit
|
# Press ^C to exit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ validator to ports 11000-11011.
|
||||||
From another console, confirm the IP address of your validator is visible in the
|
From another console, confirm the IP address of your validator is visible in the
|
||||||
gossip network by running:
|
gossip network by running:
|
||||||
```bash
|
```bash
|
||||||
$ solana-gossip --network edge.testnet.solana.com:8001 spy
|
$ solana-gossip --network edge.testnet.solana.com:8001 spy --public-address
|
||||||
```
|
```
|
||||||
|
|
||||||
When `fullnode.sh` starts, it will output a fullnode configuration that looks
|
When `fullnode.sh` starts, it will output a fullnode configuration that looks
|
||||||
|
|
Loading…
Reference in New Issue