Shuffle initial mention of solana-gossip (#3991)

automerge
This commit is contained in:
Michael Vines
2019-04-25 09:30:30 -07:00
committed by Grimes
parent b98200aca4
commit 4c200635b7

View File

@ -39,11 +39,6 @@ $ curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,
Inspect the blockexplorer at [http://beta.testnet.solana.com/](http://beta.testnet.solana.com/) for activity. Inspect the blockexplorer at [http://beta.testnet.solana.com/](http://beta.testnet.solana.com/) for activity.
Run the following command to join the gossip network and view all the other nodes in the cluster:
```bash
$ solana-gossip --network beta.testnet.solana.com:8001 spy
```
View the [metrics dashboard]( View the [metrics dashboard](
https://metrics.solana.com:3000/d/U9-26Cqmk/testnet-monitor-cloud?refresh=60s&orgId=2&var-testnet=testnet-beta&var-hostid=All) https://metrics.solana.com:3000/d/U9-26Cqmk/testnet-monitor-cloud?refresh=60s&orgId=2&var-testnet=testnet-beta&var-hostid=All)
for more detail on cluster activity. for more detail on cluster activity.
@ -101,6 +96,12 @@ $ solana-wallet -n beta.testnet.solana.com airdrop 123
$ solana-wallet -n beta.testnet.solana.com balance $ solana-wallet -n beta.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 beta.testnet.solana.com:8001 spy
# Press ^C to exit
```
Then the following command will start a new validator node. Then the following command will start a new validator node.
If this is a `solana-install`-installation: If this is a `solana-install`-installation:
@ -132,7 +133,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 $ solana-gossip --network edge.testnet.solana.com:8001 spy
``` ```
When `fullnode.sh` starts, it will output a fullnode configuration that looks When `fullnode.sh` starts, it will output a fullnode configuration that looks