wernight / docker-cpuminer-multi

Dockerized cpuminer-multi a multiple crypto currency miner.
https://hub.docker.com/r/wernight/cpuminer-multi/
Apache License 2.0
29 stars 22 forks source link

issue with minergate #2

Closed sghignone closed 3 years ago

sghignone commented 3 years ago

HI! I'm giving a try with your docker (alpine! cool!) with minergate. This is the command I'm issuing: docker run --rm wernight/cpuminer-multi cpuminer -D -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -O User:Pass -t 10 -T 500 but I mostly get "Operation timed out" or "Connection refused" errors, like these:

[2020-11-10 09:40:37] Using JSON-RPC 2.0 [2020-11-10 09:40:37] CPU Supports AES-NI: YES [2020-11-10 09:40:37] Starting Stratum on stratum+tcp://bcn.pool.minergate.com:45550 [2020-11-10 09:40:37] Binding thread 0 to cpu 0 (mask 1) [2020-11-10 09:40:37] Binding thread 1 to cpu 1 (mask 2) [2020-11-10 09:40:37] Binding thread 3 to cpu 3 (mask 8) [2020-11-10 09:40:37] Binding thread 2 to cpu 2 (mask 4) [2020-11-10 09:40:37] Binding thread 4 to cpu 4 (mask 10) [2020-11-10 09:40:37] Binding thread 5 to cpu 5 (mask 20) [2020-11-10 09:40:37] Binding thread 6 to cpu 6 (mask 40) [2020-11-10 09:40:37] Binding thread 7 to cpu 7 (mask 80) [2020-11-10 09:40:37] Binding thread 8 to cpu 8 (mask 100) [2020-11-10 09:40:37] 10 miner threads started, using 'cryptonight' algorithm. [2020-11-10 09:40:37] Binding thread 9 to cpu 9 (mask 200) [2020-11-10 09:40:52] Stratum connection failed: Failed to connect to bcn.pool.minergate.com port 45550: Operation timed out [2020-11-10 09:40:52] ...retry after 10 seconds [2020-11-10 09:41:17] Stratum connection failed: Failed to connect to bcn.pool.minergate.com port 45550: Connection refused [2020-11-10 09:41:17] ...retry after 10 seconds [...] is there something I don't know? consider I'm newbie in mining... Thanks

sghignone commented 3 years ago

Solved. wrong pool, the right one is stratum+tcp://xmr.pool.minergate.com:45700 Cheers s.-