From f0db68cb757f792420f124749b895263d5156f0c Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Thu, 7 Jun 2018 08:42:05 -0700 Subject: [PATCH] Add note about validator.json and -d flag to config generating scripts --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a832958a6..bccafc410 100644 --- a/README.md +++ b/README.md @@ -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