Skip to content

Node URI does not load port from settings #791

Answered by saubyk
mbio16 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mbio16
The port is not hardcoded. RTL is displaying the values as configured in your lnd.conf file.
The reason your port is not showing up per your configuration is, because LND does not set the port value from listen param for external access. Instead the value for the port is picked up from externalip param. You should configure your externalip as x.x.x.x:9734 instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mbio16
Comment options

Answer selected by saubyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #790 on September 06, 2021 15:32.