Minor update to gossip spy command (#4103)

This commit is contained in:
Sagar Dhawan 2019-05-01 14:25:26 -07:00 committed by GitHub
parent 1e2ba110eb
commit 8202310073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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