Log

Author Commit Date CI Message
nelisky ed60e33a 2012-05-04T08:33:13 Some tweaks to reporting and logging. - Adding fpga number to the ztex string representation - Removing usb details from the ztex string representation - First frequency set no longer reports a bogus old freq
nelisky eb60ca55 2012-05-04T04:11:08 Merge remote-tracking branch 'upstream/master' into ztex-120417
Con Kolivas 4987958e 2012-05-04T20:10:38 Add a temporarily disabled state for enabled pools called POOL_REJECTING and use the work from each longpoll to help determine when a rejecting pool has started working again. Switch pools based on the multipool strategy once a pool is re-enabled.
Con Kolivas d5eb6650 2012-05-04T02:43:56 Merge pull request #193 from kanoi/master API add last share time to each pool + Correct Icarus U: & MH/s
nelisky ec336cde 2012-05-04T01:10:35 Removing extra debug
ckolivas 376fcd3c 2012-05-04T13:10:18 Fix the benchmark feature by bypassing the new networking code.
ckolivas 4d090a58 2012-05-04T12:51:32 Reset sequential reject counter after a pool is disabled for when it is re-enabled.
Kano b3a50dd4 2012-05-04T10:35:45 Icarus - correct MH/s and U: with work restart set at 8 seconds
nelisky 0eda5415 2012-05-03T13:32:21 ztex updateFreq was always reporting on fpga 0
nelisky 0080aea4 2012-05-03T13:24:59 Trying harder to get 1.15y working
nelisky 4c4d3b51 2012-05-03T10:28:29 fix typo
nelisky 7aaf1b6a 2012-05-03T09:35:59 Specifying threads on multi fpga boards extra cgpu
nelisky 5a58b3f5 2012-05-03T09:06:09 Missing the add cgpu per extra fpga on 1.15y boards
Kano 44fc6987 2012-05-04T00:13:42 API add last share time to each pool
Con Kolivas 852f6a0e 2012-05-03T22:39:12 Don't try to reap curls if benchmarking is enabled.
nelisky 8a24b79e 2012-05-03T01:26:58 Merge remote-tracking branch 'upstream/master' into ztex-120417
Con Kolivas 61432835 2012-05-03T16:25:53 More NEWS.
Con Kolivas f0985f99 2012-05-03T16:25:07 Only show longpoll warning once when it has failed.
Con Kolivas 81286a90 2012-05-03T16:19:19 Bump version to 2.4.0
Con Kolivas eb1521a4 2012-05-03T16:10:27 NEWS updates.
Con Kolivas e3a3c68a 2012-05-03T15:57:04 Readme updates.
Con Kolivas 41d5813d 2012-05-03T15:37:29 Convert hashes to an unsigned long long as well.
Con Kolivas a4f1af17 2012-05-03T15:35:13 Detect pools that have issues represented by endless rejected shares and disable them, with a parameter to optionally disable this feature.
Con Kolivas 55480a6b 2012-05-02T21:26:37 Merge pull request #191 from luke-jr/bugfix_64bit_hashcount Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow 32-bit on some FPGAs
Luke Dashjr 06801822 2012-05-02T23:09:39 Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow 32-bit on some FPGAs
Kano afa3fa56 2012-05-02T22:22:09 API bool's and 1TBS fixes
Kano 09fe8bcb 2012-05-02T20:53:10 Icarus - minimise code delays and name timer variables
Kano 524e2fb8 2012-05-02T16:11:11 api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
Kano 01c93bc1 2012-05-02T12:23:32 api.c bug - remove extra ']'s in notify command
ckolivas 5cf4e188 2012-05-02T11:17:06 Increase pool watch interval to 30 seconds.
Con Kolivas d5d8c2cc 2012-05-03T10:35:30 Implement an older header fix for a label existing before the pthread_cleanup macro.
Con Kolivas 5081c182 2012-05-03T09:24:25 Limit the number of curls we recruit on communication failures and with delaynet enabled to 5 by maintaining a per-pool curl count, and using a pthread conditional that wakes up when one is returned to the ring buffer.
Con Kolivas d4405de7 2012-05-03T08:56:42 Generalise add_pool() functions since they're repeated in add_pool_details.
Luke Dashjr 06023e54 2012-05-02T10:34:31 Bugfix: Return failure, rather than quit, if BFwrite fails
Luke Dashjr 4ba9006d 2012-05-02T10:28:09 Disable failing devices such that the user can attempt to re-enable them
Luke Dashjr 124ee9b2 2012-04-26T15:42:09 Bugfix: thread_shutdown shouldn't try to free the device, since it's needed afterward
ckolivas 85008a78 2012-05-02T10:12:07 Reap curls that are unused for over a minute. This allows connections to be closed, thereby allowing the number of curl handles to always be the minimum necessary to not delay networking.
Con Kolivas ec3d0570 2012-05-01T21:07:16 Use the ringbuffer of curls from the same pool for submit as well as getwork threads. Since the curl handles were already connected to the same pool and are immediately available, share submission will not be delayed by getworks.
Con Kolivas 7d288eac 2012-05-01T19:59:37 Implement a scaleable networking framework designed to cope with any sized network requirements, yet minimise the number of connections being reoped. Do this by create a ring buffer linked list of curl handles to be used by getwork, recruiting extra handles when none is immediately available.
nelisky 57a72d51 2012-05-02T07:26:52 Blind implementation of multi-fpga board 1.15y.
Con Kolivas 89053c78 2012-05-01T19:12:37 There is no need for the submit and getwork curls to be tied to the pool struct.
ckolivas adda6e66 2012-05-01T17:48:23 Do not recruit extra connection threads if there have been connection errors to the pool in question.
ckolivas 76385112 2012-05-01T09:54:34 We should not retry submitting shares indefinitely or we may end up with a huge backlog during network outages, so discard stale shares if we failed to submit them and they've become stale in the interim.
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