The new App for IOs is working like it should with the newest version of Raspiblitz.
Now i try it with ZapDesktop Version 0.3.2beta to Rapsiblitz 0.99 but have some problems to give it the right TLS-Certificate and Macaroon path. Can someone please point me in the right direction?
Thank you in advanced!
I can鈥檛 even take iOS app working :) I think e need to read more about lnd , but everything it鈥檚 working on RaspiBlitz
Where can I assist you on the iOS app? Come into the IRC of freenode #raspiblitz I will try to help you.
i think the problem is easy nothing is setup on lnd.conf on IP's
Maybe you can test the desktop app and help me on there?
Ok now I get it. You have to copy the tls.cert and admin.macaroon from the raspiblitz to your local pc and give this folder in your zapdesktop. dont forget to point to the right port and now it works!
I sure hope they improve the ease of use of Lightning in the future. This stuff is impossible for the general public.
Hey,
where do I find the admin.macaroon file and where do I find my ip:port settings to connect with?
@wuestenigel
Using filezilla, connect via SFTP into your raspi and copy the following files to your pc, point to these two files where it asks you in Zap.
/home/admin/.lnd/tls.cert
/home/admin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
Great, what is username and PW for connecting with SFTP?
What will be the URL and port I have to enter later in Zap?
Connect to sftp:// local IP of your node:21 user name admin and the same PW you set for admin when setting up the node
If you鈥檙e only connecting zap locally then use the same local ip of your node in zap with port 10009.
If you want to connect from outside your local network you鈥檒l need to connect to your nodes external IP, you will need to open up NAT ports on your router and add the applicable lines to your conf file to allow for remote connection as well - all something I haven鈥檛 done yet myself so can鈥檛 help you any further with that.
Good luck
Sent with GitHawk
Instantly worked! So much appreciated!