mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 14:57:53 +00:00
stratum: force exit on pool auth failure
the miner was stuck instead of exiting after the retries...
This commit is contained in:
parent
fade2b74b5
commit
41707760f5
@ -2324,6 +2324,7 @@ wait_stratum_url:
|
||||
applog(LOG_ERR, "...terminating workio thread");
|
||||
//tq_push(thr_info[work_thr_id].q, NULL);
|
||||
workio_abort();
|
||||
proper_exit(EXIT_CODE_POOL_TIMEOUT);
|
||||
goto out;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user