Commit History

Author SHA1 Message Date
  Kano 8a35b4ac7a miner.php add a socket RCV timeout for if cgminer is hung and the API thread is still running 13 years ago
  Con Kolivas 43752ee58c Limit thread concurrency for scrypt to 5xshaders if shaders is specified. 13 years ago
  Con Kolivas da1b996a39 Simplify repeated use of gpus[gpu]. in ocl.c 13 years ago
  Luke Dashjr b1e5a598c0 Merge branch 'cgminer' into bfgminer 13 years ago
  Con Kolivas 5148502c1e Reinstate help information for lookup gap and thread concurrency since tc will often need to be manually set for optimal scrypt performance. 13 years ago
  Con Kolivas ea10b08dce Find the nearest power of 2 maximum alloc size for the scrypt buffer that can successfully be allocated and is large enough to accomodate the thread concurrency chosen, thus mapping it to an intensity. 13 years ago
  Luke Dashjr 67993cb8f1 Merge branch 'cgminer' into bfgminer 13 years ago
  Luke Dashjr 4ae2442831 Merge branch 'bugfix_mm_nonce' into bfgminer 13 years ago
  Luke Dashjr d79cce1bf4 Bugfix: It is not a hardware error if nonces returned from modminer don't meet the pool target 13 years ago
  Con Kolivas bff58c3bed Add back in new cl files. 13 years ago
  Con Kolivas 5e756d3f6a Don't make opt_scrypt mandatory blocking with opencl code. 13 years ago
  Con Kolivas b3a41e40a8 Update kernel versions reflecting changes in the API. 13 years ago
  Con Kolivas aca34d0aa1 Merge branch 'master' into newscrypt 13 years ago
  Con Kolivas 9a6c082ad1 Make the thread concurrency and lookup gap options hidden on the command line and autotune parameters with a newly parsed --shaders option. 13 years ago
  Con Kolivas 458fbeb5b4 Merge pull request #273 from kanoi/bfl 13 years ago
  Con Kolivas f98774c35c Fix target testing with scrypt kernel as it would have been missing shares below target. 13 years ago
  Luke Dashjr 6661308788 Merge branch 'quiet_detectfail' into bfgminer 13 years ago
  Luke Dashjr ccc2aa2064 bitforce & icarus: Log detection failures at debug log level, so we don't confuse users who have different devices (which is why these drivers are failing detection!) 13 years ago
  Luke Dashjr cfa3e28b2d Merge branch 'life_wait' into bfgminer 13 years ago
  Luke Dashjr d8582964a0 Show "WAIT" (LIFE_WAIT status) if a cgpu is idle waiting for work (pool slow/dead) 13 years ago
  Luke Dashjr 07e01ac7e5 Merge branch 'bugfix_discardfail' into bfgminer 13 years ago
  Luke Dashjr b3b2c8e863 Instead of quitting on failing N retries, just discard the share 13 years ago
  Luke Dashjr b52424726a Bugfix: Don't discard stale shares after submission failure, if user or pool wants stales submitted 13 years ago
  Luke Dashjr 0da17af320 Bugfix: Record discard-during-retry shares in the sharelog 13 years ago
  Luke Dashjr a34be9c121 Merge branch 'rpc_rm_algo' into bfgminer 13 years ago
  Luke Dashjr 087577c819 Bugfix: Only show Algorithm in RPC summary if CPU mining is actually active 13 years ago
  Luke Dashjr 1df89a8654 Merge branch 'ocl_rm_i' into bfgminer 13 years ago
  Luke Dashjr ee8c4ac03a OpenCL: Remove intensity from statline, since it overflowed 13 years ago
  Luke Dashjr cc15919b16 Move "Q" (requested getworks) to second status line as "GW" to balance out better 13 years ago
  Luke Dashjr d571a42ab5 Merge branch 'cg_logfixes' into bfgminer 13 years ago