Commit 5e2f3ad9bafbb54d6fe827f9d0b1e0823f8f5473

kanoi 2014-06-26T21:52:10

minion - disable dup nonce check

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/driver-minion.c b/driver-minion.c
index 94b6e53..90c0321 100644
--- a/driver-minion.c
+++ b/driver-minion.c
@@ -3097,6 +3097,7 @@ retry:
 	redo = false;
 retest:
 	if (test_nonce(DATAW(item)->work, nonce)) {
+/*
 		if (isdupnonce(minioncgpu, DATAW(item)->work, nonce)) {
 			minioninfo->chip_dup[chip]++;
 			applog(LOG_WARNING, " ... nonce %02x%02x%02x%02x chip %d core %d task 0x%04x",
@@ -3108,7 +3109,7 @@ retest:
 			K_WUNLOCK(minioninfo->wchip_list[chip]);
 			return NONCE_DUP_NONCE;
 		}
-
+*/
 //applog(MINTASK_LOG, "%s%i: Valid Nonce chip %d core %d task 0x%04x nonce 0x%08x", minioncgpu->drv->name, minioncgpu->device_id, chip, core, task_id, nonce);
 //
 		submit_tested_work(thr, DATAW(item)->work);