1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00
Commit Graph

4818 Commits

Author SHA1 Message Date
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
Con Kolivas
da680f5162 Don't count invalid nonces as hashrate for bflsc. 2013-07-01 14:44:27 +10:00
Con Kolivas
d7c99cd116 Use a more conservative upper limit of 1% for hardware errors with avalon auto frequency. 2013-07-01 10:43:33 +10:00
Con Kolivas
f142a4de23 Allow the avalon fanspeed range to be passed as parameter on the command line, default to 20-100% 2013-07-01 10:41:22 +10:00
Con Kolivas
1b81ecf932 Just display A: and R: for difficulty accepted and rejected to preserve screen real estate and decrease decimal places for WU. 2013-06-30 15:51:46 +10:00
Con Kolivas
99b219f99d Merge pull request #460 from kanoi/master
Update all screen A/R to instead use DA/DR and device U to WU
2013-06-28 15:49:33 -07:00
Kano
a94b7be3bc correct device DR: and remove global U: 2013-06-29 08:41:22 +10:00
Kano
800dc24916 Update all screen A/R to instead use DA/DR and device U to WU 2013-06-29 01:43:18 +10:00
kanoi
21624df372 Merge pull request #459 from kanoi/master
miner.php add ASC fields
2013-06-28 07:13:24 -07:00
Kano
e76e5afca6 miner.php add ASC fields 2013-06-29 00:12:29 +10:00
kanoi
a5437f182f Merge pull request #458 from kanoi/master
GPU fan rpm display 9999 when it overflows
2013-06-28 06:32:31 -07:00
Kano
2d8cc36b82 GPU fan rpm display 9999 when it overflows 2013-06-28 23:19:09 +10:00
kanoi
951ec31142 Merge pull request #457 from kanoi/master
bflsc get volts stats needs its own GETVOLTS
2013-06-28 05:58:45 -07:00
Kano
2beb30f13d bflsc get volts stats needs its own GETVOLTS 2013-06-28 22:55:55 +10:00
kanoi
4e16560749 Merge pull request #456 from kanoi/master
cps and usbdev locking
2013-06-27 04:59:58 -07:00
Con Kolivas
34547596b3 Support all avalon frequencies on the command line. 2013-06-27 08:26:53 +10:00
Con Kolivas
862c88ecbb Move to slightly more relaxed timeouts for avalon. 2013-06-27 07:52:51 +10:00
Kano
c8a647edeb MMQ turn on cps delays 2013-06-27 00:41:10 +10:00
Kano
e8bbb49b5b bflsc x-link header different to documentation 2013-06-27 00:39:25 +10:00
Con Kolivas
18f9112e48 Reset the other auto counters in avalon when idling a device. 2013-06-26 21:46:58 +10:00
Kano
9ecef180d1 usbutils/icarus include more locking to usbdev access 2013-06-26 12:53:05 +10:00
Kano
5676758594 Icarus turn on cps delays by default 2013-06-26 11:50:56 +10:00
Kano
1f4b99d0e9 usbutils cps correct time measurement 2013-06-26 01:12:01 +10:00
Con Kolivas
9f15a08f2a Bump version number to 3.3.1 2013-06-26 00:17:22 +10:00
Con Kolivas
12c1492279 Update NEWS. 2013-06-26 00:17:03 +10:00
Con Kolivas
e811c4dc77 Add an avalon-auto option which enables dynamic overclocking based on hardware error rate for maximum effective hashrate. 2013-06-26 00:15:04 +10:00
Kano
fc89f170a3 usbutils add delay API stats 2013-06-25 22:23:06 +10:00
Kano
527c6ee255 usbutils optional cps IO control - but not enabled 2013-06-25 21:35:21 +10:00
Con Kolivas
9b45daba6b 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. 2013-06-25 19:39:42 +10:00
Kano
54ec397ccb FPGA-README update the doc message to match the changed code message 2013-06-25 18:44:36 +10:00
ckolivas
7806383592 Update README with avalon temp default. 2013-06-25 12:23:43 +10:00
ckolivas
ec4948d93d Change default avalon target temperature to 50 degrees. 2013-06-25 12:22:57 +10:00
kanoi
713c880389 Merge pull request #455 from kanoi/master
usbutils - incorrect test for * in bus:dev
2013-06-24 18:53:26 -07:00
Kano
15dc64a696 usbutils - incorrect test for * in bus:dev 2013-06-25 11:51:39 +10:00
ckolivas
9dc2f3f175 Redo +1 fix in bflsc. 2013-06-25 11:21:28 +10:00
Con Kolivas
c62e38c51e Bump version to 3.3.0 2013-06-24 12:47:04 +10:00
Con Kolivas
661a448ad8 Fix build warning. 2013-06-24 12:47:04 +10:00
Con Kolivas
1f3c642564 Change mode on python file. 2013-06-24 12:47:04 +10:00
Con Kolivas
06f0f41022 Update NEWS. 2013-06-24 12:39:57 +10:00
Con Kolivas
1fca632f7c Add an --avalon-temp option to allow a user specified target temperature. 2013-06-24 11:04:02 +10:00
Con Kolivas
6bdfed3db4 Demote no matching work message to verbose logging only on avalon. 2013-06-24 10:39:41 +10:00