lncli-web icon indicating copy to clipboard operation
lncli-web copied to clipboard

Localhost:8280 unable to connect (lnd 0.10)

Open veritasdigitalis opened this issue 4 years ago • 0 comments

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

veritasdigitalis avatar Apr 27 '20 15:04 veritasdigitalis