Log

Author Commit Date CI Message
nelisky 57a72d51 2012-05-02T07:26:52 Blind implementation of multi-fpga board 1.15y.
nelisky 719b0c7c 2012-04-30T09:29:36 HS bitstream configuration
Con Kolivas 0171c84e 2012-04-29T10:21:15 Bump version number to 2.3.6
Con Kolivas e8eeea4c 2012-04-29T10:09:18 More NEWS.
Con Kolivas b015348d 2012-04-29T10:08:12 Shorten stale share messages slightly.
Con Kolivas 7233890d 2012-04-29T10:03:01 Protect the freeing of current_hash under mutex_lock to prevent racing on it when set_curblock is hit concurrently.
Con Kolivas 10f619cb 2012-04-29T09:15:54 Update NEWS.
Con Kolivas 53c22551 2012-04-29T09:12:23 Change default behaviour to submitting stale, removing the --submit-stale option and adding a --no-submit-stale option.
Con Kolivas f9123f05 2012-04-29T08:55:59 Make sure to start the getwork and submit threads when a pool is added on the fly.
Con Kolivas 5ad942d1 2012-04-29T00:56:23 Faster hardware can easily outstrip the speed we can get work and submit shares when using only one connection per pool. Test the queued list to see if any get/submits are already queued and if they are, start recruiting extra connections by generating new threads. This allows us to reuse network connections at low loads but recuit new open connections as they're needed, so that cgminer can scale to hardware of any size.
Con Kolivas 60cc425f 2012-04-28T14:07:16 Bump version number to 2.3.5
Con Kolivas 628ac199 2012-04-28T14:00:34 Get rid of confusing "waiting on fresh work" part of longpoll message to minimise log width and add pool number to longpoll work restart message.
Con Kolivas 06bf44b0 2012-04-28T13:41:18 Restarting cgminer leads to a socket that can't be bound for 60 seconds, so increase the interval that API binding waits to 30 seconds to minimise the number of times it will retry, spamming the logs.
Con Kolivas 972860c0 2012-04-28T13:36:27 Remove unused variable.
Con Kolivas 3362a2a4 2012-04-28T13:31:27 Give a longpoll message for any longpoll that detects a block change, primary or backup, and also display which pool it was.
Con Kolivas e1cf5029 2012-04-28T12:22:23 Decrease utility display to one decimal place.
Con Kolivas e5ae415f 2012-04-28T09:46:34 News updates.
Con Kolivas 7b370bb2 2012-04-28T09:19:32 Small cosmetic output alignment.
Con Kolivas 669b0ded 2012-04-28T08:39:06 Add pool number to stale share message.
Con Kolivas 4da6758f 2012-04-28T00:34:35 Add space to log output now that there is more screen real estate available.
Con Kolivas 268039cc 2012-04-28T00:32:47 Indentation clean up.
Con Kolivas 30755adc 2012-04-28T00:22:10 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 03fab3f4 2012-04-28T00:16:34 Remove thread id display from rejected shares as well.
Con Kolivas 5d99f5d3 2012-04-27T06:25:38 Merge pull request #185 from Diapolo/diakgcn add goffset support for diakgcn with -v 1 and update kernel version
Philip Kaufmann f479be07 2012-04-27T08:29:56 add goffset support for diakgcn with -v 1 and update kernel version
Con Kolivas 86e94edb 2012-04-27T15:47:21 Set have_longpoll to true when there is at least one pool with longpoll.
Con Kolivas 0365878a 2012-04-27T15:30:42 Don't display the thread ID since it adds no useful information over the device number.
Con Kolivas 08c72108 2012-04-27T15:29:31 Don't display the first 8 bytes of a share since they will always be zero at >= 1 difficulty.
Con Kolivas 501e35a0 2012-04-27T14:02:29 work->longpoll is reset across test_work_current so we need to recheck what pool it belongs to.
Con Kolivas 03abb704 2012-04-27T13:59:43 Use longpolls from backup pools with failover-only enabled just to check for block changes, but don't use them as work.
Con Kolivas 1ab318d0 2012-04-27T13:11:19 Start longpoll only after we have tried to extract the longpoll URL.
Con Kolivas b1c273e7 2012-04-27T12:54:29 Check for submitold flag on resubmit of shares, and give different message for stale shares on retry.
Con Kolivas 5ece966f 2012-04-27T12:47:13 Check for submitold before submitstale.
Con Kolivas ed718b2b 2012-04-27T12:28:51 Don't force fresh curl connections on anything but longpoll threads.
Con Kolivas eda38299 2012-04-27T11:58:47 Create one longpoll thread per pool, using backup pools for those pools that don't have longpoll. Use the work created from the longpoll return only if we don't have failover-enabled, and only flag the work as a longpoll if it is the current pool. This will work around the problem of trying to restart the single longpoll thread on pool changes that was leading to race conditions. It will also have less work restarts from the multiple longpolls received from different pools.
Con Kolivas e502fde5 2012-04-27T11:13:52 Remove the ability to disable longpoll. It is not a useful feature and will conflict with planned changes to longpoll code.
Con Kolivas 8e84abfc 2012-04-26T17:36:19 Merge pull request #184 from luke-jr/bugfix_const_warning Bugfix: Make initial_args a const char** to satisfy exec argument type warning (MinGW)
Con Kolivas f68c9169 2012-04-27T10:23:47 Remove the invalid entries from the example configuration file.
Con Kolivas 9a3ae266 2012-04-27T10:22:53 Add support for latest ATI SDK on windows.
Con Kolivas d90e36d9 2012-04-27T09:42:37 Export missing function from libztex.
Con Kolivas 8d8f4ff8 2012-04-26T16:38:17 Merge pull request #182 from kanoi/master api.c 'devdetails' list static details of devices + ZTex ++
Con Kolivas ab764da4 2012-04-26T16:33:27 Merge pull request #178 from nelisky/ztex-120417 Firmware 15d4 support
Kano e553fe07 2012-04-27T07:48:38 miner.php change socktimeoutsec = 10 (it only waits once)
Luke Dashjr 90c5ef1f 2012-04-26T14:55:03 Bugfix: Make initial_args a const char** to satisfy exec argument type warning (on Windows only)
Kano e9d5244d 2012-04-27T02:36:04 miner.php add a timeout so you don't sit and wait ... forever
Con Kolivas 4cd97326 2012-04-26T23:29:21 Create discrete persistent submit and get work threads per pool, thus allowing all submitworks belonging to the same pool to reuse the same curl handle, and all getworks to reuse their own handle. Use separate handles for submission to not make getwork potentially delay share submission which is time critical. This will allow much more reusing of persistent connections instead of opening new ones which can flood routers. This mandated a rework of the extra longpoll support (for when pools are switched) and this is managed by restarting longpoll cleanly and waiting for a thread join.
Kano 849ba896 2012-04-26T11:20:05 miner.php only show the current date header once
Kano 6f8cc9e2 2012-04-26T11:01:37 miner.php also add current time like single rig page
Kano fe381c14 2012-04-26T10:23:03 miner.php display rig 'when' table at top of the multi-rig summary page
Kano 724d9e45 2012-04-26T02:05:45 README - add some Ztex details
Kano b249d72e 2012-04-26T01:45:04 api.c include zTex in the FPGA support list
Kano 9febdb5a 2012-04-26T00:35:15 api.c ensure 'devs' shows PGA's when only PGA code is compiled
Kano b3ac249e 2012-04-26T00:20:16 cgminer.c sharelog code consistency and compile warning fix
Kano 84a0012f 2012-04-26T00:15:03 README correct API version number
Kano 8dee991c 2012-04-26T00:14:17 README spelling error
Kano c4567ee6 2012-04-26T00:08:36 api.c combine all pairs of sprintfs()
Kano 87a5f0d8 2012-04-25T22:39:22 api.c uncomment and use BLANK (and COMMA)
nelisky 316ebc3b 2012-04-25T03:52:52 Code style cleanup
nelisky 6bb3c40d 2012-04-25T01:57:15 Annotating frequency changes with the changed from value
Kano bb57962d 2012-04-25T19:40:25 README clarification of 'notify' command
Kano 32ceec8d 2012-04-25T19:37:55 README update for API RPC 'devdetails'
Kano 6962514e 2012-04-25T19:23:10 api.c 'devdetails' list static details of devices
nelisky b29edd11 2012-04-25T01:55:56 Using less heap space as my TP-Link seems to not handle this much
Con Kolivas 0e916802 2012-04-25T14:27:01 Bump version number to 2.3.4
Con Kolivas ddf93c36 2012-04-25T15:51:30 Add libusb to list of dependencies for building.
Con Kolivas d9d128c2 2012-04-25T14:25:17 News update for upcoming new version.
Con Kolivas 6b0d767a 2012-04-25T13:23:57 Extensively document the cause of GPU device issues and the use of --gpu-map.
Luke Dashjr 4648330c 2012-04-24T21:46:48 Support for share logging
Con Kolivas 7296e53f 2012-04-25T11:47:45 Grammar fix.
Con Kolivas bb319883 2012-04-25T11:41:35 Detect poorly performing combination of SDK and phatk kernel and add verbose warning at startup.
Con Kolivas 22ea2f90 2012-04-25T11:26:33 Yet more FAQ about SDK 2.6 and hashrate slowdowns.
Con Kolivas 454a10e9 2012-04-24T06:06:24 Merge pull request #179 from kanoi/master configure.ac epoll.h not used now
Kano cbe6ab19 2012-04-24T23:00:07 configure.ac epoll.h not used now
Con Kolivas 11fb7ec9 2012-04-24T22:52:03 Update NEWS.
Con Kolivas ae067124 2012-04-24T00:06:37 Merge pull request #176 from kanoi/master Icarus code tested and working on Linux and Windows
Kano 16b9ebee 2012-04-24T02:30:31 Icarus restore auto/noauto handling
Kano 403f63ae 2012-04-24T02:23:29 Icarus update to new add_cgpu()
Kano 80f4fbbd 2012-04-24T02:14:03 Icarus driver working with Linux and Windows
Kano 7e651269 2012-04-23T22:01:36 api.c fix unused variable compile warning
Con Kolivas ce65e14d 2012-04-23T01:56:21 Merge pull request #174 from kanoi/master Ensure everyone sees the same screen/api name as the previous version
Kano cad0855b 2012-04-23T18:10:21 Ensure everyone sees the same screen/api name as the previous version for ZTex
Kano 20676694 2012-04-23T18:07:13 Ensure everyone sees the same screen/api name as the previous version for Bitforce
Kano e369d787 2012-04-23T18:06:30 Ensure everyone sees the same screen/api name as the previous version for Icarus
Con Kolivas 9175e4f2 2012-04-23T17:56:31 Display all OpenCL devices when -n is called as well to allow debugging of differential mapping of OpenCL to ADL.
Con Kolivas f5f089f5 2012-04-23T17:40:47 Add a --gpu-map option which will allow arbitrarily mapping ADL devices to OpenCL devices for instances where association by enumeration alone fails.
Con Kolivas 99331991 2012-04-23T09:53:40 Increase upper limit on number of extra items to queue as some FPGA code can't yet reliably keep many devices busy.
nelisky 5f5e1063 2012-04-22T08:14:54 Firmware 15d4 support Not yet using suspend and while we have fpga counting implemented it isn't being used yet, thus only the groundwork for quad board support is done, not actually working yet.
Con Kolivas d6edd07c 2012-04-22T21:09:36 Display configuration file information when -c option is passed and only when file exists on loading default config file.
Con Kolivas 6ffdbc3a 2012-04-22T20:50:50 Display configuration file loaded, if any, and debug output if configuration file parsing failed.
Con Kolivas 40e6dd7c 2012-04-21T22:47:46 Merge pull request #173 from luke-jr/bugfix_noauto "-S noauto" option, to inhibit FPGA autoscanning
Con Kolivas e6f9afe6 2012-04-22T15:05:04 Add missing ztex header to Makefile for distribution.
Luke Dashjr f1ae7bbb 2012-04-22T01:04:34 Document long-form COM port device names on Windows, required to specify serial ports above 9
Luke Dashjr 0f74ba05 2012-04-22T00:57:59 Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
Luke Dashjr d7cb49ef 2012-04-22T00:57:30 Icarus: Ignore "auto" flag
Con Kolivas 98c0b297 2012-04-21T21:40:37 Merge pull request #162 from luke-jr/workaround_icarus_uart_issue Workaround Icarus UART failures by reopening the tty every scanhash
Luke Dashjr 0d30a652 2012-04-22T00:36:54 Merge branch 'master' into workaround_icarus_uart_issue Conflicts: driver-icarus.c
Con Kolivas e95384e5 2012-04-22T14:32:40 Include ztex bitstreams firmware in distribution and install if configured in.
Con Kolivas b97e6aa5 2012-04-22T10:57:23 Presumably we should return false when the capability is missing in libztex_checkCapability.
Con Kolivas 78a32f2e 2012-04-22T10:54:26 Style police on driver-ztex.c
Con Kolivas cfe3eb0b 2012-04-22T10:43:31 Merge branch 'master' into ztex Conflicts: configure.ac