-
Notifications
You must be signed in to change notification settings - Fork 19
RPC Listen #1
Comments
Yes, if you want to be able to connect Zap iOS or Zap Desktop to your node then the gRPC interface needs to be exposed over the internet as that is how we communicate with it.
Exposing the interface by itself is safe enough. It can't be used for anything without your access credentials.
Neutrino is not yet up to the task, but it's getting there. |
Hi there, But the App says no connection to the Server. The Ports, 10009 and 9735 are both exposed to the internet. (TCP & UDP) `[Application Options]' tlsextraip=94.XX.XX.XX [Bitcoin] [Bitcoind] [autopilot] ; If the autopilot agent should be active or not. The autopilot agent will Node is online: Thanks fo a hint! |
Instead of exposing RPC to internet you can use a VPN. Tutorial PR pending. |
Hi Jack,
found an issue following your tutorial.
--rpclisten=0.0.0.0:10009
It doesn't work on my lnd node. if I bind on all interface it only listen to tcp6 not tcp4. If I bind on localhost or remote interface it works.
Do we need to expose RPC over internet? how secure it is? Is there any other way to use iOS ZAP? neutrino?
Thanks,
Marco
The text was updated successfully, but these errors were encountered: