Log

Author Commit Date CI Message
Con Kolivas 07adb98b 2013-08-13T06:21:14 Bump version to 3.3.3
Con Kolivas 8876fc33 2013-08-13T06:18:12 Update NEWS for upcoming version 3.3.3
Con Kolivas c8aac741 2013-08-13T06:09:42 Only perform the bin2hex on nonce2 data if it's required for stratum submission, thereby removing the last conversion of that type from stratum work generation.
Con Kolivas 87ae66c7 2013-08-13T05:49:32 Create a work data template when receiving stratum notification, allowing a simple memcpy of the merkle root avoiding more hex2bin conversions on each work generation.
Con Kolivas 34bc106d 2013-08-13T04:57:04 Export the workpadding char in miner.h
Con Kolivas 46b6b07a 2013-08-12T16:02:20 Avoid a potential overflow should a pool specify a large nonce2 length with stratum.
Con Kolivas 0379123b 2013-08-12T15:23:35 Avoid one more hex2bin in gen stratum work.
Con Kolivas 11bcf2b3 2013-08-12T11:40:17 Rename work gbt_coinbase to coinbase to be in line with pool variable name.
Con Kolivas 5237bf35 2013-08-12T11:36:28 Perform merkle bin hex2bin on stratum notify to avoid doing it on each work generation.
Con Kolivas 8bc469e9 2013-08-12T11:16:46 Reuse just the one pool coinbase variable in stratum, avoiding more string functions and storage in gen_stratum_work on each work generation.
Con Kolivas 8c8ef6ff 2013-08-12T10:58:43 Rename pool gbt_coinbase variable to coinbase to combine it with the stratum coinbase data.
Con Kolivas c542e47a 2013-08-12T10:49:38 Use a nonce2 offset variable for both gbt and stratum to consolidate requirements on work generation.
Con Kolivas c48e28a8 2013-08-11T17:26:42 Merge pull request #474 from kanoi/master cgsem - increase information on failure
Kano eca6ace2 2013-08-12T09:00:52 util.c update quit call for new functions
Kano bab9ba96 2013-08-12T08:58:20 use correct define for OSX in util.c
Kano 309cb224 2013-08-12T08:54:11 miner.h inline semaphores increase information on failure
Kano bd3612c1 2013-08-12T08:38:02 util.c expand quit to show file/func/line
Kano cf300537 2013-08-12T08:35:29 Merge remote-tracking branch 'conman/master'
Con Kolivas fb94dfa0 2013-08-12T01:15:22 Cache as much of the gbt coinbase as possible to avoid doing unnecessary hex2bin conversion on every work generation with gbt.
Con Kolivas a1052188 2013-08-12T00:27:22 We should be using a cg_wlock initially in generating stratum and gbt work before downgrading the lock.
Con Kolivas 9552f54f 2013-08-12T00:11:49 Add the ability to downgrade a write variant of the cglocks.
Con Kolivas 3e84a19c 2013-08-11T15:10:27 Fix --scrypt being required before scrypt intensities on command line or not working at all via config files.
Con Kolivas b423fe9d 2013-08-11T14:06:17 Cache the hex2bin of pool nonce1 in stratum, avoiding hex2bin on each work generation.
Con Kolivas fef649df 2013-08-11T13:47:46 Cache the binary generation of coinbase1 and 2 on stratum, avoiding a hex2bin of coinbase1 and 2 on each work generation.
Kano 48d91c7f 2013-08-10T10:36:38 cgsem - increase information on failure
Kano b1f57595 2013-08-10T10:12:15 avalon init write_sem before use
Con Kolivas f7e67010 2013-08-10T01:11:23 Fix uninit variable warnings.
Kano ac08ed1d 2013-08-10T01:05:50 usbutils - force check every combination
Con Kolivas 4e969369 2013-08-09T21:54:05 Bump version to 3.3.2
Con Kolivas 580b77b7 2013-08-09T21:52:54 Fix warning.
Con Kolivas a4fa9051 2013-08-09T21:51:46 README updates.
Kano d470828f 2013-08-09T20:45:32 Add libusb compile information to README
Con Kolivas d06b0d96 2013-08-09T20:33:06 Update NEWS.
Con Kolivas 106e461f 2013-08-09T16:57:16 Recreate curses windows on windows when a device is hotplugged to allow window resizing without crashing.
Con Kolivas 9a21a473 2013-08-09T15:17:12 Update copyright notice.
Con Kolivas 2b171f7f 2013-08-09T15:12:57 Limit intensity range according to whether scrypt is in use or not.
Con Kolivas cb6d62de 2013-08-09T06:48:59 Do not allow benchmark mode to be used with scrypt.
Con Kolivas d71e9f91 2013-08-09T06:43:25 Add a --bflsc-overheat command which allows you to set the throttling temperature for BFLSC devices or disable it.
Con Kolivas 812852cc 2013-08-09T06:31:57 Move bflsc defines to a header file.
Kano bfe0448e 2013-08-08T00:26:42 API-README add missing freq in version log
kanoi 18b60c4e 2013-08-07T07:21:27 Merge pull request #472 from kanoi/master avalon allow frequency to be set via the API
Kano b1a80cef 2013-08-08T00:20:19 avalon allow frequency to be set via the API
kanoi e4e20620 2013-08-07T06:51:23 Merge pull request #471 from kanoi/master BTB voltage management via the API - and set default on startup
Kano 1ae397f1 2013-08-07T23:49:48 API-README correct max bitburner-voltage
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.