diff --git a/cgminer.c b/cgminer.c index 55dce4bd..4af6ad64 100644 --- a/cgminer.c +++ b/cgminer.c @@ -4608,6 +4608,8 @@ static void *stratum_thread(void *userdata) * the memory if we don't discard their records. */ clear_stratum_shares(pool); clear_pool_work(pool); + if (pool == current_pool()) + restart_threads(); if (initiate_stratum(pool) && auth_stratum(pool)) continue;