This commit is contained in:
Rob Walker 2018-08-22 01:34:43 -07:00
parent a355d9f46c
commit 8282442956
1 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ multinode variation, you'll see TPS measurements for each validator node as well
Public Testnet Public Testnet
-------------- --------------
In this example the client connects to our public testnet. To run validators on the testnet you would need to open udp ports `8000-10000`. In this example the client connects to our public testnet. To run validators on the testnet you would need to open udp ports `8000-10000`.
```bash ```bash
$ ./multinode-demo/client.sh testnet.solana.com 1 #The minumum number of nodes to discover on the network $ ./multinode-demo/client.sh testnet.solana.com 1 #The minumum number of nodes to discover on the network
``` ```
@ -263,9 +263,9 @@ If your rustc version is lower than 1.26.1, please update it:
$ rustup update $ rustup update
``` ```
On Linux systems you may need to install libssl-dev and pkg-config. On Ubuntu: On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu:
```bash ```bash
$ sudo apt-get install libssl-dev pkg-config $ sudo apt-get install libssl-dev pkg-config zlib1g-dev
``` ```
Download the source code: Download the source code: