Browse Source

Iterate over the bitfury offsets in order of decreasing likelihood.

nfactor-troky
ckolivas 11 years ago
parent
commit
e279bc1fc5
  1. 2
      driver-bitfury.c

2
driver-bitfury.c

@ -178,7 +178,7 @@ static uint32_t decnonce(uint32_t in) @@ -178,7 +178,7 @@ static uint32_t decnonce(uint32_t in)
}
#define BT_OFFSETS 3
const uint32_t bf_offsets[] = {0, -0x400000, -0x800000};
const uint32_t bf_offsets[] = {-0x800000, 0, -0x400000};
static bool bitfury_checkresults(struct thr_info *thr, struct work *work, uint32_t nonce)
{

Loading…
Cancel
Save