From f4cae17f9f943acc970353df79c2cc6a6bd127c2 Mon Sep 17 00:00:00 2001 From: Ruaridh Date: Tue, 18 Sep 2018 13:10:51 -0400 Subject: [PATCH] fix validator instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 461cb489..d91c86f6 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,9 @@ Then, your full running in the background or separate window, run: --address-validator \ --moniker "" \ --chain-id kava-test-2 \ - --from + --from \ + --gas 1000000 + > Note You'll need to type in the default password "password" Now your full node should be participating in consensus and validating blocks!