Describe the issue:
Some recent update to my Fedora system killed the connections I had to my hidden service. I’ve attempted re-installing, restarting tor (systemctl restart tor.service
), and restarting Bitcoin Core, but to no avail.
I have the following in my torrc
file:
HiddenServiceDir /var/lib/tor/bitcoin-service/ HiddenServicePort 8333 127.0.0.1:8333
And the following in bitcoin.conf:
onion=127.0.0.1:9050 listen=1 externalip=ONION_ADDR discover=1
ONION_ADDR was found by cat /var/lib/tor/bitcoin-service/hostname
What behavior did you expect?: Not losing my connections, or regaining connections upon reinstall.
How reliably can you reproduce the issue, what are the steps to do so?: Just install Fedora 28, Bitcoin Core, and attempt to set up a Tor node.
What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)?: Bitcoin 0.16.0 from BitcoinCore.org (verified!).