Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Core 0.21.0 no incoming peers over Tor
by
crypto_curious
on 14/02/2021, 14:01:52 UTC
My tor version:
Code:
$ tor --version
Feb 14 13:55:44.415 [warn] Tor was compiled with zstd 1.3.8, but is running with zstd 1.4.4. For safety, we'll avoid using advanced zstd functionality.
Tor version 0.4.5.5-rc.
This version of tor, from Debian buster-backports, is from Mon, 08 Feb 2021 08:12:45, that's very new - apt changelog shows:
Code:
tor (0.4.5.5-rc-1~bpo10+1) buster-backports; urgency=medium

  * Rebuild for buster-backports.
  * Remove dh-runit build dependency and --with-runit and --with-runit for backport.

 -- Peter Palfrader <weasel@debian.org>  Mon, 08 Feb 2021 08:12:45 +0100

libzstd versions:
Code:
$ dpkg -l | grep zstd
ii  libzstd-dev:amd64                       1.4.4+dfsg-3~bpo10+1                                             amd64        fast lossless compression algorithm -- development files
ii  libzstd1:amd64                          1.4.4+dfsg-3~bpo10+1                                             amd64        fast lossless compression algorithm
But that shouldn't be a problem, its just compression library.

Anyway, still can't get any inbound connections.