From 8202310073d439d446d9808295aedcc8a0216e0a Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Wed, 1 May 2019 14:25:26 -0700 Subject: [PATCH] Minor update to gossip spy command (#4103) --- book/src/testnet-participation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 6293334a43..fa19bb67b1 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -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: ```bash -$ solana-gossip --network testnet.solana.com:8001 spy +$ solana-gossip --network testnet.solana.com:8001 spy --public-address # 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 gossip network by running: ```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