mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.
This commit is contained in:
parent
6c6c285268
commit
fdcaea1c13
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user