lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
635 stars 1.49k forks source link

stratnum failed to connect error #129

Open ThatOneDev-Code opened 3 years ago

ThatOneDev-Code commented 3 years ago

so i have cpuminer on a rpi4(just for fun to what i could make) and when i go to use akiapool or any other pool i just get this same error [2021-02-28 04:30:38] Stratum connection failed: Failed to connect to stratum.aikapool.com port 7915: Connection refused [2021-02-28 04:30:38] ...retry after 10 seconds [2021-02-28 04:30:38] 6 miner threads started, using 'scrypt' algorithm.

i ran it with this cmd

./cpuminer -a scrypt -t 6 -o stratum+tcp://stratum.aikapool.com:7915 -u -p

please help! thanks!

DarrenRainey commented 3 years ago

the pool might be down or your ISP might be blocking your connection the command syntax seems correct but the line saying "Connection refused" is a give away that this is a network issue.

ThatOneDev-Code commented 3 years ago

ok, so how do you recommend i fix this? im assuming it has something to do with either mine or the rpi's firewall?

DarrenRainey commented 3 years ago

you could try running it through a proxy but its likely either a pool issue or your ISP blocking access.