I'm trying to use Bitcoin Core with Tor. Tor is running on a separate machine. In the .conf file I have specified:
proxy=192.168.0.106:9050, but the logs show 2019-10-31T20:35:05Z tor: Error connecting to Tor control socket 2019-10-31T20:35:05Z tor: Not connected to Tor control port 127.0.0.1:9051, trying to reconnect
Why does it try to connect to localhost?
Bitcoin Core tries to connect to a wrong proxy #17333
issue Relaxo143 opened this issue on October 31, 2019-
Relaxo143 commented at 8:45 PM on October 31, 2019: none
- Relaxo143 added the label Bug on Oct 31, 2019
-
qubenix commented at 9:16 PM on October 31, 2019: contributor
You need to set
-torcontrol=<ip>:<port>to use the remote control port. - Relaxo143 closed this on Oct 31, 2019
- fanquake locked this on Apr 9, 2020
- fanquake removed the label Bug on Apr 9, 2020