Browse Source

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

nfactor-troky
Con Kolivas 13 years ago
parent
commit
fdcaea1c13
  1. 2
      driver-cpu.c

2
driver-cpu.c

@ -777,7 +777,7 @@ static bool cpu_thread_prepare(struct thr_info *thr) @@ -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)

Loading…
Cancel
Save