From fc1b6f9b327f04498553165510c8e9b8f7449c36 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 7 Jun 2017 14:35:51 -0400 Subject: [PATCH] skip failed nonce --- gost/gost.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost/gost.cu b/gost/gost.cu index 5f20a43..0cd6e62 100644 --- a/gost/gost.cu +++ b/gost/gost.cu @@ -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; } }