README updated

This commit is contained in:
Mario Colque 2014-02-10 22:40:16 -03:00
parent 835612da4e
commit e251a269fa
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
```