From 8ebc5c6b07ab53f57f8e91402879e4ce9ddf30fe Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 18 Jun 2018 15:22:14 -0700 Subject: [PATCH] Suggest different validator port by default to coexist with leader port on the same machine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d916fbf8..294560e121 100644 --- a/README.md +++ b/README.md @@ -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