Suggest different validator port by default to coexist with leader port on the same machine

This commit is contained in:
Michael Vines 2018-06-18 15:22:14 -07:00
parent d4807790ff
commit 8ebc5c6b07
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ To run a multinode testnet, after starting a leader node, spin up some validator
Generate the validator's configuration file:
```bash
$ cargo run --release --bin solana-fullnode-config -- -d > validator.json
$ cargo run --release --bin solana-fullnode-config -- -b 9000 -d > validator.json
```
```bash