mirror of
https://github.com/GOSTSec/ccminer
synced 2025-08-26 13:51:51 +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");
|
applog(LOG_ERR, "...terminating workio thread");
|
||||||
//tq_push(thr_info[work_thr_id].q, NULL);
|
//tq_push(thr_info[work_thr_id].q, NULL);
|
||||||
workio_abort();
|
workio_abort();
|
||||||
|
proper_exit(EXIT_CODE_POOL_TIMEOUT);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user