From fe6cf0e86049342f3158d818f353ab9c2d4d4b4a Mon Sep 17 00:00:00 2001 From: Igor Korsakov Date: Thu, 7 Feb 2019 14:46:00 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb2d705..6059cbf 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ cd LndHub npm i ``` -Install `bitcoind`, `lnd` and `redis`. - -Edit `config.js` and set it up correctly. +Install `bitcoind`, `lnd` and `redis`. Edit `config.js` and set it up correctly. Copy `admin.macaroon` and `tls.cert` in root folder of LndHub. +`bitcoind` should run with `-deprecatedrpc=accounts`, for now. Lndhub expects Lnd's wallet to be unlocked, if not - it will attempt to unlock it with password stored in `config.lnd.password`. +Don't forget to enable disk-persistance for `redis`. + + ### Deploy to Heroku Add config vars : @@ -29,6 +31,10 @@ Add config vars : Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js +![image](https://user-images.githubusercontent.com/1913337/52418916-f30beb00-2ae6-11e9-9d63-17189dc1ae8c.png) + + + ## Responsible disclosure Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io