|
b4eb3274
|
2012-08-19T22:12:28
|
|
miner.php format new Work Utility and Diff1 Shares
|
|
9210abdf
|
2012-08-19T15:09:45
|
|
API V1.17 show Work Utility and Diff1 Shares
|
|
9e76aed6
|
2012-08-18T23:21:24
|
|
Initialise cnt in libztex.c
|
|
bb401c55
|
2012-08-18T23:16:22
|
|
Bump version to 2.7.0
|
|
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'
|
|
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.
|
|
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.
|
|
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.
|
|
611f1cec
|
2012-08-15T22:48:08
|
|
Roll work whenever we can on getwork.
|
|
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.
|
|
fd0be1bb
|
2012-08-15T22:28:09
|
|
Queue requests for getwork regardless and test whether we should send for a getwork from the getwork thread itself.
|
|
7d77c016
|
2012-08-15T21:26:50
|
|
Get rid of age_work().
|
|
035ccdf1
|
2012-08-17T16:48:02
|
|
0 is a valid return value for read so only break out if read returns -1.
|
|
a916be0b
|
2012-08-17T16:42:14
|
|
Repeating on timeout in ztex could make the code never return.
|
|
56775141
|
2012-08-16T22:30:06
|
|
Offset libusb reads/writes by length written as well in ztex.
|
|
280539bf
|
2012-08-16T22:26:19
|
|
Cope with timeouts and partial reads in ztex code.
|
|
5cb3d2dc
|
2012-08-16T10:01:04
|
|
fpga serial I/O extra debug (disabled by default)
|
|
6d63229e
|
2012-08-15T11:58:31
|
|
Further update NEWS.
|
|
afa7310e
|
2012-08-15T11:55:30
|
|
If there are more devices than nDevs, don't iterate over them as they may overwrite devices mapped below that with the mapping option.
|
|
78d60193
|
2012-08-15T11:49:23
|
|
Revert "Fix ADL gpu-map not working when there are more ADL devices than openCL. Patch supplied and tested by Nite69."
This reverts commit 2a474fe914524b20e0108396ab9bb873fba820ad.
Broken.
|
|
cadc7d76
|
2012-08-15T11:06:00
|
|
Bump version number to 2.6.5
|
|
1e36f19a
|
2012-08-15T11:04:45
|
|
Update NEWS.
|
|
2480cf23
|
2012-08-15T10:54:38
|
|
Don't try to get bitforce temperature if we're polling for a result to minimise the chance of interleaved responses.
|
|
ec4a8646
|
2012-08-15T10:45:40
|
|
Fix README faq on bfl auto-detect.
|
|
83675099
|
2012-08-15T10:37:51
|
|
Revert "Only get bitforce temperature at a time when we have not requested any other responses to minimise risk of interleaved responses."
This reverts commit e29d2d92c9aa730c642c8df55c2a96901dce5450.
As P. Shep points out, this breaks re-enabling of a disabled device.
|
|
e34105a4
|
2012-08-15T10:37:00
|
|
Set memory clock based on memdiff if present from with engine changes, allowing it to parallel manual changes from the menu as well.
|
|
c433f234
|
2012-08-15T10:19:16
|
|
Increase the timeout on bitforce as per Paul Sheppard's suggestion to account for throttling + work time + excess.
|
|
2a474fe9
|
2012-08-15T09:55:40
|
|
Fix ADL gpu-map not working when there are more ADL devices than openCL. Patch supplied and tested by Nite69.
|
|
8745ba1e
|
2012-08-15T09:38:45
|
|
Windows' timer resolution is limited to 15ms accuracy. This was breaking dynamic intensity since it tries to measure below this.
Since we are repeatedly sampling similar timeframes, we can average the gpu_us result over 5 different values to get very fine precision.
|
|
dc8ef0c7
|
2012-08-15T09:06:23
|
|
Fix harmless unused warnings in scrypt.h.
|
|
85b97462
|
2012-08-15T09:05:02
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
e29d2d92
|
2012-08-15T09:04:17
|
|
Only get bitforce temperature at a time when we have not requested any other responses to minimise risk of interleaved responses.
|
|
d1508bd4
|
2012-08-14T14:45:34
|
|
Merge pull request #296 from kanoi/api
API allow display/change failover-only setting (API v1.16)
|
|
70c57e7d
|
2012-08-14T12:58:08
|
|
api.c typo
|
|
95dff736
|
2012-08-14T12:54:27
|
|
API allow display/change failover-only setting
|
|
74f21129
|
2012-08-14T09:14:37
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8e20456b
|
2012-08-14T09:13:59
|
|
Check we are not lagging as well as there is enough work in getwork.
|
|
618ef0c8
|
2012-08-12T17:33:25
|
|
Merge pull request #295 from kanoi/api
miner.php documentation (in API-README) v0.1
|
|
cf66ef87
|
2012-08-13T10:31:17
|
|
API-README correction 6
|
|
7dca87da
|
2012-08-13T10:24:50
|
|
API-README correction 5
|
|
3abeace8
|
2012-08-13T10:13:25
|
|
API-README correction 4
|
|
49ae1b6f
|
2012-08-13T10:12:15
|
|
API-README correction 3
|
|
b3538697
|
2012-08-13T10:05:11
|
|
API-README correction 2
|
|
f3dd04ae
|
2012-08-13T09:59:32
|
|
API-README correction
|
|
7011dd21
|
2012-08-13T09:55:10
|
|
miner.php documentation (in API-README) v0.1
|
|
00691aba
|
2012-08-11T20:42:05
|
|
Merge pull request #292 from kanoi/main
Escape " and \ when writing json config file
|
|
391ce709
|
2012-08-11T19:48:52
|
|
Merge pull request #291 from kanoi/minerphp
miner.php optional single rig totals (on by default)
|
|
011f822a
|
2012-08-11T19:48:26
|
|
Merge pull request #294 from kanoi/api
API-README update changelog
|
|
c96c8eef
|
2012-08-12T12:42:26
|
|
API-README update changelog
|
|
d66742a8
|
2012-08-12T11:04:51
|
|
Minimise locking and unlocking when getting counts by reusing shared mutex lock functions.
|
|
c91a9545
|
2012-08-12T10:55:18
|
|
Avoid getting more work if by the time the getwork thread is spawned we find ourselves with enough work.
|
|
07fca3e2
|
2012-08-12T10:29:34
|
|
The bitforce buffer is cleared and hw error count incremented on return from a failed send_work already so no need to do it within the send_work function.
|
|
f27bcb8e
|
2012-08-12T10:45:59
|
|
Going back to e68ecf5eb275e1cc2dc22c7db35b0bd8d9c799de
|
|
c892ded6
|
2012-08-12T10:40:58
|
|
Make sure there are true pending staged work items as well in failover only mode.
|
|
61003df4
|
2012-08-12T10:33:26
|
|
In failover-only mode we need to queue enough work for the local pool and ignore the total queued count.
|
|
65f4e2af
|
2012-08-12T10:29:34
|
|
The bitforce buffer is cleared and hw error count incremented on return from a failed send_work already so no need to do it within the send_work function.
|
|
8aa61f66
|
2012-08-11T16:47:49
|
|
Make sure we have work from the current pool somewhere in the queue in case the queue is full of requests from a pool that has just died.
|
|
c0aaf56a
|
2012-08-11T16:11:53
|
|
Since all the counts use the same mutex, grab it only once.
|
|
4f9394be
|
2012-08-11T14:39:35
|
|
When popping work, grab cloned work first if possible since original work can be reused to make further clones.
|
|
8085ae68
|
2012-08-11T14:04:55
|
|
Further simplify the queue request mechanism.
|
|
f83863a9
|
2012-08-11T13:30:41
|
|
Keep total queued count as a fake pending staged count to account for the period a queue is in flight before it is staged.
|
|
d04005ae
|
2012-08-10T22:33:34
|
|
miner.php allow a custom page section to select all fields with '*' - e.g. to create a STATS section on a custom page
|
|
e47dc873
|
2012-08-10T21:44:15
|
|
Clone work at the time of requesting it if an existing work item can be rolled.
|
|
e68ecf5e
|
2012-08-10T20:18:04
|
|
Queue one request for each staged request removed, keeping the staged request count optimal at all times.
|
|
52e5524d
|
2012-08-09T18:01:35
|
|
Escape " and \ when writing json config file
|
|
556cc7bd
|
2012-08-09T16:30:36
|
|
miner.php optional single rig totals (on by default)
|
|
1c98e0cf
|
2012-08-07T21:48:18
|
|
Bump version to 2.6.4
|
|
d64c32ac
|
2012-08-07T21:49:11
|
|
Include scrypt.h in Makefile.
|
|
0adbcd5d
|
2012-08-07T21:21:01
|
|
Fix windows bitforce build.
|
|
be577252
|
2012-08-07T21:02:56
|
|
Update NEWS.
|
|
0a79de93
|
2012-08-07T20:55:55
|
|
Convert the serial autodetect functions to use int instead of char to enumerate devices.
|
|
9cae9a9d
|
2012-08-07T20:49:47
|
|
Make the serial open timeout for BFL generically 1 second on windows.
|
|
7dffa07e
|
2012-08-07T20:47:18
|
|
Deuglify windows autodetect code for BFL.
|
|
e52762c5
|
2012-08-07T20:26:24
|
|
There is no point zeroing temperature in BFL if we fail to get a response, and we should register it as a HW error, suggesting throttling.
|