minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node, and other stuff on a personal computer
https://minibolt.info
MIT License
74 stars 37 forks source link

LND client guide - update #100

Closed singlebeam closed 4 months ago

singlebeam commented 4 months ago

The expected output for LND listening ports should include 8080 as it is now enabled by default.

image

twofaktor commented 4 months ago

Good catch! It will be fixed in the next commit/release. Thanks for your contribution!

singlebeam commented 4 months ago

Should the LND mobile app guide be adjusted as well? I don't think we need to add 'restlisten=0.0.0.0:8080' to LND config.

twofaktor commented 4 months ago

Should the LND mobile app guide be adjusted as well? I don't think we need to add 'restlisten=0.0.0.0:8080' to the LND config.

I think you are confused, LND REST port needs to be reachable from another device out of localhost, listening only on the localhost would avoid that Zeus installed in another device (mobile phone) would accessing the LND REST on the node

singlebeam commented 4 months ago

Ah yes, of course! My mistake. Thank you.