Browse Source

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

Con Kolivas 13 years ago
parent
commit
fdcaea1c13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-cpu.c

+ 1 - 1
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)
 static uint64_t cpu_can_limit_work(struct thr_info *thr)
 {
 {
-	return 0xfffff;
+	return 0xffff;
 }
 }
 
 
 static bool cpu_thread_init(struct thr_info *thr)
 static bool cpu_thread_init(struct thr_info *thr)