Browse Source

Corrected target in nonce test.

djm34
phm 11 years ago
parent
commit
bc05151734
  1. 2
      sgminer.c

2
sgminer.c

@ -6056,7 +6056,7 @@ bool test_nonce(struct work *work, uint32_t nonce) @@ -6056,7 +6056,7 @@ bool test_nonce(struct work *work, uint32_t nonce)
uint32_t diff1targ;
rebuild_nonce(work, nonce);
diff1targ = 0x000000ffUL;
diff1targ = 0x0000ffffUL;
return (le32toh(*hash_32) <= diff1targ);
}

Loading…
Cancel
Save