From 8ecf0a9101bea8d6131cf24a2106355d9edfefba Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Wed, 8 Jun 2016 19:29:16 +0200 Subject: [PATCH] nist5: reported ccminer hashrate was wrong --- cuda_nist5.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_nist5.cu b/cuda_nist5.cu index bcc8b3a..57a2a90 100644 --- a/cuda_nist5.cu +++ b/cuda_nist5.cu @@ -145,7 +145,7 @@ extern "C" int scanhash_nist5(int thr_id, struct work *work, uint32_t max_nonce, } while (!work_restart[thr_id].restart); out: - *hashes_done = pdata[19] - first_nonce; +// *hashes_done = pdata[19] - first_nonce; #ifdef USE_STREAMS for (int i = 0; i < 5; i++) cudaStreamDestroy(stream[i]);