Browse Source

Merge branch 'stratum' into bfgminer

Luke Dashjr 13 years ago
parent
commit
6150c8acb1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

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