2019-04-13 00:27:07 +01:00
REF
2019-04-04 14:10:05 +01:00
REF
2019-04-04 12:51:46 +01:00
2018-12-09 22:46:14 +00:00
DOC
2019-03-13 00:21:27 +00:00
REF
2019-02-28 23:07:31 +00:00
2018-12-02 22:17:02 +00:00
2018-12-02 22:17:02 +00:00
2018-12-02 22:17:02 +00:00
REF
2018-12-08 15:47:00 +00:00
2019-03-21 21:45:22 +00:00
2019-03-21 20:49:45 +00:00
2019-03-21 20:49:45 +00:00
2019-03-10 23:39:48 +00:00

LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts with minimum trust for end users

INSTALLATION

You can use those guides or follow instructions below:

git clone git@github.com:BlueWallet/LndHub.git
cd LndHub
npm i

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 :

  • CONFIG : json serialized config object
  • MACAROON: hex-encoded admin.macaroon
  • TLSCERT: hex-encoded tls.cert

Tests

Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js

image

Responsible disclosure

Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io Thanks!

Description
Fork of LndHub with some fixes, as well as additions for lnurl-pay support
https://lndhub.kosmos.org
Readme 1.5 MiB
Languages
JavaScript 64.9%
HTML 29.6%
CSS 3.3%
Shell 1.2%
Dockerfile 1%