nist5: reported ccminer hashrate was wrong

This commit is contained in:
Tanguy Pruvot 2016-06-08 19:29:16 +02:00
parent 85c212eaad
commit 8ecf0a9101

View File

@ -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]);