@@ -5251,6 +5251,8 @@ static bool stratum_works(struct pool *pool)
if (!initiate_stratum(pool))
return false;
+ detect_algo = 2;
+
return true;
}