Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
Gets tons of Socks5() connect to x.x.x.x:8333 failed: connection refused-messages
Expected behaviour
No messages like that
Steps to reproduce
-
install tor via apt-get
-
add that to /etc/tor/torrc file: ControlPort 9051 CookieAuthentication 1 CookieAuthFileGroupReadable 1
-
restart tor service
-
add that to ~/.bitcoin/bitcoin.conf file: proxy=127.0.0.1:9050 listen=1 bind=127.0.0.1
-
start bitcoind service
Relevant log output
Many lines like that:
Socks5() connect to x.x.x.x:8333 failed: connection refused
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
Most current
Operating system and version
Debian 12.5.x
Machine specifications
Oracle VirtualBox VM, Debian 12.5.x on Windows 10 Pro x64 Host System