1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00
Commit Graph

4858 Commits

Author SHA1 Message Date
Kano
f8a672f1de miner.php format Best Share 2013-08-05 20:16:14 +10:00
kanoi
8dc0935639 Merge pull request #467 from someone42/master
Support for BitBurner boards
2013-08-05 01:18:51 -07:00
ckolivas
fdac13ccaf Update ASIC README. 2013-08-04 08:37:48 +10:00
Con Kolivas
afe2851795 Merge pull request #468 from lano1106/master
remove unnecessary memcpy
2013-07-29 22:16:06 -07:00
Olivier Langlois
c31ff57277 remove unnecessary memcpy
The next operation is flipping the merkleroot on the same
destination.

Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net>
2013-07-29 23:53:20 -04:00
Chris Chua
dc4ca0de97 using more concise description 2013-07-30 00:15:45 +10:00
Chris Chua
782206ceca using usb_ident 2013-07-29 22:20:56 +10:00
Chris Chua
b8cdaea8bb forgot a return 2013-07-29 21:53:14 +10:00
Chris Chua
b0f4d55be7 changes to Avalon driver for BitBurner boards 2013-07-29 21:39:29 +10:00
Kano
bda1e33322 ASIC-README refer AMU to FPGA-README 2013-07-25 08:32:03 +10:00
ckolivas
dbac7f53a6 Revert "Sleep after sending icarus work to emulate working at 115200 baud."
This reverts commit 4aaeb510c8.

There is a baud emulation function now.
2013-07-21 15:53:36 +10:00
kanoi
1878029df7 Merge pull request #465 from kanoi/master
timeout reporting and remove unused fpgautils code
2013-07-20 13:47:49 -07:00
Kano
369a45431d api correct timeout stat display 2013-07-21 06:44:10 +10:00
Kano
759ce6e7d2 usb timeouts - min/max also 2013-07-21 06:43:26 +10:00
Kano
2dffc96e3c log USB timeouts in API stats 2013-07-20 12:56:57 +10:00
Kano
52cda25f98 usbutils report failed timeouts 2013-07-20 10:24:29 +10:00
Kano
660012678a usbutils ensure stats macros are using the macro arguments 2013-07-20 07:04:31 +10:00
ckolivas
eb9278ca53 Check for negative wait time in socket_full. 2013-07-19 19:32:57 +10:00
ckolivas
837c7319f1 Fix extra argument passed to statline before. 2013-07-19 19:15:01 +10:00
ckolivas
f2ae7fadb2 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. 2013-07-19 19:09:23 +10:00
kanoi
fa92ff8cfe Merge pull request #464 from kanoi/master
usbutils changes
2013-07-18 21:28:14 -07:00
Kano
4cb7cfb226 usbutils use a heap buffer for bulk read rather than stack 2013-07-18 09:59:10 +10:00
Kano
8b43e79f42 usbutils only one bulk transfer call per stat 2013-07-18 09:39:23 +10:00
kanoi
f3814b3edc Merge pull request #463 from kanoi/master
usbutils config & device_drv noops
2013-07-17 16:00:02 -07:00
Kano
a8c974f5f1 set device_drv function noops when first add_cgpu 2013-07-18 08:51:08 +10:00
Kano
948f0057c4 usbutils - in init only change the config if needed 2013-07-16 15:51:17 +10:00
kanoi
3245ec7ad5 Merge pull request #462 from kanoi/master
various type checking and overflow checking
2013-07-15 07:14:01 -07:00
Kano
18e4edc776 bflsc nonce per work item stats 2013-07-08 20:28:03 +10:00
Kano
89d0062ac8 bflsc increase flush count to handle parallel work 2013-07-08 19:41:23 +10:00
Kano
a9e10988ed force type checking on curses 2013-07-06 22:08:17 +10:00
Kano
5fb5dd0bd6 logging - size check sprintf 2013-07-06 21:04:32 +10:00
Kano
51a928fe7e usbutils - size check all sprintf 2013-07-06 20:56:50 +10:00
Kano
74d71cce2c cgminer - size check all sprintf 2013-07-06 20:47:49 +10:00
Kano
ad1572f77f size check get_datestamp/get_timestamp and remove unused cgpu->init 2013-07-06 20:17:17 +10:00
Kano
385a70bea7 make all statline overflow safe 2013-07-06 19:15:59 +10:00
ckolivas
805672fb51 More GPU READMEs. 2013-07-05 21:40:30 +10:00
kanoi
fa41f31b18 Merge pull request #461 from kanoi/master
WU only needs +2 width
2013-07-05 01:35:28 -07:00
Kano
df05174e1d WU only needs +2 width 2013-07-05 18:26:18 +10:00
Con Kolivas
a011fe5182 Check for a timeout in avalon_scanhash and post to the write sem if we receive one. 2013-07-03 22:40:47 +10:00
Con Kolivas
3b2f9ccb88 Decay result count in avalon more slowly to not falsely detect idle periods as low result return rates. 2013-07-03 21:48:06 +10:00
Con Kolivas
4b4a13549e Count the number of miners idled in avalon to account more accurately for when its result return rate is too low. 2013-07-03 21:22:27 +10:00
Con Kolivas
e13c580cac Fix potential dereference when starting avalon with all new work. 2013-07-03 20:56:56 +10:00
Con Kolivas
42d96ee7fe Convert the decay_time function into one that truly creates an exponentially decaying average over opt_log_interval. 2013-07-02 20:41:44 +10:00
Con Kolivas
18422fbf7d Only throttle avalon clockspeed in avalon_auto in non optimal temperature settings if the fanspeed has reached maximum. 2013-07-02 16:07:32 +10:00
Con Kolivas
3ef0db5658 Reinstate more aggressive <2% HW error target for avalon-auto 2013-07-02 09:02:40 +10:00
Con Kolivas
2a1ff962ee Add more information about avalon-fan and avalon-freq to ASIC-README 2013-07-01 17:57:24 +10:00
Con Kolivas
05344eff03 Set avalon fan min and fan max to PWM values instead of percentage. 2013-07-01 16:20:41 +10:00
Con Kolivas
065b6a5e36 Provide an --avalon-freq command line to give a valid range of frequencies for avalon in auto mode. 2013-07-01 15:38:15 +10:00
Con Kolivas
36b556aa66 Set the avalon idle frequency to lowest if avalon auto is enabled and we have an overheat condition. 2013-07-01 15:15:36 +10:00
Con Kolivas
ce214e1270 Decrease avalon frequency in auto mode if we are unable to maintain the temperature in the optimal range. 2013-07-01 15:10:56 +10:00