-
Notifications
You must be signed in to change notification settings - Fork 46
Support connect via Tor #62
Comments
would definitely be cool. but running tor on iOS is not that easy. |
I'll look into this. |
i've tried setting up Tor with this framework: https://github.com/iCepa/Tor.framework but that didn't really work. (maybe because i haven't tried hard enough) if you can come up with an example project that is connecting to lnd using grpc over tor that would be really helpful. :) |
Orbot on android allows the android Zeus wallet to remotely connect to LND's rest api, but yeah I'm not aware of an iOS method. |
gRPC over tor is not a problem as long as it has its dedicated hidden service and the .onion address is added to the TLS cert of lnd using tlsextradomain= |
@ketominer The problem with gRPC is that the iCepa Tor framework is using |
hmm seems it's designed for http only, probably not the good framework to use. Would need something generic TCP instead... |
I completely agree with @ketominer. It seemed appropriate to open #368 |
In #42 you mentioned you're looking into Tor support. This is meant to track that feature.
As of right now I'm getting "Could not connect to server", when the certificate and address are in place, the hidden service address is in the "Address" field, and lnd.conf has tlsextradomain set to the hidden service domain.
The text was updated successfully, but these errors were encountered: