-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspibolt without upnp #11
Comments
guilnz: LNV v0.5.x: Hmmm ... Stadicus uses the new feature in V0.5 where lnd queries the local (uPnP enabled) router and lnd itself manages the advertising of external IP. If you are running V0.5.2 with a router that does not support uPnP, then it is quite possible your new systemd service (or a cron job) is needed. As mentioned in my extra "There is discussion among the lnd developers about adding a new lncli command to update the --externalip parameter without restarting lnd - which locks the wallet. Until that is implemented, the solution presented here is a stop-gap solution." That discussion concluded in lnd V0.5 being able to manage all this itself. BTW ... I am on V0.5.2 so no longer use /usr/local/bin/getpublicip.sh at all Hope that helps. |
Hi , yes i have LND 0.5.2 and router without Upnp. Brief for people with same issue:
I don't understand if "lnd" takes $PUBLICIP from "getpublicip" without this 3 lines. Thanks for your help. |
Hi, thanks for your guides,
In the new version of public ip script "RB_extra_02.md" , is it not necessary create corresponding systemd unit ?? see below
Also is it not necessary to change this line in /etc/systemd/system/lnd.service ?
The text was updated successfully, but these errors were encountered: