Log

Author Commit Date CI Message
Con Kolivas e76264cc 2012-08-23T21:29:57 Bump version to 2.6.6
Con Kolivas 2cfe25af 2012-08-23T21:24:43 Update NEWS.
Con Kolivas 8a5feae7 2012-08-23T12:44:42 Give warning with sdk2.7 and phatk as well.
Kano 799f199a 2012-08-23T10:22:03 Remove compile errors/warnings and document compile/usage in FPGA-README
Luke Dashjr 424ac324 2012-08-20T08:08:11 bitforce-firmware-flash.c by Luke-jr
Con Kolivas 48f966af 2012-08-23T12:42:10 Whitelist sdk2.7 for diablo kernel as well.
Con Kolivas 67761cab 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.
Con Kolivas 95be41ae 2012-08-23T12:47:28 Pick worksize 256 with Cypress if none is specified.
Kano 4a88fd23 2012-08-23T11:41:10 BFL Flash - always distribute source
Kano 88e60c4d 2012-08-23T11:16:29 BFL flash - include source in builds and more FPGA-README
Con Kolivas 68779b4d 2012-08-21T23:07:59 Update windows build instructions courtesy of sharky.
Kano 4d90a550 2012-08-21T19:27:12 miner.php allow page title to be defined in myminer.php
Con Kolivas 6485c5d4 2012-08-23T20:53:32 select_pool does not switch back to the primary once lagging is disabled. Conflicts: cgminer.c
Kano abf2c671 2012-08-22T11:25:02 API-README fix groups P: example mistake
Kano 7b08c1d0 2012-08-22T11:19:15 API-README add COIN and other edits
Kano f5ef7e5e 2012-08-21T23:23:03 miner.php allow 'coin' is custom pages
ckolivas 4ab87d89 2012-08-22T10:33:40 gpu->hit should be reset on new work as well.
Con Kolivas f934c17f 2012-08-23T20:55:25 Do not add time to dynamic opencl calculations over a getwork. Conflicts: cgminer.c
Luke Dashjr 71bbd583 2012-08-10T22:19:17 Bugfix: bitforce: Allocate enough space for FTDI description pointers Alloca that needs the dthe size in bytes rather than elements.
Con Kolivas 73d35cb0 2012-08-20T22:24:28 Increment total work counter under mutex lock.
Con Kolivas 616bdf82 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.
Con Kolivas b78cce98 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.
Con Kolivas a96ef792 2012-08-20T11:08:56 Add message to share if it's a resubmit.
Con Kolivas bf9f061b 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.
Con Kolivas 052f4553 2012-08-18T23:21:24 Initialise cnt in libztex.c
Kano cda340b8 2012-08-16T10:01:04 fpga serial I/O extra debug (disabled by default)
Con Kolivas b706c177 2012-08-18T11:07:32 Don't try to start devices that don't support scrypt when scrypt mining.
Con Kolivas d5a08e58 2012-08-16T09:30:49 Simplify all those total_secs usages by initialising it to 1 second.
Con Kolivas a529b8a1 2012-08-16T00:16:13 Artificially set the pool lagging flag on pool switch in failover only mode as well.
Con Kolivas 68cd0e87 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 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.