mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Account for wait_ms time when nonce_range is in use on BFL.
This commit is contained in:
parent
9d9963b088
commit
9e10a6c016
@ -454,6 +454,8 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
|
|||||||
sleep_time = bitforce->sleep_ms;
|
sleep_time = bitforce->sleep_ms;
|
||||||
if (!restart_wait(sleep_time))
|
if (!restart_wait(sleep_time))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
bitforce->wait_ms += sleep_time;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user