From d1324d35807f0a8853314ea93cfe60ef338387c7 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 10:29:44 -0400 Subject: [PATCH] update readme 12 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed4fe0..701ae3c 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,15 @@ once bitcoind is restarted. Check util/sync.js --help for options, particulary -D to erase the current DB. - *NOTE*: there is no need to run this manually since the historic synchronization is embedded on the web application, so by running you will trigger the historic sync automatically. + *NOTE*: there is no need to run this manually since the historic synchronization + is built in into the web application. Running *insight-api* normally will trigger + the historic sync automatically. ### DB storage requirement -To store the blockchain and address related information, *insight* uses LevelDB. Two DBs are created: txs and blocks. By default these are stored on +To store the blockchain and address related information, *insight-api* uses LevelDB. +Two DBs are created: txs and blocks. By default these are stored on ``~/.insight/``