Log

Author Commit Date CI Message
kanoi dad0c661 2014-05-24T17:12:16 minion - for spi error char use ' instead of ~
kanoi a68cdb08 2014-05-24T17:02:10 minion - use different charactes for the chip report SPI error flag based on error count
kanoi a10e2419 2014-05-24T16:13:04 minion - silent option to disable chip temp control
kanoi afaab773 2014-05-24T01:49:39 minion - disable int config code if ints are disabled
kanoi 5692a5e2 2014-05-18T07:10:19 minion - reread results to help recover bad data - add a chip reset at 50%
kanoi 25a9ac48 2014-05-18T03:57:38 minion - add a unique id to each task
kanoi c93836e0 2014-05-18T03:53:27 minion - make interrupts and no_nonce code compile optional
kanoi 5ff62a81 2014-05-18T01:48:28 minion - report each chip number in the chip detect message
kanoi 6b7c0e51 2014-05-18T00:51:02 minion - seperate que/work per chip and slow down SPI
kanoi c5bc5fc0 2014-05-16T23:56:22 minion - fix history when
kanoi fb57ab86 2014-05-16T23:44:38 minion - keep history lists independent - simplifies the code
kanoi cbc7499f 2014-05-16T22:43:17 minion - only report idle change once
kanoi 44bfce66 2014-05-16T22:17:52 minion - use request chip number and report min/max taskid
kanoi d58b9383 2014-05-16T21:59:41 minion - show 5m Chip ghs up to 'now'
kanoi 305e72f4 2014-05-16T21:07:12 minion - use '=' for chip report
kanoi 36a54214 2014-05-16T19:33:22 minion - allow a fake report core for invalid core numbers
kanoi afbd9f17 2014-05-16T19:11:13 minion - chip ghs reporting and chip/core validation in nonce processing
kanoi 01a46865 2014-05-14T21:38:11 minion - idle_cnt report include correct chip number
kanoi 35bb969d 2014-05-14T21:26:36 minion - optionally report chip idle_cnt changes
kanoi 61727aca 2014-05-14T01:16:04 minion - add storing/reporting core ena/act, fix temp code
kanoi a94baab0 2014-05-13T17:34:39 minion - allow setting internal chip temperature threshold and make overheat code an option, disabled by default
kanoi 8b3a2bc3 2014-05-12T23:30:54 minion - check for all chips
kanoi 796e2e86 2014-05-12T23:18:26 minion - various redesigns and use standard klist
kanoi 38b6ccc0 2014-05-10T12:20:46 minion - zero the chip driver queue count just after flushing the chip queue
kanoi 610009db 2014-05-10T02:44:18 minion - restrict nonce read result size to ioctl() limit
kanoi 680b6da2 2014-05-10T01:14:12 minion - must check temp when overheated
kanoi 897b2061 2014-05-10T00:47:09 minion - idle chips that hit >100C until back to 80C
kanoi e0491782 2014-05-09T22:39:42 minion - report the chip/reg when aborting due to an invalid ioctl() size
kanoi 962e39fa 2014-05-09T22:05:37 minion - all freq in Mhz but only convert when used
kanoi 9b1988ed 2014-05-09T21:55:21 minion - remove unused ioctl debug
kanoi 3d7ba50a 2014-05-09T21:53:28 minion - command queue is now larger
kanoi 651f3185 2014-05-09T21:49:50 minion - check rolled in stale work cleanup
Con Kolivas e370996c 2014-05-09T09:21:45 Work stats should be based on device_diff not work_difficulty since non-shares haven't been filtered out yet
kanoi 974b91d5 2014-05-08T23:33:02 Merge pull request #590 from kanoi/master minion - comment out HW debug message
kanoi 93df65d0 2014-05-08T23:30:30 minion - comment out HW debug message
kanoi 2e16e5f2 2014-05-08T17:55:08 Merge pull request #589 from kanoi/master minion - roll work to reduce CPU
kanoi 0b847b2c 2014-05-08T17:51:54 minion - roll work to reduce CPU
kanoi 99a68da9 2014-05-08T12:11:10 Merge pull request #588 from kanoi/min Minion Updates
kanoi 48d406cd 2014-05-08T01:21:40 minion - report init_freq in stats
kanoi 7b7f2ae1 2014-05-08T00:50:17 api - howoldsec is only used for USB
kanoi fa38fd4c 2014-05-08T00:48:02 minion - allow setting the frequency
kanoi 2870bab3 2014-05-07T23:09:37 minion - disable iostats by default since it slows down mining
kanoi 9bbf7938 2014-05-07T23:05:52 minion - define frequency value table
kanoi 19b607b3 2014-05-07T23:03:37 minion - report temp/cores/freq and handle temp formatting
kanoi 6abbb668 2014-05-07T21:14:52 minion - item is undefined
ckolivas 78f246fd 2014-05-07T12:14:24 Rationalise diffs stored in the work struct and document them to avoid further confusion
Con Kolivas 0c071937 2014-05-05T21:13:55 Add basic API stats for nfu drivers to see how many submits each chip returns
Con Kolivas a31b5c61 2014-05-05T17:04:23 Add output direction for the EN0 pin on nfu driver
Con Kolivas 8f729db0 2014-05-05T10:41:32 Support power management optimisations in newer nf* firmware
Con Kolivas 37dff998 2014-05-05T10:27:20 Support variable numbers of chips with NFU and BXM drivers
Con Kolivas ad20a6fc 2014-05-05T09:56:10 Identify number of chips in nanofury devices and change name accordingly
Con Kolivas 9e9430d7 2014-05-05T09:37:31 Rename nf1 driver to nfu in anticipation of support for more chips
Con Kolivas 3a36d246 2014-05-04T19:50:05 Make hashfast reset counter rise on old instances when inheriting the value on new ones
Con Kolivas b319c88d 2014-05-04T17:09:09 Bump version to 4.3.3
Con Kolivas f1ef0ece 2014-05-04T17:08:30 Update NEWS
kanoi 9a04b30b 2014-05-04T17:01:58 Merge pull request #586 from imsaguy/patch-1 Fix typo
imsaguy 2b6d67b6 2014-05-04T01:59:58 Fix typo
Con Kolivas 559b17c3 2014-05-04T13:51:44 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 1d672074 2014-05-04T13:51:26 Work should be freed when aged, fixing a massive memory leak for bxf devices
kanoi 686d648f 2014-05-03T03:55:31 Merge pull request #584 from kanoi/master miner.php fix single rig fixes
kanoi 967318df 2014-05-03T03:53:42 miner.php fix single rig summary/config field formatting
kanoi 744c42f0 2014-05-03T03:41:50 miner.php fix single rig total formatting
Con Kolivas a874feab 2014-05-02T17:32:45 Fix changelog
Con Kolivas 07bfdf43 2014-05-02T17:21:36 Fix accounting bug with nrolltime drivers
Con Kolivas 5dba5d78 2014-05-02T17:20:13 Revert "Revert "upgrade some int to int64_t to avoid overflows in reporting"" This reverts commit d3b358dede30fc16099bff53c5ee33228bcd53c1.
Con Kolivas 528bcbb9 2014-05-02T17:10:28 Bump version to 4.3.2
Con Kolivas d3b358de 2014-05-02T17:08:47 Revert "upgrade some int to int64_t to avoid overflows in reporting" This reverts commit 36802ace37ad6bbcfd995d041b2add3906f8f98b.
Con Kolivas 8baf2961 2014-05-02T15:23:23 Bump version to 4.3.1
Con Kolivas 38083751 2014-05-02T15:22:43 Update NEWS
kanoi 499a230f 2014-05-02T15:19:28 Merge pull request #583 from kanoi/master upgrade some int to int64_t to avoid overflows in reporting
Kano 36802ace 2014-05-02T15:11:57 upgrade some int to int64_t to avoid overflows in reporting
Con Kolivas 6469d3b6 2014-05-02T15:02:13 Make reconnection messages more explanatory
Con Kolivas 5470afce 2014-05-02T14:52:38 Merge pull request #582 from kanoi/master Startum client.reconnect require matching URL
Kano 040b42c5 2014-05-02T14:15:20 Startum client.reconnect require matching URL
Kano ac346679 2014-05-02T13:50:57 Merge remote-tracking branch 'conman/master'
Con Kolivas bdffffb4 2014-05-02T13:38:38 Fix memory leak in submit_noffset_nonce
Con Kolivas 04cb2ac7 2014-05-02T13:11:31 Clean up any work that may not have been used in the work scheduler
Con Kolivas 0eec9984 2014-05-02T13:06:44 Avoid unnecessary deref now that it's done within discard_work
Con Kolivas 1f633aa0 2014-05-02T13:05:30 Clean work pointers after one way usage functions
Con Kolivas 6bfca71e 2014-05-02T13:00:25 Avoid unnecessary total_work_inc in generating local work
kanoi 36b0758c 2014-05-02T11:48:06 Merge remote-tracking branch 'conman/master'
Con Kolivas f9d94232 2014-05-02T11:37:52 Cosmetic fixes
Con Kolivas 3b387ca6 2014-05-02T10:54:38 Merge pull request #581 from Elbandi/idlebugfix Fix idle bug, when redirected client can't auth
Con Kolivas 9712ebba 2014-05-02T10:53:09 Merge pull request #580 from zefir-k/A1.upstream.merge A1.upstream.merge
kanoi 167b787e 2014-04-26T17:14:02 Merge remote-tracking branch 'conman/master'
Elso Andras acb15bfc 2014-04-25T22:21:44 Fix idle bug, when redirected client can't auth
Con Kolivas 33ab2afb 2014-04-24T20:56:01 Rename spond temp rate to asics total rate
Con Kolivas 1d4519f8 2014-04-23T08:19:54 Build fixes
Con Kolivas 1b3401e3 2014-04-22T20:32:16 Set the unique id only for usb devices with serial strings longer than 4 chars long
Con Kolivas 47469248 2014-04-22T20:22:41 Use usb serial strings as unique id if devices have them
Con Kolivas 5c23fe4d 2014-04-22T20:03:40 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas d97f893c 2014-04-22T20:03:21 Discretely identify the onestring miners as OSM
Con Kolivas 393abb8f 2014-04-22T19:58:30 Add bxf debugging option and osm led modes
Zefir Kurtisi c1657499 2014-04-22T11:26:18 A1: modularize board selector / add initial CCR support
Zefir Kurtisi fe10cfc1 2014-03-18T13:37:22 A1: cleanup tca9535 logging
Zefir Kurtisi 0615b951 2014-03-16T14:42:06 A1: fix and extend PLL parameters
Zefir Kurtisi b1bc011e 2014-03-15T13:57:37 A1: clean up compile warnings
Zefir Kurtisi f3d5d52c 2014-02-22T17:03:07 A1: use real level in hexdump
Con Kolivas 5d2f20a3 2014-04-22T19:23:34 Add identification for onestring miner variants
Con Kolivas 2704b63a 2014-04-19T23:21:26 Merge pull request #579 from BitSyncom/master Fix the detection on Avalon2. Parser the power good signal