lncli-web
lncli-web copied to clipboard
Localhost:8280 unable to connect (lnd 0.10)
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
fixes the issue