Limit USE_INSTALL scope

This commit is contained in:
Michael Vines 2019-04-10 11:50:23 -07:00
parent 81d43c57a2
commit 842d146b0d
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ set:
```bash ```bash
$ export release=0.12.4 $ export release=0.12.4
$ export ip=$(dig +short beta.testnet.solana.com) $ export ip=$(dig +short beta.testnet.solana.com)
$ export USE_INSTALL=1
``` ```
#### Obtaining The Software #### Obtaining The Software
@ -79,7 +78,7 @@ $ RUST_LOG=info solana-gossip --network ${ip:?}:8001
#### Starting The Validator #### Starting The Validator
The following command will start a new validator node: The following command will start a new validator node:
```bash ```bash
$ RUST_LOG=warn ./multinode-demo/fullnode-x.sh --public-address --poll-for-new-genesis-block ${ip:?} $ RUST_LOG=warn USE_INSTALL=1 ./multinode-demo/fullnode-x.sh --public-address --poll-for-new-genesis-block ${ip:?}
``` ```
Then from another console, confirm the IP address if your node is now visible in Then from another console, confirm the IP address if your node is now visible in