pooler / cpuminer

CPU miner for Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
2.76k stars 1.21k forks source link

HTTP request failed: Can't complete SOCKS5 connection to 127.0.0.1. (1) #224

Closed cgunnels closed 3 years ago

cgunnels commented 3 years ago

I'm running this command yet I get this http error: ./minerd -a sha256d -O user:pass --coinbase-addr=xyzxxxxxxxxx -t 2 -o 127.0.0.1:9050 -x socks5://127.0.0.1:9050

pooler commented 3 years ago

It seems highly unlikely that -o 127.0.0.1:9050 is what you want. The -o flag takes the address of the mining server, and 127.0.0.1:9050 is usually the address of a Tor proxy.

Closing ticket, since this is not a help forum.

cgunnels commented 3 years ago

thanks for the reply. I'm mining on my local machine and I have the full node setup on my local machine and my bitcoin.conf file contains

# Node will only route through Tor network. Important for Privacy.
onion=127.0.0.1:9050
listenonion=1
onlynet=onion
proxy=127.0.0.1:9050
proxyrandomize=1

I'm running tor as well.