Frank

Results 47 comments of Frank

The `lncli-web` directory should be the one where you have run your `npm install` and `gulp bundles`commands.

You can give it a try in read-only mode on one of my personal nodes: https://lnd-testnet-1.mably.com/lnd.html (lnd/rocks)

> Authorisation required. login : lnd / password : rocks

I'm not always online on keybase, just answered your message.

Have you tested that grpc version? I can update it if it works fine. Will give it a try when I have some time.

Updated package.json to grpc 1.18.0

Related code is here: https://github.com/mably/lncli-web/blob/master/app/lightning.js Can't see anything wrong there. Probably some access rights missing somewhere.

Definitely an interesting feature to have.

Basic sendtoroute feature has been implemented. ![image](https://user-images.githubusercontent.com/385653/43048032-638ff162-8de1-11e8-8618-d1f522fd9eae.png) Payment hashes have also been added to the invoices list so you can copy/paste them in the "Send to route" dialog. Route(s) can...

I'm running a btcd/lnd/lncli-web stack on a 2 GB RAM VPS without any problem. All components updated to latest master. After a few hours, btcd takes about 50% mem, lnd...