Merge pull request #150 from ralphtheninja/master

fix README
This commit is contained in:
Manuel Aráoz 2014-08-16 10:44:05 -04:00
commit 60f12964a0

View File

@ -123,7 +123,9 @@ If bitcoind is shutdown, *insight* needs to be stopped and restarted once bitcoi
### 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
```~/.insight/```
``~/.insight/``
Please note that previous version's of Insight-API store that on `<insight's root>/db`
this can be changed on config/config.js. As of June 2014, storing the livenet blockchain takes ~35GB of disk space (2GB for the testnet).