raspiblitz / raspiblitz

Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
MIT License
2.46k stars 522 forks source link

Zap wallet connection issue #476

Closed walletofsatoshi closed 5 years ago

walletofsatoshi commented 5 years ago

Still having issue connecting zapwallet to raspiblitz 1.1

Error connecting to server. It worked well in the initial version 0.9 but not working with newer versions 1 and 1.1

openoms commented 5 years ago

do you have the port 10009 forwarded on your router?

walletofsatoshi commented 5 years ago

This was not needed in v0.9 since I am accessing from LAN so no I have not

openoms commented 5 years ago

Try running this filling your LAN IP: lndconnect --host=your.RaspiBlitz.LAN.IP

openoms commented 5 years ago

BTW you can connect to the new v0.4 Zap desktop, by adding the -j option: lndconnect -j --host=your.RaspiBlitz.LAN.IP

walletofsatoshi commented 5 years ago

So it worked with port forwarding and going reckless thanks