1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-11 15:27:56 +00:00

skip failed nonce

This commit is contained in:
orignal 2017-06-07 14:35:51 -04:00
parent bc122b2817
commit fc1b6f9b32

View File

@ -101,7 +101,7 @@ extern "C" int scanhash_gostd(int thr_id, struct work* work, uint32_t max_nonce,
gpu_increment_reject(thr_id);
if (!opt_quiet)
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;
}
}