mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 11:34:16 +00:00
Allow pools to be resuscitated on first startup by the watchpool thread.
This commit is contained in:
parent
5221662557
commit
e501db143d
@ -6092,7 +6092,7 @@ static void *watchpool_thread(void __maybe_unused *userdata)
|
|||||||
pool->shares = pool->utility;
|
pool->shares = pool->utility;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((pool->enabled == POOL_DISABLED || pool->has_stratum) && pool->probed)
|
if (pool->enabled == POOL_DISABLED)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Test pool is idle once every minute */
|
/* Test pool is idle once every minute */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user