1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

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

This commit is contained in:
Con Kolivas 2012-07-14 22:37:32 +10:00
parent 6c6c285268
commit fdcaea1c13

View File

@ -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)