Con Kolivas
|
aca34d0aa1
Merge branch 'master' into newscrypt
|
14 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.
|
14 years ago |
Con Kolivas
|
458fbeb5b4
Merge pull request #273 from kanoi/bfl
|
14 years ago |
Con Kolivas
|
f98774c35c
Fix target testing with scrypt kernel as it would have been missing shares below target.
|
14 years ago |
Luke Dashjr
|
6661308788
Merge branch 'quiet_detectfail' into bfgminer
|
14 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!)
|
14 years ago |
Luke Dashjr
|
cfa3e28b2d
Merge branch 'life_wait' into bfgminer
|
14 years ago |
Luke Dashjr
|
d8582964a0
Show "WAIT" (LIFE_WAIT status) if a cgpu is idle waiting for work (pool slow/dead)
|
14 years ago |
Luke Dashjr
|
07e01ac7e5
Merge branch 'bugfix_discardfail' into bfgminer
|
14 years ago |
Luke Dashjr
|
b3b2c8e863
Instead of quitting on failing N retries, just discard the share
|
14 years ago |
Luke Dashjr
|
b52424726a
Bugfix: Don't discard stale shares after submission failure, if user or pool wants stales submitted
|
14 years ago |
Luke Dashjr
|
0da17af320
Bugfix: Record discard-during-retry shares in the sharelog
|
14 years ago |
Luke Dashjr
|
a34be9c121
Merge branch 'rpc_rm_algo' into bfgminer
|
14 years ago |
Luke Dashjr
|
087577c819
Bugfix: Only show Algorithm in RPC summary if CPU mining is actually active
|
14 years ago |
Luke Dashjr
|
1df89a8654
Merge branch 'ocl_rm_i' into bfgminer
|
14 years ago |
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 |