dcrd icon indicating copy to clipboard operation
dcrd copied to clipboard

Version 3 onion services are unreachable

Open isuldor opened this issue 5 years ago • 5 comments
trafficstars

I believe dcrwallet already supports onion HiddenServiceVersion 3, because the address for CSPP is 6i6otcms7mxhnmqf5uclj6tot4gd6dsgk3twnfefssh7v7pbqs57umqd.onion. So I had expected dcrd also supported HSv3. I attempted to set up dcrd 1.5 in bridge mode, as described in docs/configuring_tor.md. But I got the error

[WRN] SRVR: Not adding 4mcqdwmx5b5dvfl6imumomqifypwctsgneppdslw7cjwvrvrogzigtad.onion as externalip: tor host is unreachable

I am able to workaround this issue by configuring HiddenServiceVersion 2 and using that instead.

isuldor avatar Jan 15 '20 02:01 isuldor

Correct. They are not supported and doing so is a pretty hard change because the addr message format doesn't have enough space to support addresses that large.

davecgh avatar Jan 15 '20 18:01 davecgh

Can the issue remain open?

chappjc avatar Jan 17 '20 20:01 chappjc

https://github.com/rahra/onioncat/commit/a145dc176ef3758bfeb48f70d59a9c97f7819b1b

dajohi avatar Feb 26 '20 21:02 dajohi

https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki#Appendix_B_Tor_v3_address_encoding

dajohi avatar Oct 23 '20 17:10 dajohi

Picking this one up.

sefbkn avatar Dec 14 '20 04:12 sefbkn