From 469b80864c2ab6a6a2fee0ebfa177d9e1a4941c1 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Thu, 6 Sep 2018 16:52:41 -0400 Subject: [PATCH] Updated readme, added silent blockchain init --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b876c974..151ed32b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,14 @@ Add the kava node address, `0dfd43e440e34fc193ddee4ae99547184f3cb5d1@validator.c Start your full node kvd start - + +Or, to start in background and send to log: + + kvd start &> kvd.log & + +To see the output of the log: + + tail -f kvd.log > Note: It might take a while to fully sync. Check the latest block height [here](http://validator.connector.kava.io:26657/abci_info).