Skip to content

Commit

Permalink
Suggest different validator port by default to coexist with leader po…
Browse files Browse the repository at this point in the history
…rt on the same machine
  • Loading branch information
mvines committed Jun 18, 2018
1 parent 0a4f402 commit 70d951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d951c

Please sign in to comment.