From acc0f8430af6732fa97b7aab8f3ce29cc64cb476 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Wed, 29 Jan 2020 13:05:16 +0000 Subject: [PATCH] validator: updating run instructions --- validator/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/validator/README.md b/validator/README.md index 1c6467e22d..c8bbad5042 100644 --- a/validator/README.md +++ b/validator/README.md @@ -15,6 +15,7 @@ Running the validator on your local machine 1. Download and install [Tendermint 0.32.7](https://github.com/tendermint/tendermint/releases/tag/v0.32.7) 2. `tendermint init` sets up Tendermint for use -3. `tendermint node` runs Tendermint -4. `cargo run -- run` builds the Nym Validator and runs it +3. `tendermint node` runs Tendermint. You'll get errors until you run the Nym validator, this is normal :). +4. `cp sample-configs/validator-config.toml.sample sample-configs/validator-config.toml` +5. `cargo run -- run --config ../sample-configs/validator-config.toml` builds the Nym Validator and runs it