From 04c4bc231adbc17b060de0d90530bb6656302ae9 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Mon, 13 Jan 2014 15:09:26 -0300 Subject: [PATCH] Minimal details in docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9127bf9..a85ed9d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ All configuration is specified in the [config](config/) folder, particularly the There is a bitcoind configuration sample at: ``` - etc/mystery/bitcoin.conf + etc/bitcoind/bitcoin.conf ``` If you want to use a external bitcoind server set BITCOIND_HOST / BITCOIND_PORT enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin. @@ -118,6 +118,13 @@ If you are using node instead of grunt, it is very similar: $ NODE_ENV=test node server + +### Development enviroment +To run mystery locally for development: + + $ NODE_ENV=development grunt + + ## Github [Mystery](https://github.com/bitpay/mystery)