-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Tor v3 address support for Neutrino client mode #4973
Comments
Note that in order to implement this, we'll need to implement the new |
Would like note that there is a time limit here: https://blog.torproject.org/v2-deprecation-timeline
As mentioned here also: #5771 (comment) |
A lot of Tor only Neutrino LND nodes are going to go offline in short order. I run a Tor v2 BTCD node and have at times seen 50+ Neutrino nodes connected to it. As I understand it the btcsuite upgrade will resolve the issue for both LND and BTCD. |
We're aware of the time limit, but unfortunately this won't make it into 0.14 as slated. See the newly created milestone that tracks this inclusion. As usual: contributions are accepted here. BIP 155 isn't too involved, but this fell through the cracks somewhat w/ all the other PR/issues and priorities. |
Note that I have started a BIP 155 implementation, pretty confident I can finish it before the end of October (see the milestone this issue is attached to). |
@Roasbeef Which branch in your repo should I look at for what you've implemented so far? I'd love to contribute and help get it done. |
Update on this: we're in active testing, a PR should be up in the next few days! |
The |
PR has been merged, so this is only blocked on the updates to the |
Background
Tor v3 address are not supported in Neutrino client mode. This is discussed in the first comment here:
#4806
This is more relevant as bitcoind recently released version 0.21.0 which adds support for serving compact filters to peers. Bitcoind also switched to Tor v3 addresses as a default in version 0.21.0 (older versions only supported v2). Enabling Tor v3 address support could increase the number of Neutrino mode LND nodes deployed as there would be many more backends available.
The text was updated successfully, but these errors were encountered: