Updated readme, added silent blockchain init

This commit is contained in:
Kevin Davis 2018-09-06 16:52:41 -04:00
parent 2b03b2eea1
commit 469b80864c

View File

@ -93,6 +93,13 @@ Start your full node
kvd start 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). > Note: It might take a while to fully sync. Check the latest block height [here](http://validator.connector.kava.io:26657/abci_info).