lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
900 stars 183 forks source link

Unable to neutrino.connect to tor v3 bitcoind onions running compact filters from LND #223

Closed githorray closed 2 years ago

githorray commented 3 years ago

lnd version: lnd version 0.13.0-beta.rc3 commit=v0.13.0-beta.rc3-26-gad0ecc4d

lnd.conf entry:

neutrino.connect=[tor_v3].onion

lnd errors:

[WRN] BTCN: unable to lookup IP for [tor_v3].onion: invalid onion v2 host: [tor_v3].onion

Roasbeef commented 3 years ago

See https://github.com/lightningnetwork/lnd/issues/4973

lukaszsamson commented 2 years ago

@Roasbeef https://github.com/lightningnetwork/lnd/issues/4973 is now closed. Will it now be possible to get compact filters from v3 tor nodes in lnd 0.15 or does it require further work?

guggero commented 2 years ago

Fixed by https://github.com/lightningnetwork/lnd/issues/4973, lnd v0.15.0-beta will support using tor v3 compact filter sources.