Browse Source

skip failed nonce

2upstream
orignal 7 years ago
parent
commit
fc1b6f9b32
  1. 2
      gost/gost.cu

2
gost/gost.cu

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

Loading…
Cancel
Save