Commit History

Author SHA1 Message Date
  Luke Dashjr 5ab333c390 Merge branch 'bugfix_errdis_overflow' into bfgminer 13 years ago
  Luke Dashjr 4b3017d3be Bugfix: Restore disabled label, needed to skip over hashrate calculations (which mess up otherwise) 13 years ago
  Con Kolivas 2e9ade14a9 Generate work data, midstate and hash1 in gen_stratum_work. 13 years ago
  Con Kolivas e1468cc5fd Generate header created from stratum structures in gen_stratum_work. 13 years ago
  Luke Dashjr 60dc628c98 Merge branch 'bugfix_bf_hwe' into bfgminer 13 years ago
  Luke Dashjr c7163972e3 Bugfix: bitforce: Count actual throttling as hardware errors 13 years ago
  Luke Dashjr 292b2b67f1 Merge branch 'recovery' into bfgminer 13 years ago
  Luke Dashjr 2c7fc7738b icarus: Allow failure in case of reopen failure, now that the miner core will retry on its own 13 years ago
  Luke Dashjr e927fd568f If a device dies, attempt to reinitialize it occasionally 13 years ago
  Con Kolivas 5c74be5930 Generate merkle root hash in gen_stratum_work. 13 years ago
  Luke Dashjr 2ad32432b5 Merge branch 'bugfix_rest_before_wait' into bfgminer 13 years ago
  Luke Dashjr aceb10bfc5 Bugfix: The REST flag is now preferred over WAIT, since the former might trigger the latter 13 years ago
  Con Kolivas 1f6fe55152 Generate the coinbase for generation of stratum based work. 13 years ago
  Con Kolivas 1f64491f62 The number of transactions is variable so make merkle a variable length dynamically allocated array and track how many there are for stratum. 13 years ago
  Con Kolivas 1221a80d41 Rename nonce2 to n2size reflecting that it's a size variable and not the actual nonce. 13 years ago
  Con Kolivas 54ab28fd6e Provide rudimentary support for stratum clean work command in the stratum thread. 13 years ago
  Con Kolivas 04551445f6 Cope with pools being removed in the stratum thread. 13 years ago
  Con Kolivas 0f1f2a62a6 Use the pool sock value directly in the stratum thread in case it changes after reconnecting. 13 years ago
  Con Kolivas 56255a0c86 Create a stratum thread per pool that has stratum that monitors the socket and serves received data. 13 years ago
  Luke Dashjr a33bcbd9ce Merge branch 'recovery' into bfgminer 13 years ago
  Luke Dashjr 0c0f6d3243 Bugfix: modminer: Update temperature readings when disabled (fixes thermal cutoff recovery) 13 years ago
  Luke Dashjr dfa30502bf Bugfix: Move thermal cutoff to general watchdog code (fixes bitforce recovery) 13 years ago
  Luke Dashjr b3c2a02896 Rename enable_device to register_device, since it only works for setting it up at startup 13 years ago
  Luke Dashjr 155958b170 Move targettemp from ADL to cgpu_info, so all devices can readily use it 13 years ago
  Luke Dashjr 78934b6770 Merge branch 'bugfix_rest_pad' into bfgminer 13 years ago
  Luke Dashjr a39eedb732 Bugfix: "REST" flag had too much padding 13 years ago
  Luke Dashjr b0b3ea8baa Merge branch 'bugfix_thermal_spam' into bfgminer 13 years ago
  Luke Dashjr 77315ac2fd Bugfix: adl: Only warn and disable GPU due to thermal cutoff, if it's actually enabled 13 years ago
  Luke Dashjr e59ccf7d8e Bugfix: bitforce: Only warn and disable bitforce due to thermal cutoff, if it's actually enabled 13 years ago
  Con Kolivas 31c3759ecd Check return value of stratum_parse. 13 years ago