Log

Author Commit Date CI Message
Kano 802737e8 2013-08-07T23:47:19 BTB voltage management via the API - and set default on startup
Kano ecc9457b 2013-08-07T21:25:33 Avalon BTB allow partial work to be transferred
Kano 6dabdff1 2013-08-06T11:13:48 avalon_cts use correct buffer
kanoi 4b5f56e1 2013-08-05T03:28:44 Merge pull request #470 from kanoi/master miner.php format Best Share
Kano f8a672f1 2013-08-05T20:16:14 miner.php format Best Share
kanoi 8dc09356 2013-08-05T01:18:51 Merge pull request #467 from someone42/master Support for BitBurner boards
ckolivas fdac13cc 2013-08-04T08:37:48 Update ASIC README.
Con Kolivas afe28517 2013-07-29T22:16:06 Merge pull request #468 from lano1106/master remove unnecessary memcpy
Olivier Langlois c31ff572 2013-07-29T23:53:20 remove unnecessary memcpy The next operation is flipping the merkleroot on the same destination. Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net>
Chris Chua dc4ca0de 2013-07-30T00:15:45 using more concise description
Chris Chua 782206ce 2013-07-29T22:20:56 using usb_ident
Chris Chua b8cdaea8 2013-07-29T21:53:14 forgot a return
Chris Chua b0f4d55b 2013-07-29T21:39:29 changes to Avalon driver for BitBurner boards
Kano bda1e333 2013-07-25T08:32:03 ASIC-README refer AMU to FPGA-README
ckolivas dbac7f53 2013-07-21T15:53:36 Revert "Sleep after sending icarus work to emulate working at 115200 baud." This reverts commit 4aaeb510c82f93f33120cd021afcc17d3b12234f. There is a baud emulation function now.
kanoi 1878029d 2013-07-20T13:47:49 Merge pull request #465 from kanoi/master timeout reporting and remove unused fpgautils code
Kano 369a4543 2013-07-20T16:04:04 api correct timeout stat display
Kano 759ce6e7 2013-07-20T13:20:24 usb timeouts - min/max also
Kano 2dffc96e 2013-07-20T12:56:57 log USB timeouts in API stats
Kano 52cda25f 2013-07-20T10:24:29 usbutils report failed timeouts
Kano 66001267 2013-07-20T07:04:31 usbutils ensure stats macros are using the macro arguments
ckolivas eb9278ca 2013-07-19T19:32:57 Check for negative wait time in socket_full.
ckolivas 837c7319 2013-07-19T19:15:01 Fix extra argument passed to statline before.
ckolivas f2ae7fad 2013-07-19T19:09:23 Adjust socket wait timeout in recv_line according to how long we've already waited to avoid a 60 second wait dropping to 1 second due to a blocked socket.
kanoi fa92ff8c 2013-07-18T21:28:14 Merge pull request #464 from kanoi/master usbutils changes
Kano 4cb7cfb2 2013-07-18T09:59:10 usbutils use a heap buffer for bulk read rather than stack
Kano 8b43e79f 2013-07-18T09:39:23 usbutils only one bulk transfer call per stat
kanoi f3814b3e 2013-07-17T16:00:02 Merge pull request #463 from kanoi/master usbutils config & device_drv noops
Kano a8c974f5 2013-07-18T08:51:08 set device_drv function noops when first add_cgpu
Kano 948f0057 2013-07-16T15:51:17 usbutils - in init only change the config if needed
kanoi 3245ec7a 2013-07-15T07:14:01 Merge pull request #462 from kanoi/master various type checking and overflow checking
Kano 18e4edc7 2013-07-08T20:28:03 bflsc nonce per work item stats
Kano 89d0062a 2013-07-08T19:41:23 bflsc increase flush count to handle parallel work
Kano a9e10988 2013-07-06T22:08:17 force type checking on curses
Kano 5fb5dd0b 2013-07-06T21:04:32 logging - size check sprintf
Kano 51a928fe 2013-07-06T20:56:50 usbutils - size check all sprintf
Kano 74d71cce 2013-07-06T20:47:49 cgminer - size check all sprintf
Kano ad1572f7 2013-07-06T20:17:17 size check get_datestamp/get_timestamp and remove unused cgpu->init
Kano 385a70be 2013-07-06T19:15:59 make all statline overflow safe
ckolivas 805672fb 2013-07-05T21:40:30 More GPU READMEs.
kanoi fa41f31b 2013-07-05T01:35:28 Merge pull request #461 from kanoi/master WU only needs +2 width
Kano df05174e 2013-07-05T18:26:18 WU only needs +2 width
Con Kolivas a011fe51 2013-07-03T22:40:47 Check for a timeout in avalon_scanhash and post to the write sem if we receive one.
Con Kolivas 3b2f9ccb 2013-07-03T21:48:06 Decay result count in avalon more slowly to not falsely detect idle periods as low result return rates.
Con Kolivas 4b4a1354 2013-07-03T21:22:27 Count the number of miners idled in avalon to account more accurately for when its result return rate is too low.
Con Kolivas e13c580c 2013-07-03T20:56:56 Fix potential dereference when starting avalon with all new work.
Con Kolivas 42d96ee7 2013-07-02T20:41:44 Convert the decay_time function into one that truly creates an exponentially decaying average over opt_log_interval.
Con Kolivas 18422fbf 2013-07-02T16:07:32 Only throttle avalon clockspeed in avalon_auto in non optimal temperature settings if the fanspeed has reached maximum.
Con Kolivas 3ef0db56 2013-07-02T09:02:40 Reinstate more aggressive <2% HW error target for avalon-auto
Con Kolivas 2a1ff962 2013-07-01T17:57:24 Add more information about avalon-fan and avalon-freq to ASIC-README
Con Kolivas 05344eff 2013-07-01T16:20:41 Set avalon fan min and fan max to PWM values instead of percentage.
Con Kolivas 065b6a5e 2013-07-01T15:38:15 Provide an --avalon-freq command line to give a valid range of frequencies for avalon in auto mode.
Con Kolivas 36b556aa 2013-07-01T15:15:36 Set the avalon idle frequency to lowest if avalon auto is enabled and we have an overheat condition.
Con Kolivas ce214e12 2013-07-01T15:10:56 Decrease avalon frequency in auto mode if we are unable to maintain the temperature in the optimal range.
Con Kolivas da680f51 2013-07-01T14:44:27 Don't count invalid nonces as hashrate for bflsc.
Con Kolivas d7c99cd1 2013-07-01T10:43:33 Use a more conservative upper limit of 1% for hardware errors with avalon auto frequency.
Con Kolivas f142a4de 2013-07-01T10:41:22 Allow the avalon fanspeed range to be passed as parameter on the command line, default to 20-100%
Con Kolivas 1b81ecf9 2013-06-30T15:51:46 Just display A: and R: for difficulty accepted and rejected to preserve screen real estate and decrease decimal places for WU.
Con Kolivas 99b219f9 2013-06-28T15:49:33 Merge pull request #460 from kanoi/master Update all screen A/R to instead use DA/DR and device U to WU
Kano a94b7be3 2013-06-29T08:41:22 correct device DR: and remove global U:
Kano 800dc249 2013-06-29T01:43:18 Update all screen A/R to instead use DA/DR and device U to WU
kanoi 21624df3 2013-06-28T07:13:24 Merge pull request #459 from kanoi/master miner.php add ASC fields
Kano e76e5afc 2013-06-29T00:12:29 miner.php add ASC fields
kanoi a5437f18 2013-06-28T06:32:31 Merge pull request #458 from kanoi/master GPU fan rpm display 9999 when it overflows
Kano 2d8cc36b 2013-06-28T23:19:09 GPU fan rpm display 9999 when it overflows
kanoi 951ec311 2013-06-28T05:58:45 Merge pull request #457 from kanoi/master bflsc get volts stats needs its own GETVOLTS
Kano 2beb30f1 2013-06-28T22:55:55 bflsc get volts stats needs its own GETVOLTS
kanoi 4e165607 2013-06-27T04:59:58 Merge pull request #456 from kanoi/master cps and usbdev locking
Con Kolivas 34547596 2013-06-27T08:26:53 Support all avalon frequencies on the command line.
Con Kolivas 862c88ec 2013-06-27T07:52:51 Move to slightly more relaxed timeouts for avalon.
Kano c8a647ed 2013-06-27T00:41:10 MMQ turn on cps delays
Kano e8bbb49b 2013-06-27T00:39:25 bflsc x-link header different to documentation
Con Kolivas 18f9112e 2013-06-26T21:46:58 Reset the other auto counters in avalon when idling a device.
Kano 9ecef180 2013-06-26T12:53:05 usbutils/icarus include more locking to usbdev access
Kano 56767585 2013-06-26T11:50:56 Icarus turn on cps delays by default
Kano 1f4b99d0 2013-06-26T01:12:01 usbutils cps correct time measurement
Con Kolivas 9f15a08f 2013-06-26T00:17:22 Bump version number to 3.3.1
Con Kolivas 12c14922 2013-06-26T00:17:03 Update NEWS.
Con Kolivas e811c4dc 2013-06-26T00:15:04 Add an avalon-auto option which enables dynamic overclocking based on hardware error rate for maximum effective hashrate.
Kano fc89f170 2013-06-25T22:23:06 usbutils add delay API stats
Kano 527c6ee2 2013-06-25T21:35:21 usbutils optional cps IO control - but not enabled
Con Kolivas 9b45daba 2013-06-25T19:39:42 Add an --avalon-cutoff feature which puts the avalon idle should it reach this temperature, defaulting to 60, re-enabling it when it gets to target temperature.
Kano 54ec397c 2013-06-25T18:44:36 FPGA-README update the doc message to match the changed code message
ckolivas 78063835 2013-06-25T12:23:43 Update README with avalon temp default.
ckolivas ec4948d9 2013-06-25T12:22:57 Change default avalon target temperature to 50 degrees.
kanoi 713c8803 2013-06-24T18:53:26 Merge pull request #455 from kanoi/master usbutils - incorrect test for * in bus:dev
Kano 15dc64a6 2013-06-25T11:51:39 usbutils - incorrect test for * in bus:dev
ckolivas 9dc2f3f1 2013-06-25T11:21:28 Redo +1 fix in bflsc.
Con Kolivas c62e38c5 2013-06-24T12:41:34 Bump version to 3.3.0
Con Kolivas 661a448a 2013-06-24T12:46:26 Fix build warning.
Con Kolivas 1f3c6425 2013-06-24T12:45:22 Change mode on python file.
Con Kolivas 06f0f410 2013-06-24T12:39:57 Update NEWS.
Con Kolivas 1fca632f 2013-06-24T11:04:02 Add an --avalon-temp option to allow a user specified target temperature.
Con Kolivas 6bdfed3d 2013-06-24T10:39:41 Demote no matching work message to verbose logging only on avalon.
Con Kolivas 6cc09aa1 2013-06-24T10:38:47 Make the fan control on the avalon a simple PID controller with a target temperature of 45.
Con Kolivas a7f9bf3c 2013-06-23T15:37:00 Merge pull request #454 from kanoi/master bflsc - handle xlink timeouts by having generic IO functions
Con Kolivas f5911528 2013-06-24T08:17:27 Demote bflsc hw error messages to verbose logging only.
Kano f2bbfee7 2013-06-23T18:14:12 bflsc - handle xlink timeouts by having generic IO functions
Con Kolivas 2ab7dac2 2013-06-23T17:03:59 Demote the invalid nonce warning to log info.
Con Kolivas 700f4b45 2013-06-23T10:39:17 Ignore iManufacturer for BFLSC devices since the device name will still match and some unbinned chips are missing it.