Add note about validator.json and -d flag to config generating scripts

This commit is contained in:
Stephen Akridge 2018-06-07 08:42:05 -07:00 committed by Greg Fitzgerald
parent f0d1fdfb46
commit f0db68cb75
1 changed files with 7 additions and 1 deletions

View File

@ -82,7 +82,7 @@ open on all the machines you want to test with.
Generate a leader configuration file with:
```bash
cargo run --release --bin solana-fullnode-config > leader.json
cargo run --release --bin solana-fullnode-config -- -d > leader.json
```
Now start the server:
@ -112,6 +112,12 @@ Multinode Testnet
To run a multinode testnet, after starting a leader node, spin up some validator nodes:
Generate the validator's configuration file:
```bash
cargo run --release --bin solana-fullnode-config -- -d > validator.json
```
```bash
$ cat ./multinode-demo/validator.sh
#!/bin/bash