Commit History

Author SHA1 Message Date
  Con Kolivas 95be41ae65 Pick worksize 256 with Cypress if none is specified. 13 years ago
  Con Kolivas 8a5feae77c Give warning with sdk2.7 and phatk as well. 13 years ago
  Con Kolivas 48f966af3d Whitelist sdk2.7 for diablo kernel as well. 13 years ago
  Kano 4a88fd23d6 BFL Flash - always distribute source 13 years ago
  Kano 88e60c4d35 BFL flash - include source in builds and more FPGA-README 13 years ago
  Kano 799f199a05 Remove compile errors/warnings and document compile/usage in FPGA-README 13 years ago
  Luke Dashjr 424ac324f6 bitforce-firmware-flash.c by Luke-jr 13 years ago
  Con Kolivas 67761cabae Only keep the last 6 blocks in the uthash database to keep memory usage constant. Storing more is unhelpful anyway. 13 years ago
  Kano abf2c671cf API-README fix groups P: example mistake 13 years ago
  Kano 7b08c1d0b3 API-README add COIN and other edits 13 years ago
  Kano f5ef7e5e05 miner.php allow 'coin' is custom pages 13 years ago
  ckolivas 4ab87d89f5 gpu->hit should be reset on new work as well. 13 years ago
  Con Kolivas f934c17fda Do not add time to dynamic opencl calculations over a getwork. 13 years ago
  Con Kolivas 68779b4da2 Update windows build instructions courtesy of sharky. 13 years ago
  Kano 4d90a55082 miner.php allow page title to be defined in myminer.php 13 years ago
  Con Kolivas 6485c5d45c select_pool does not switch back to the primary once lagging is disabled. 13 years ago
  Luke Dashjr 71bbd583e0 Bugfix: bitforce: Allocate enough space for FTDI description pointers 13 years ago
  Con Kolivas 73d35cb013 Increment total work counter under mutex lock. 13 years ago
  Con Kolivas 616bdf8249 Do the dynamic timing in opencl code over a single pass through scanhash to make sure we're only getting opencl times contributing to the measured intervals. 13 years ago
  Con Kolivas b78cce987d Avoid attempting to recursively lock the console mutex by disabling warnings in gpu_fanpercent when fanspeed monitoring fails on windows. Debugged by luke-jr. 13 years ago
  Con Kolivas a96ef792dc Add message to share if it's a resubmit. 13 years ago
  Con Kolivas bf9f061b08 Reinstate fix ADL gpu-map not working when there are more ADL devices than openCL patch by Nite69. Add virtual adl mapping for when none is specified on the command line to not crash without a map specified. 13 years ago
  Con Kolivas 052f4553de Initialise cnt in libztex.c 13 years ago
  Kano cda340b875 fpga serial I/O extra debug (disabled by default) 13 years ago
  Con Kolivas b706c177cd Don't try to start devices that don't support scrypt when scrypt mining. 13 years ago
  Con Kolivas d5a08e588a Simplify all those total_secs usages by initialising it to 1 second. 13 years ago
  Con Kolivas a529b8a196 Artificially set the pool lagging flag on pool switch in failover only mode as well. 13 years ago
  Con Kolivas 68cd0e8701 Artificially set the pool lagging flag on work restart to avoid messages about slow pools after every longpoll. 13 years ago
  Con Kolivas 035ccdf158 0 is a valid return value for read so only break out if read returns -1. 13 years ago
  Con Kolivas a916be0b09 Repeating on timeout in ztex could make the code never return. 13 years ago