Merge pull request #232 from colkito/bug/change-mongodb-levelDB

README updated
This commit is contained in:
Matias Alejo Garcia 2014-02-11 01:12:48 -02:00
commit dfab38a7fb
1 changed files with 15 additions and 15 deletions

View File

@ -187,7 +187,7 @@ If you want to use a external bitcoind server set the following environment vari
Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. Alternatively change config/env/$NODE_ENV.js
In case the network is changed, mongoDB database need to be deleted. This can be performed running:
In case the network is changed, levelDB database need to be deleted. This can be performed running:
```
util/sync.js -D
```