Log

Author Commit Date CI Message
Con Kolivas cffc21db 2012-11-25T09:47:45 Bump version to 2.9.5
Con Kolivas 8bc60506 2012-11-25T09:47:26 Revert "Find libusb-1.0 with pkg-config except on mingw, and fix #include path" This reverts commit ce72dbea7d7405ed37456c89c8b0516188f57fc7.
Con Kolivas 30ade169 2012-11-25T09:47:13 Revert "configure.ac: FreeBSD can't use pkg-config to find libusb-1.0" This reverts commit 4e706162c76a824f92d354918adf8fa64d436510.
Con Kolivas 590bce85 2012-11-25T09:46:48 Update NEWS.
Con Kolivas a8ccd24e 2012-11-24T13:23:53 Merge pull request #332 from nelisky/openwrt Openwrt tweaks
nelisky 6db7e2e5 2012-11-24T13:11:07 fixes target calc for mips openwrt
nelisky c93e5e95 2012-11-04T13:26:39 openwrt needs roundl
Con Kolivas 30ed3fb6 2012-11-25T00:50:34 Get rid of unused last_work in opencl thread data.
Con Kolivas 217be6ed 2012-11-25T00:37:46 Do away with the flaky free_work api in the driver code which would often lose the work data in opencl and simply flush it before exiting the opencl scanhash.
Con Kolivas c34ff367 2012-11-24T23:08:14 Use base_work for comparison just for cleanness in __copy_work
Con Kolivas 73671ab3 2012-11-24T18:45:02 Remove all static work structs, using the make and free functions.
Con Kolivas 3ab92ef6 2012-11-24T13:35:00 Add pool no. to stale share detected message.
Con Kolivas 850d07df 2012-11-24T12:58:58 Add info about which pool share became stale while resubmitting.
Con Kolivas ce7801be 2012-11-24T12:49:20 Copy the work on opencl_free_work
Con Kolivas 14e169b2 2012-11-24T12:41:35 Add an extra slot in the max backlog for ztex to minimise dupes.
Con Kolivas 31e43944 2012-11-24T10:58:46 Do not use or count or use the getworks submitted which are simply testing that pools are still up. This was increasing share leakage and making stats not reflect real work.
Con Kolivas 2d35ac25 2012-11-24T10:47:20 Track all dynamically allocated memory within the work struct by copying work structs in a common place, creating freshly allocated heap ram for all arrays within the copied struct. Clear all work structs from the same place to ensure memory does not leak from arrays within the struct. Convert the gbt coinbase and stratum strings within the work struct to heap ram. This will allow arbitrary lengths without an upper limit for the strings, preventing the overflows that happen with GBT.
Con Kolivas 641dbce8 2012-11-23T13:47:40 Merge pull request #330 from luke-jr/err_func_nostart opencl: Use new dev_error function for REASON_DEV_NOSTART
Con Kolivas 833ecf9b 2012-11-23T13:46:53 Merge pull request #331 from denis2342/master updated the pkg-config patches, now with mingw support and tested
Peter Stuge 972ddf74 2012-11-23T03:42:47 libztex: Work around ZTEX USB firmware bug exposed by the FreeBSD libusb The ZTEX USB firmware doesn't correctly support GET_DESCRIPTOR requests for string descriptors, specifically the device always returns the full string descriptor, even if the request wLength is shorter. The FreeBSD implementation of libusb_get_string_descriptor_ascii() first requests 4 (four) bytes to validate the start of the string descriptor, and since the device sends back too many bytes the USB host controller signals an error to FreeBSD which returns the error to us. In order to avoid this mess the libusb_get_string_descriptor_ascii() call is replaced with the way libusb-1.0 works; which makes only a single request to read the entire string descriptor.
Peter Stuge 4e706162 2012-11-16T00:59:21 configure.ac: FreeBSD can't use pkg-config to find libusb-1.0
Peter Stuge ce72dbea 2012-11-16T00:13:56 Find libusb-1.0 with pkg-config except on mingw, and fix #include path
Luke Dashjr cce75083 2012-11-18T22:24:40 opencl: Use new dev_error function for REASON_DEV_NOSTART
Con Kolivas 759e9554 2012-11-18T23:13:32 Bump version to 2.9.4
Con Kolivas 0175c49a 2012-11-18T23:13:07 Update NEWS.
Con Kolivas e55ef04d 2012-11-18T23:41:21 Revert "Find libusb-1.0 using pkg-config and correct the libusb.h #include path" This reverts commit 171c3d0c72e749bc9d82a6742955119decf7b09c. Rollback breakage.
Con Kolivas 26967386 2012-11-18T23:40:50 Revert "configure.ac: Don't use pkg-config to search for libusb-1.0 on FreeBSD" This reverts commit d0c10b78beadc677d3079a8393db1f9af3d37195. Rollback breakage.
Con Kolivas aa72db36 2012-11-18T23:04:01 Provide rudimentary support for the balancing failover strategies with stratum and GBT by switching pools silently on getwork requests.
Con Kolivas 40a3331e 2012-11-18T22:27:03 Remove unintentional block of code in reuse_work.
Con Kolivas 86fd23a3 2012-11-18T22:25:28 Convert remaining modminer and bfl uses of usleep to nmsleep.
Con Kolivas dc7fc13e 2012-11-18T22:23:03 Convert libztex to nmsleep where possible.
Con Kolivas 90d1d7b6 2012-11-18T22:21:20 Convert unreliable usleep calls to nmsleep calls in ztex driver.
Con Kolivas 9ad02fe3 2012-11-18T21:48:44 Support workid for block submission on GBT pools that use it.
Con Kolivas 0b088d8d 2012-11-18T18:08:14 Provide rudimentary support for literal ipv6 addresses when parsing stratum URLs.
Con Kolivas 61f4e9d6 2012-11-18T17:22:48 Revert "Discard all work on longpoll, not just work cgminer recognises as stale." This reverts commit 1470eea903266fc5cef8e722859dca55ae460183. Work block update makes this unnecessary.
Con Kolivas efaa1b03 2012-11-18T17:19:53 Work around libcurl cflags not working on hacked up mingw installations on windows.
Con Kolivas 09a52695 2012-11-17T22:07:34 Merge pull request #329 from denis2342/master Find libusb-1.0 using pkg-config and correct the libusb.h #include path
Con Kolivas f14bf5b1 2012-11-17T22:06:49 Merge pull request #326 from pshep/error_counters Error counters
Con Kolivas b6066217 2012-11-18T17:03:50 Only increase gpu engine speed by a larger step if the temperature is below hysteresis instead of increasing it to max speed.
Con Kolivas 4039ee7a 2012-11-18T16:53:39 Convert pool not responding and pool alive message on backup pools to verbose level only since they mean a single failed getwork.
Con Kolivas 52b86b51 2012-11-18T16:38:24 Update work block on the longpoll work item before calling restart threads to ensure all work but the longpoll work item gets discarded when we call discard_stale from restart_threads.
Con Kolivas 1470eea9 2012-11-18T15:54:14 Discard all work on longpoll, not just work cgminer recognises as stale.
Con Kolivas 88983306 2012-11-18T15:50:04 Do not attempt to remove the stratum share hash after unsuccessful submission since it may already be removed by clear_stratum_shares.
Peter Stuge d0c10b78 2012-11-16T00:59:21 configure.ac: Don't use pkg-config to search for libusb-1.0 on FreeBSD
Peter Stuge 171c3d0c 2012-11-16T00:13:56 Find libusb-1.0 using pkg-config and correct the libusb.h #include path
Con Kolivas d15515be 2012-11-15T13:09:00 Check against a double for current pool diff.
Con Kolivas b3864d1a 2012-11-15T09:18:58 Support for fractional diffs and the classic just-below-1 share all FFs diff target.
Con Kolivas 97059e4c 2012-11-11T22:58:58 Bump version to 2.9.3
Con Kolivas 1832dbd7 2012-11-11T22:57:48 Make header larger on gen stratum work to accomodate \0 at the end.
Con Kolivas 96b372c1 2012-11-11T21:17:06 Bump version to 2.9.2
Con Kolivas 54bd1cfa 2012-11-11T21:16:23 Update NEWS.
Con Kolivas 66a95771 2012-11-11T21:47:31 Fix mistaken disabling of opt_restart in other code.
Con Kolivas 89cb1419 2012-11-11T20:53:27 Use stratum block change from backup pools as an alternative to longpoll for pools that don't support LP.
Con Kolivas 38eb4ee4 2012-11-11T18:09:46 Check share target diff for best_share to be calculated when solo mining.
Con Kolivas 7993095e 2012-11-11T17:53:20 Round some more static string arrays to 4 byte boundaries.
Con Kolivas 17aa87be 2012-11-11T17:37:58 There is no need for the static arrays to be larger than required, so long as they're 4 byte aligned to appease ARM.
Con Kolivas 149781cf 2012-11-11T17:14:55 Revert "Change default log interval to 3 seconds for faster screen refreshes since vardiff will prevent massive on screen hash updates in the future." This reverts commit f1f6b31faff2cca9a111407c28d4bf9af28284aa. Screen update frequency is what I wanted to change, not the log interval.
Con Kolivas 298ffcbc 2012-11-11T17:14:24 Store the full stratum url information in rpc_url for correct configuration file saving.
Con Kolivas 2cf0767c 2012-11-11T16:33:20 Put in a hack to prevent dud work from sneaking into test_work_current being seen as a new block.
Con Kolivas ad2ed57f 2012-11-11T16:30:09 Reset the work->longpoll flag where it will affect stratum work items as well.
Con Kolivas 1d7e19f2 2012-11-11T16:10:45 Check for both coinbase/append and submit/coinbase support before using GBT protocol.
Con Kolivas 878f4d53 2012-11-11T16:05:39 First pass through testing for GBT should not set probed to true since we are about to probe again.
Con Kolivas 598ee76d 2012-11-11T09:51:37 Hash1 is only used by the deprecated cpu mining code and never changes so remove it from the work struct and bypass needing to process the value for all other mining.
Con Kolivas f1f6b31f 2012-11-07T23:32:01 Change default log interval to 3 seconds for faster screen refreshes since vardiff will prevent massive on screen hash updates in the future.
Con Kolivas 6893c0be 2012-11-07T23:28:49 Get a work item once per second for all getwork and GBT pools to test they're still alive and to maintain a current GBT template.
Paul Sheppard dad6c704 2012-11-06T09:46:05 Merge branch 'master' into error_counters
Paul Sheppard 01db191a 2012-11-06T09:33:05 Merge branch 'master' of https://github.com/ckolivas/cgminer.git
Con Kolivas dd671baa 2012-11-06T17:42:49 Get a fresh block template with GBT pools on switching to them.
Con Kolivas b57edb45 2012-11-06T14:51:32 Bump version and news to 2.9.1.
Con Kolivas be82cc7f 2012-11-06T14:01:32 Reset work flags to prevent GBT shares from being submitted as stratum ones after switching.
Con Kolivas d6b9442f 2012-11-06T11:54:09 Bump version to 2.9.0
Con Kolivas df517518 2012-11-06T11:53:23 Update NEWS.
Con Kolivas a8e1ebb1 2012-11-06T12:01:07 Add endian swap defines for where missing.
Con Kolivas a47a7886 2012-11-06T11:39:25 Only retarget stratum shares to new pool diff if diff has dropped.
Con Kolivas 498882d8 2012-11-06T10:39:34 Remove resetting of probed variable when detecting GBT.
Con Kolivas 27ce497a 2012-11-06T09:50:36 Count lost stratum share submits and increase message priority to warning.
Con Kolivas 418d15de 2012-11-06T09:43:55 Only retrieve a new block template for GBT pools that are the current pool.
Paul Sheppard 69f341c5 2012-11-05T08:01:15 Remove errant counter.
Con Kolivas 75d0a45a 2012-11-05T23:47:44 Show which pool untracked share messages have come from.
Con Kolivas e0157208 2012-11-05T23:44:00 Add management for dead GBT pools.
Con Kolivas 9ebc321c 2012-11-05T23:34:58 Merge branch 'master' into gbt
Con Kolivas bddbddd6 2012-11-05T23:33:03 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas ab1fa253 2012-11-05T04:32:22 Merge pull request #324 from CyberLeo/build_on_freebsd Changes to build prototypes to support building on FreeBSD 9.1-RC2 amd64
Con Kolivas ffb8a29a 2012-11-05T23:25:36 Count lost shares with stratum as submit stale lost.
Con Kolivas 0465fef5 2012-11-05T23:22:36 Discard record of stratum shares sent and report lost shares on disconnection since they will never be reported back.
Con Kolivas 03140811 2012-11-05T22:12:27 Swab, don't just swap the bytes in the GBT target.
Con Kolivas 275bb9c0 2012-11-05T18:05:25 Change status window message for GBT connected pools versus LP.
Con Kolivas 1321cb0e 2012-11-05T17:57:33 Generate a gbt work item from longpoll when required to set new block and message appropriately.
Con Kolivas 10ea5fbf 2012-11-05T16:57:48 Use existing pool submit_old bool from gbt data.
Con Kolivas f71b4230 2012-11-05T16:48:19 Retrieve a new block template if more than 30 seconds has elapsed since the last one to keep the data current and test the pool is still alive.
Con Kolivas fc94e00f 2012-11-05T16:34:44 Update GBT longpollid every time we request a new longpoll.
Con Kolivas cc7c2745 2012-11-05T16:28:52 Manage appropriate response codes for share submission with GBT.
Con Kolivas 345e72e6 2012-11-05T16:17:04 Allow the longpoll thread to start with GBT and only set the longpollid once.
Con Kolivas 85f400bf 2012-11-05T15:57:47 Correct last few components of GBT block generation courtesy of Luke-jr.
Paul Sheppard 84173c6c 2012-11-04T20:38:11 missing a break.
Con Kolivas 14c436ee 2012-11-05T15:28:07 Use correct length for offsetting extra nonce and remaining data.
Paul Sheppard 9f74e650 2012-11-04T20:13:49 Tidy up device error counts
Con Kolivas a4e78be1 2012-11-05T14:56:57 Flip all 80 bytes in the flip function which was wrongly named flip256 for its purpose.
Con Kolivas 8bc677a6 2012-11-05T14:44:58 Calculate midstate for gbt work and remove now unused variable.
Con Kolivas 0ba5f0f9 2012-11-05T14:02:43 Use a standard function for flipping bytes.