Update README.md
This commit is contained in:
parent
e9bf03b58b
commit
fe6cf0e860
12
README.md
12
README.md
@ -12,11 +12,13 @@ cd LndHub
|
|||||||
npm i
|
npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
Install `bitcoind`, `lnd` and `redis`.
|
Install `bitcoind`, `lnd` and `redis`. Edit `config.js` and set it up correctly.
|
||||||
|
|
||||||
Edit `config.js` and set it up correctly.
|
|
||||||
Copy `admin.macaroon` and `tls.cert` in root folder of LndHub.
|
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
|
### Deploy to Heroku
|
||||||
|
|
||||||
Add config vars :
|
Add config vars :
|
||||||
@ -29,6 +31,10 @@ Add config vars :
|
|||||||
|
|
||||||
Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js
|
Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Responsible disclosure
|
## Responsible disclosure
|
||||||
|
|
||||||
Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io
|
Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user