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