mirror of
https://github.com/GOSTSec/ccminer
synced 2025-09-09 12:42:32 +00:00
skip failed nonce
This commit is contained in:
parent
bc122b2817
commit
fc1b6f9b32
@ -101,7 +101,7 @@ extern "C" int scanhash_gostd(int thr_id, struct work* work, uint32_t max_nonce,
|
|||||||
gpu_increment_reject(thr_id);
|
gpu_increment_reject(thr_id);
|
||||||
if (!opt_quiet)
|
if (!opt_quiet)
|
||||||
gpulog(LOG_WARNING, thr_id, "result for %08x does not validate on CPU!", work->nonces[0]);
|
gpulog(LOG_WARNING, thr_id, "result for %08x does not validate on CPU!", work->nonces[0]);
|
||||||
pdata[19] = work->nonces[0];
|
pdata[19] = work->nonces[0] + 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user