Commit fdcaea1c13838e0dd20a15ecd86b9c662b947dec

Con Kolivas 2012-07-14T22:37:32

Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-cpu.c b/driver-cpu.c
index bd502b3..8ffc780 100644
--- a/driver-cpu.c
+++ b/driver-cpu.c
@@ -777,7 +777,7 @@ static bool cpu_thread_prepare(struct thr_info *thr)
 
 static uint64_t cpu_can_limit_work(struct thr_info *thr)
 {
-	return 0xfffff;
+	return 0xffff;
 }
 
 static bool cpu_thread_init(struct thr_info *thr)