|
482322a4
|
2012-08-23T12:47:28
|
|
Pick worksize 256 with Cypress if none is specified.
|
|
be06cf70
|
2012-08-23T12:44:42
|
|
Give warning with sdk2.7 and phatk as well.
|
|
cce19d90
|
2012-08-23T12:42:10
|
|
Whitelist sdk2.7 for diablo kernel as well.
|
|
e045467e
|
2012-08-22T19:20:46
|
|
Merge pull request #305 from kanoi/minerphp
Linux BFL Flash Utility
|
|
0feb679b
|
2012-08-23T12:19:23
|
|
Only keep the last 6 blocks in the uthash database to keep memory usage constant. Storing more is unhelpful anyway.
|
|
30f5d777
|
2012-08-23T11:41:10
|
|
BFL Flash - always distribute source
|
|
f7f55e77
|
2012-08-23T11:19:52
|
|
Increase kernel versions signifying changed APIs.
|
|
0c3e9e9b
|
2012-08-23T11:16:29
|
|
BFL flash - include source in builds and more FPGA-README
|
|
b74b54d9
|
2012-08-23T11:09:09
|
|
Check we haven't staged work while waiting for a curl entry before proceeding.
|
|
86d5377e
|
2012-08-23T10:48:15
|
|
Use atomic ops to never miss a nonce on opencl kernels, including nonce==0, also allowing us to make the output buffer smaller.
|
|
6bf04bc9
|
2012-08-23T10:22:03
|
|
Remove compile errors/warnings and document compile/usage in FPGA-README
|
|
87f8b15c
|
2012-08-20T08:08:11
|
|
bitforce-firmware-flash.c by Luke-jr
|
|
61df3013
|
2012-08-22T23:03:17
|
|
Ignore the submit_fail flag when deciding whether to recruit more curls or not since we have upper bounds on how many curls can be recruited, this test is redundant and can lead to problems.
|
|
d24ac1d9
|
2012-08-22T05:58:08
|
|
Merge pull request #304 from kanoi/minerphp
miner.php allow 'coin' is custom pages
|
|
857784ae
|
2012-08-22T11:34:32
|
|
API-README update cgminer version number
|
|
f66cdc08
|
2012-08-22T11:25:02
|
|
API-README fix groups P: example mistake
|
|
43942bce
|
2012-08-22T11:19:15
|
|
API-README add COIN and other edits
|
|
f63aeab1
|
2012-08-22T10:33:40
|
|
gpu->hit should be reset on new work as well.
|
|
edd9b816
|
2012-08-22T10:07:20
|
|
Do not add time to dynamic opencl calculations over a getwork.
|
|
9cd7d6ba
|
2012-08-21T23:23:03
|
|
miner.php allow 'coin' is custom pages
|
|
1e41eef3
|
2012-08-21T23:14:04
|
|
Bump version number to 2.7.1
|
|
154337f3
|
2012-08-21T23:13:45
|
|
Update NEWS.
|
|
226f628e
|
2012-08-21T23:07:59
|
|
Update windows build instructions courtesy of sharky.
|
|
9de3a264
|
2012-08-21T22:51:34
|
|
Increase max curls to number of mining threads + queue * 2, accounting for up and downstream comms.
|
|
3ab5dba6
|
2012-08-21T22:50:09
|
|
Queue enough requests to get started.
|
|
3ebe8e8c
|
2012-08-21T22:09:11
|
|
Revert "Scale maximum number of curls up according to work submission rate."
This reverts commit 1dff48e7595d4b407e6b31ecc5278455858157ea.
Did not increase staged work even though it decreased queues.
|
|
3ceb57b8
|
2012-08-21T21:54:33
|
|
There is no point trying to clone_work in get_work() any more since we clone on every get_work_thread where possible.
|
|
787e40a7
|
2012-08-21T21:53:35
|
|
There is no point subtracting 1 from maxq in get_work_thread.
|
|
1dff48e7
|
2012-08-21T21:50:20
|
|
Scale maximum number of curls up according to work submission rate.
|
|
56be7522
|
2012-08-21T21:22:26
|
|
Roll back to 45f0ac7b482abe9d9d7c4644c286df6e70924145
|
|
c1886c9c
|
2012-08-21T21:13:14
|
|
Assume we need a full allotment of work after lp and make clone_work clone_lpwork only.
|
|
82fa6e25
|
2012-08-21T21:11:22
|
|
There is no point running through clone_work from get_work() now that cloning is done from the get_work_thread.
|
|
caa266ca
|
2012-08-21T21:10:23
|
|
Make opt_queue a function of mining threads in clone_work as well.
|
|
652efc69
|
2012-08-21T21:08:17
|
|
opt_queue should be a function of the number of mining threads.
|
|
45f0ac7b
|
2012-08-21T19:47:58
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8ed381f7
|
2012-08-21T19:47:30
|
|
Only set lagging flag once there are no staged work items.
|
|
100ee55a
|
2012-08-21T02:32:55
|
|
Merge pull request #303 from kanoi/minerphp
miner.php allow page title to be defined in myminer.php
|
|
f5ac84b8
|
2012-08-21T19:32:05
|
|
select_pool does not switch back to the primary once lagging is disabled.
|
|
adcd7ed7
|
2012-08-21T19:27:12
|
|
miner.php allow page title to be defined in myminer.php
|
|
5e2c1323
|
2012-08-21T00:29:05
|
|
Merge pull request #300 from kanoi/api
miner.php format new Work Utility and Diff1 Shares
|
|
af32fb9a
|
2012-08-21T00:28:50
|
|
Merge pull request #301 from kanoi/minerphp
API new command 'coin' with mining information
|
|
f71d635f
|
2012-08-21T17:02:11
|
|
Free work before retrying in get_work_thread.
|
|
3b234da4
|
2012-08-20T19:49:36
|
|
Merge pull request #302 from luke-jr/bugfix_ftdi_alloca
Bugfix: bitforce: Allocate enough space for FTDI description pointers
|
|
b3cfe472
|
2012-08-20T22:24:28
|
|
Increment total work counter under mutex lock.
|
|
e8daf1d8
|
2012-08-20T12:45:07
|
|
Increment the queued count after the curl is popped in case there's a delay waiting on curls and we think we've queued work when in fact we're waiting on curls.
|
|
b3e9858c
|
2012-08-20T16:07:20
|
|
API new command 'coin' with mining information
|
|
e5ed7084
|
2012-08-20T14:52:06
|
|
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.
|
|
08948e02
|
2012-08-20T13:33:08
|
|
Increase curl reaping time to 5 minutes since comms between curl requests can be 2 mins apart with lots of rolltime.
|
|
51d485e2
|
2012-08-20T12:31:43
|
|
No need for extra variable in hash_push.
|
|
c01284fb
|
2012-08-20T11:58:05
|
|
Remove short options -r and -R to allow them to be reused and remove readme entries for deprecated options.
|
|
272ba4ed
|
2012-08-20T11:52:15
|
|
Avoid attempting to recursively lock the console mutex by disabling warnings in gpu_fanpercent when fanspeed monitoring fails on windows. Debugged by luke-jr.
|
|
8fc701dd
|
2012-08-20T11:18:37
|
|
Deprecate the opt_fail_pause parameter, leaving a null placeholder for existing configurations.
|
|
35cb7fd1
|
2012-08-20T11:16:38
|
|
Don't pause after failed getwork, set lagging flag and reassess.
|
|
69d8c339
|
2012-08-20T11:08:56
|
|
Add message to share if it's a resubmit.
|
|
b622e97e
|
2012-08-20T11:03:28
|
|
We should not be pausing in trying to resubmit shares.
|
|
a9278ce9
|
2012-08-20T11:00:10
|
|
Get rid of the extending fail pause on failed connects since we discard work after a period.
|
|
34b8dcb7
|
2012-08-20T10:58:12
|
|
get_work always returns true so turn it into a void function.
|
|
260b1c87
|
2012-08-20T10:54:59
|
|
get_work never returns false so get rid of fail pause loop.
|
|
4df9c387
|
2012-08-20T10:53:42
|
|
Get rid of pause and retry from get_upstream_work so we only do it from one place.
|
|
1f295cd7
|
2012-08-20T10:43:50
|
|
Deprecate the opt_retries feature as no one wants cgminer to automatically abort. Leave a null placeholder for configurations that still have it.
|
|
527df8bc
|
2012-08-20T10:40:49
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
933627e7
|
2012-08-20T10:34:25
|
|
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.
|
|
1e4c2cd0
|
2012-08-19T22:29:28
|
|
miner.php show summary Diff1 Shares total
|
|
2c3b16e0
|
2012-08-19T22:24:30
|
|
miner.php fix Work Utility totals
|
|
b4eb3274
|
2012-08-19T22:12:28
|
|
miner.php format new Work Utility and Diff1 Shares
|
|
cd634cf5
|
2012-08-19T01:26:11
|
|
Merge pull request #299 from kanoi/api
API V1.17 show Work Utility and Diff1 Shares
|
|
9210abdf
|
2012-08-19T15:09:45
|
|
API V1.17 show Work Utility and Diff1 Shares
|
|
bb401c55
|
2012-08-18T23:16:22
|
|
Bump version to 2.7.0
|
|
9e76aed6
|
2012-08-18T23:21:24
|
|
Initialise cnt in libztex.c
|
|
439e685b
|
2012-08-18T23:15:34
|
|
Update NEWS.
|
|
f6d2853c
|
2012-08-18T19:53:43
|
|
Summary layout difference.
|
|
ed3eb577
|
2012-08-18T15:44:48
|
|
Introduce a new statistic, Work Utility, which is the number of difficulty 1 shares solved per minute. This is useful for measuring a relative rate of work that is independent of reject rate and target difficulty.
|
|
26ab7346
|
2012-08-18T15:27:53
|
|
Implement a new pool strategy, BALANCE, which monitors work performed per pool as a rolling average every 10 minutes to try and distribute work evenly over all the pools.
Do this by monitoring diff1 solutions to allow different difficulty target pools to be treated equally, along with solo mining.
Update the documentation to describe this strategy and more accurately describe the load-balance one.
|
|
ff63f0b8
|
2012-08-18T12:39:18
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
127b6382
|
2012-08-17T19:02:13
|
|
Merge pull request #297 from kanoi/icarus
fpga serial I/O extra debug (disabled by default)
|
|
d8c76bbd
|
2012-08-18T11:26:11
|
|
Getwork fail was not being detected. Remove a vast amount of unused variables and functions used in the old queue request mechanism and redefine the getfail testing.
|
|
8fa70809
|
2012-08-18T11:07:32
|
|
Don't try to start devices that don't support scrypt when scrypt mining.
|
|
80d57728
|
2012-08-18T10:40:13
|
|
Merge branch 'stage'
|
|
b688d911
|
2012-08-17T16:48:02
|
|
0 is a valid return value for read so only break out if read returns -1.
|
|
9065c63f
|
2012-08-17T16:42:14
|
|
Repeating on timeout in ztex could make the code never return.
|
|
0954a229
|
2012-08-16T22:30:06
|
|
Offset libusb reads/writes by length written as well in ztex.
|
|
e796284c
|
2012-08-16T22:26:19
|
|
Cope with timeouts and partial reads in ztex code.
|
|
b814b42c
|
2012-08-16T18:55:09
|
|
Consider us lagging only once our queue is almost full and no staged work.
|
|
b60f9da4
|
2012-08-16T17:24:04
|
|
Simplify the enough work algorithm dramatically.
|
|
0e56dffd
|
2012-08-16T17:01:25
|
|
Only queue from backup pools once we have nothing staged.
|
|
e16b7566
|
2012-08-16T15:49:11
|
|
Don't keep queueing work indefinitely if we're in opt failover mode.
|
|
6d1949e6
|
2012-08-16T15:46:41
|
|
Make sure we don't opt out of queueing more work if all the queued work is from one pool.
|
|
a5f7b953
|
2012-08-16T11:47:00
|
|
Set lagging flag if we're on the last of our staged items.
|
|
ee9e621e
|
2012-08-16T10:59:49
|
|
Reinstate clone on grabbing work.
|
|
55f7c149
|
2012-08-16T10:55:57
|
|
Grab clones from hashlist wherever possible first.
|
|
c3e32274
|
2012-08-16T10:41:01
|
|
Cull all the early queue requests since we request every time work is popped now.
|
|
0fbd60ae
|
2012-08-16T10:24:52
|
|
Keep track of staged rollable work item counts to speed up clone_available.
|
|
83b9ddfe
|
2012-08-16T10:18:30
|
|
Make expiry on should_roll to 2/3 time instead of share duration since some hardware will have very fast share times.
|
|
8697d6a2
|
2012-08-16T10:16:58
|
|
Do the cheaper comparison first.
|
|
381c56f8
|
2012-08-16T09:53:36
|
|
Check that we'll get 1 shares' worth of work time by rolling before saying we should roll the work.
|
|
afcfea15
|
2012-08-16T09:30:49
|
|
Simplify all those total_secs usages by initialising it to 1 second.
|
|
5fadfdb2
|
2012-08-16T09:19:45
|
|
Overlap queued decrementing with staged incrementing.
|
|
9f1d9ce3
|
2012-08-16T00:16:13
|
|
Artificially set the pool lagging flag on pool switch in failover only mode as well.
|
|
a6b97327
|
2012-08-16T00:09:50
|
|
Artificially set the pool lagging flag on work restart to avoid messages about slow pools after every longpoll.
|
|
44e81218
|
2012-08-15T22:56:18
|
|
Factor in opt_queue value into enough work queued or staged.
|