Commit History

Author SHA1 Message Date
  Luke Dashjr ee8c4ac03a OpenCL: Remove intensity from statline, since it overflowed 14 years ago
  Luke Dashjr cc15919b16 Move "Q" (requested getworks) to second status line as "GW" to balance out better 14 years ago
  Luke Dashjr d571a42ab5 Merge branch 'cg_logfixes' into bfgminer 14 years ago
  Luke Dashjr da4ff2bde1 Bugfix: Use a mutex to control non-curses output 14 years ago
  Luke Dashjr d98e561a0a Simplify code to a single vprintf path for curses-less printing 14 years ago
  Luke Dashjr 80593c47fc Move opt_quiet check to my_log_curses, so it works for curses-less builds 14 years ago
  Luke Dashjr d2195bd04e Use log_generic for vapplog to cut down on code duplication 14 years ago
  Luke Dashjr 1097aefbad Add space to log output now that there is more screen real estate available. 14 years ago
  Kano c55830502a BFL force all code to timeout to avoid hanging 14 years ago
  Luke Dashjr 6a9e79f50a Merge branch 'bugfix_procname' into bfgminer 14 years ago
  Luke Dashjr a1cb0d06d5 Bugfix: Copy argv[0] given to dirname() 14 years ago
  Con Kolivas 3a0d60cfe1 Always create the largest possible padbuffer for scrypt kernels even if not needed for thread_concurrency, giving us some headroom for intensity levels. 14 years ago
  Con Kolivas d8f81c18ee Use the detected maximum allocable memory on a GPU to determine the optimal scrypt settings when lookup_gap and thread_concurrency parameters are not given. 14 years ago
  Con Kolivas 89eb1fa393 Check the maximum allocable memory size per opencl device. 14 years ago
  Luke Dashjr dbbc790ab5 Merge branch 'non-scrypt' into bfgminer 14 years ago
  Con Kolivas ed73186763 Find the gpu platform with the most devices and use that if no platform option is passed. 14 years ago
  Con Kolivas 67889bc29d Allow more platforms to be probed if first does not return GPUs. 14 years ago
  Con Kolivas 0a0da86c6a Detach pthread from within the api thread in case it is terminated due to not being instantiated before pthread_cancel is called from main, leading to a segfault. 14 years ago
  Con Kolivas cdc2b2c6d1 Debug output per thread hashrate is out by a factor of 1000. 14 years ago
  Con Kolivas 7ebda09f7e Don't check if CPUs are sick since they can't be. 14 years ago
  Con Kolivas a031b3bb83 Calculate midstate in separate function and remove likely/unlikely macros since they're dependent on pools, not code design. 14 years ago
  Con Kolivas bae053f6cf Display in debug mode when we're making the midstate locally. 14 years ago
  Con Kolivas 5087ff9069 Add debugging output if buffer allocation fails for scrypt and round up bufsize to a multiple of 256. 14 years ago
  Con Kolivas 94c94d659a Nonce testing for btc got screwed up, leading to no accepted shares. Fix it. 14 years ago
  Con Kolivas 1711b4eb77 Display size of scrypt buffer used in debug. 14 years ago
  Con Kolivas 17dfe74f96 Allow intensities up to 20 if scrypt is compiled in. 14 years ago
  Con Kolivas c21e15a0c3 Add name to scrypt kernel copyright. 14 years ago
  Con Kolivas 39f7d2fa74 Allow lookup gap and thread concurrency to be passed per device and store details in kernel binary filename. 14 years ago
  Con Kolivas ffe1318f70 Ignore negative intensities for scrypt. 14 years ago
  Luke Dashjr f72b621d34 Merge branch 'bugfix_docopts' into bfgminer 14 years ago