LN-Zap / zap-iOS

Zap Wallet - Native iOS lightning wallet focused on user experience and ease of use ⚡️
http://zaphq.io
MIT License
181 stars 47 forks source link

Unable to connect to LND note #369

Closed emretezel closed 3 years ago

emretezel commented 3 years ago

Hi Everyone,

I am unable to use the IOS app to connect to my local LND note.

My ZAP settings in my lnd.conf file are as below

Zap Settings

Tells LND to listen on all of your computer's interfaces

This could alternatively be set to your router's subnet IP

tlsextraip=0.0.0.0

Tells LND where to listen for RPC messages

This could also be set to your router's subnet IP

rpclisten=0.0.0.0:10009

I have also enabled port forwarding to my linux box running lnd.

I am generating the QR code using lndconnect

Any help, ideas to debug greatly appreciated.

Best regards, Emre

emretezel commented 3 years ago

I was able to solve the issue by adding tlsextradomain to the LND Settings and generating connection URL with the domino name.