lncli-web
lncli-web copied to clipboard
Light-weight web client for the lnd daemon written in NodeJS / Angular.
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. Changelog Sourced from yargs-parser's changelog. 5.0.0 (2017-02-18) Bug Fixes environment variables should take precedence over config file (#81) (76cee1f) BREAKING CHANGES environment variables will...
trying to follow https://dev.lightning.community/tutorial/02-web-client/index.html and can't even get npm install to work ... sigh I think u need to switch from grpc to @grpc/grpc-js connormbp@connorMBP lncli-web % npm install npm...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
followed the instructions to a T and keep getting this error E0811 23:40:59.383553000 140736047600512 ssl_transport_security.cc:1233] Handshake failed with fatal error SSL_ERROR_SSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed. FULL LOGS (this is all...
update, these steps worked: git clone https://github.com/mably/lncli-web.git cd lncli-web npm install grpc npm install electron npm install ------------------------------------------------------------------------------------------------ details: nodejs v12.0.0 npm 6.9.0 ubuntu 16.0.4 ------------------------------------------------------------------------------------------------ npm ERR! Failed at...
Hi It would really help if there was comas in large numbers so for example `Wallet Balance: 23495384 sat` Word read `Wallet Balance: 23,495,384 sat` So it's so much clearer....
Following the tutorial here: https://dev.lightning.community/tutorial/02-web-client/index.html The issue is that the script specifies port 10001 for lndhost, but the RPC server is by default running on 10009. Running: node server --lndhost=localhost:10009...
I edited config/defaults.js as below: ``` // config/defaults.js module.exports = { : : macaroonPath: `~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon`, : : }; ``` `ls ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon` works, so that file exists. But I failed to...