Log

Author Commit Date CI Message
Con Kolivas 8fa70809 2012-08-18T11:07:32 Don't try to start devices that don't support scrypt when scrypt mining.
Con Kolivas 80d57728 2012-08-18T10:40:13 Merge branch 'stage'
Con Kolivas 9065c63f 2012-08-17T16:42:14 Repeating on timeout in ztex could make the code never return.
Con Kolivas 0954a229 2012-08-16T22:30:06 Offset libusb reads/writes by length written as well in ztex.
Con Kolivas b688d911 2012-08-17T16:48:02 0 is a valid return value for read so only break out if read returns -1.
Con Kolivas e796284c 2012-08-16T22:26:19 Cope with timeouts and partial reads in ztex code.
Con Kolivas b814b42c 2012-08-16T18:55:09 Consider us lagging only once our queue is almost full and no staged work.
Con Kolivas b60f9da4 2012-08-16T17:24:04 Simplify the enough work algorithm dramatically.
Con Kolivas 0fbd60ae 2012-08-16T10:24:52 Keep track of staged rollable work item counts to speed up clone_available.
Con Kolivas 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.
Con Kolivas 0e56dffd 2012-08-16T17:01:25 Only queue from backup pools once we have nothing staged.
Con Kolivas 8697d6a2 2012-08-16T10:16:58 Do the cheaper comparison first.
Con Kolivas 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.
Con Kolivas e16b7566 2012-08-16T15:49:11 Don't keep queueing work indefinitely if we're in opt failover mode.
Con Kolivas afcfea15 2012-08-16T09:30:49 Simplify all those total_secs usages by initialising it to 1 second.
Con Kolivas 5fadfdb2 2012-08-16T09:19:45 Overlap queued decrementing with staged incrementing.
Con Kolivas 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.
Con Kolivas 9f1d9ce3 2012-08-16T00:16:13 Artificially set the pool lagging flag on pool switch in failover only mode as well.
Con Kolivas a6b97327 2012-08-16T00:09:50 Artificially set the pool lagging flag on work restart to avoid messages about slow pools after every longpoll.
Con Kolivas a5f7b953 2012-08-16T11:47:00 Set lagging flag if we're on the last of our staged items.
Con Kolivas 44e81218 2012-08-15T22:56:18 Factor in opt_queue value into enough work queued or staged.
Con Kolivas 611f1cec 2012-08-15T22:48:08 Roll work whenever we can on getwork.
Con Kolivas ee9e621e 2012-08-16T10:59:49 Reinstate clone on grabbing work.
Con Kolivas 55f7c149 2012-08-16T10:55:57 Grab clones from hashlist wherever possible first.
Con Kolivas c3e32274 2012-08-16T10:41:01 Cull all the early queue requests since we request every time work is popped now.
Con Kolivas 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.
Con Kolivas 7d77c016 2012-08-15T21:26:50 Get rid of age_work().
Con Kolivas 035ccdf1 2012-08-17T16:48:02 0 is a valid return value for read so only break out if read returns -1.
Con Kolivas a916be0b 2012-08-17T16:42:14 Repeating on timeout in ztex could make the code never return.
Con Kolivas 56775141 2012-08-16T22:30:06 Offset libusb reads/writes by length written as well in ztex.
Con Kolivas 280539bf 2012-08-16T22:26:19 Cope with timeouts and partial reads in ztex code.
Con Kolivas 6d63229e 2012-08-15T11:58:31 Further update NEWS.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas cadc7d76 2012-08-15T11:06:00 Bump version number to 2.6.5
Con Kolivas 1e36f19a 2012-08-15T11:04:45 Update NEWS.
Con Kolivas 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.
Con Kolivas ec4a8646 2012-08-15T10:45:40 Fix README faq on bfl auto-detect.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas c433f234 2012-08-15T10:19:16 Increase the timeout on bitforce as per Paul Sheppard's suggestion to account for throttling + work time + excess.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas dc8ef0c7 2012-08-15T09:06:23 Fix harmless unused warnings in scrypt.h.
Con Kolivas 85b97462 2012-08-15T09:05:02 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 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.
Con Kolivas d1508bd4 2012-08-14T14:45:34 Merge pull request #296 from kanoi/api API allow display/change failover-only setting (API v1.16)
Kano 70c57e7d 2012-08-14T12:58:08 api.c typo
Kano 95dff736 2012-08-14T12:54:27 API allow display/change failover-only setting
Con Kolivas 74f21129 2012-08-14T09:14:37 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 8e20456b 2012-08-14T09:13:59 Check we are not lagging as well as there is enough work in getwork.
Con Kolivas 618ef0c8 2012-08-12T17:33:25 Merge pull request #295 from kanoi/api miner.php documentation (in API-README) v0.1
Kano cf66ef87 2012-08-13T10:31:17 API-README correction 6
Kano 7dca87da 2012-08-13T10:24:50 API-README correction 5
Kano 3abeace8 2012-08-13T10:13:25 API-README correction 4
Kano 49ae1b6f 2012-08-13T10:12:15 API-README correction 3
Kano b3538697 2012-08-13T10:05:11 API-README correction 2
Kano f3dd04ae 2012-08-13T09:59:32 API-README correction
Kano 7011dd21 2012-08-13T09:55:10 miner.php documentation (in API-README) v0.1
Con Kolivas 00691aba 2012-08-11T20:42:05 Merge pull request #292 from kanoi/main Escape " and \ when writing json config file
Con Kolivas 391ce709 2012-08-11T19:48:52 Merge pull request #291 from kanoi/minerphp miner.php optional single rig totals (on by default)
Con Kolivas 011f822a 2012-08-11T19:48:26 Merge pull request #294 from kanoi/api API-README update changelog
Kano c96c8eef 2012-08-12T12:42:26 API-README update changelog
Con Kolivas d66742a8 2012-08-12T11:04:51 Minimise locking and unlocking when getting counts by reusing shared mutex lock functions.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas f27bcb8e 2012-08-12T10:45:59 Going back to e68ecf5eb275e1cc2dc22c7db35b0bd8d9c799de
Con Kolivas c892ded6 2012-08-12T10:40:58 Make sure there are true pending staged work items as well in failover only mode.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas c0aaf56a 2012-08-11T16:11:53 Since all the counts use the same mutex, grab it only once.
Con Kolivas 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.
Con Kolivas 8085ae68 2012-08-11T14:04:55 Further simplify the queue request mechanism.
Con Kolivas 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.
Kano 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
Con Kolivas e47dc873 2012-08-10T21:44:15 Clone work at the time of requesting it if an existing work item can be rolled.
Con Kolivas e68ecf5e 2012-08-10T20:18:04 Queue one request for each staged request removed, keeping the staged request count optimal at all times.
Kano 52e5524d 2012-08-09T18:01:35 Escape " and \ when writing json config file
Kano 556cc7bd 2012-08-09T16:30:36 miner.php optional single rig totals (on by default)
Con Kolivas 1c98e0cf 2012-08-07T21:48:18 Bump version to 2.6.4
Con Kolivas d64c32ac 2012-08-07T21:49:11 Include scrypt.h in Makefile.
Con Kolivas 0adbcd5d 2012-08-07T21:21:01 Fix windows bitforce build.
Con Kolivas be577252 2012-08-07T21:02:56 Update NEWS.
Con Kolivas 0a79de93 2012-08-07T20:55:55 Convert the serial autodetect functions to use int instead of char to enumerate devices.
Con Kolivas 9cae9a9d 2012-08-07T20:49:47 Make the serial open timeout for BFL generically 1 second on windows.
Con Kolivas 7dffa07e 2012-08-07T20:47:18 Deuglify windows autodetect code for BFL.
Con Kolivas 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.
Con Kolivas b406dbfe 2012-08-07T20:07:01 Update SCRYPT README with information about HW errors.
Con Kolivas e49bd981 2012-08-07T19:56:43 Use the scrypt CPU code to confirm results from OCL code, and mark failures as HW errors, making it easier to tune scrypt parameters.
ckolivas 3dd1658e 2012-08-07T12:10:01 We may as well leave one curl still available per pool instead of reaping the last one.
ckolivas c7bcad65 2012-08-07T11:59:54 Need to recheck the pool->curls count on regaining the pool lock after the pthread conditional wait returns.
ckolivas ad8c4b77 2012-08-07T11:52:37 Revert "Only add to the pool curlring and increment the counter under mutex lock." This reverts commit 8897e0657507072448f4e951ce1caadca15b4b30. Wrong fix. Recursive locking now.
Con Kolivas 13a92bbd 2012-08-06T18:33:50 Merge pull request #290 from kanoi/api api.c update API start message and include port number
Con Kolivas 28d35990 2012-08-06T18:33:20 Merge pull request #287 from kanoi/minerphp miner.php allow pool inputs: delete, addpool, poolpriority
ckolivas 145f04cc 2012-08-07T11:10:59 Display reaped debug message outside mutex lock to avoid recursive locking.
ckolivas 8897e065 2012-08-07T11:05:23 Only add to the pool curlring and increment the counter under mutex lock.
Con Kolivas 920c56c9 2012-08-06T11:39:32 Add specific information when ADL detects error -10 saying the device is not enabled.
Kano b33ea267 2012-08-06T01:05:21 api.c update API start message and include port number
Kano 64261e7a 2012-08-06T00:30:50 miner.php ignore arg when readonly