mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 05:41:55 +00:00
Add management for dead GBT pools.
This commit is contained in:
parent
9ebc321cd1
commit
e0157208ab
@ -3040,7 +3040,6 @@ retry:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pool->has_gbt) {
|
if (pool->has_gbt) {
|
||||||
#if 0
|
|
||||||
while (pool->idle) {
|
while (pool->idle) {
|
||||||
struct pool *altpool = select_pool(true);
|
struct pool *altpool = select_pool(true);
|
||||||
|
|
||||||
@ -3052,7 +3051,6 @@ retry:
|
|||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
ret_work = make_work();
|
ret_work = make_work();
|
||||||
gen_gbt_work(pool, ret_work);
|
gen_gbt_work(pool, ret_work);
|
||||||
if (unlikely(!stage_work(ret_work))) {
|
if (unlikely(!stage_work(ret_work))) {
|
||||||
@ -5011,10 +5009,8 @@ static bool reuse_work(struct work *work, struct pool *pool)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pool->has_gbt) {
|
if (pool->has_gbt) {
|
||||||
#if 0
|
|
||||||
if (pool->idle)
|
if (pool->idle)
|
||||||
return false;
|
return false;
|
||||||
#endif
|
|
||||||
applog(LOG_DEBUG, "Reusing GBT work");
|
applog(LOG_DEBUG, "Reusing GBT work");
|
||||||
gen_gbt_work(pool, work);
|
gen_gbt_work(pool, work);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user