Frank
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.  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...