Browse Source

Bugfix: bitfury: Chips only scan 0xbd000000 nonces per work

Luke Dashjr 12 years ago
parent
commit
32ef03766b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.c

+ 1 - 1
driver-bitfury.c

@@ -181,7 +181,7 @@ int64_t bitfury_scanHash(struct thr_info *thr)
 			bitfury->o2work = bitfury->owork;
 			bitfury->owork = bitfury->work;
 			bitfury->work = NULL;
-			hashes_done2(pthr, 0x100000000, NULL);
+			hashes_done2(pthr, 0xbd000000, NULL);
 		}
 	}