Kano
|
6dabdff15c
|
avalon_cts use correct buffer
|
11 years ago |
kanoi
|
4b5f56e18d
|
Merge pull request #470 from kanoi/master
miner.php format Best Share
|
11 years ago |
Kano
|
f8a672f1de
|
miner.php format Best Share
|
11 years ago |
kanoi
|
8dc0935639
|
Merge pull request #467 from someone42/master
Support for BitBurner boards
|
11 years ago |
ckolivas
|
fdac13ccaf
|
Update ASIC README.
|
11 years ago |
Con Kolivas
|
afe2851795
|
Merge pull request #468 from lano1106/master
remove unnecessary memcpy
|
11 years ago |
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>
|
11 years ago |
Chris Chua
|
dc4ca0de97
|
using more concise description
|
11 years ago |
Chris Chua
|
782206ceca
|
using usb_ident
|
11 years ago |
Chris Chua
|
b8cdaea8bb
|
forgot a return
|
11 years ago |
Chris Chua
|
b0f4d55be7
|
changes to Avalon driver for BitBurner boards
|
11 years ago |
Kano
|
bda1e33322
|
ASIC-README refer AMU to FPGA-README
|
11 years ago |
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.
|
11 years ago |
kanoi
|
1878029df7
|
Merge pull request #465 from kanoi/master
timeout reporting and remove unused fpgautils code
|
11 years ago |
Kano
|
369a45431d
|
api correct timeout stat display
|
11 years ago |
Kano
|
759ce6e7d2
|
usb timeouts - min/max also
|
11 years ago |
Kano
|
2dffc96e3c
|
log USB timeouts in API stats
|
11 years ago |
Kano
|
52cda25f98
|
usbutils report failed timeouts
|
11 years ago |
Kano
|
660012678a
|
usbutils ensure stats macros are using the macro arguments
|
11 years ago |
ckolivas
|
eb9278ca53
|
Check for negative wait time in socket_full.
|
11 years ago |
ckolivas
|
837c7319f1
|
Fix extra argument passed to statline before.
|
11 years ago |
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.
|
11 years ago |
kanoi
|
fa92ff8cfe
|
Merge pull request #464 from kanoi/master
usbutils changes
|
11 years ago |
Kano
|
4cb7cfb226
|
usbutils use a heap buffer for bulk read rather than stack
|
11 years ago |
Kano
|
8b43e79f42
|
usbutils only one bulk transfer call per stat
|
11 years ago |
kanoi
|
f3814b3edc
|
Merge pull request #463 from kanoi/master
usbutils config & device_drv noops
|
11 years ago |
Kano
|
a8c974f5f1
|
set device_drv function noops when first add_cgpu
|
11 years ago |
Kano
|
948f0057c4
|
usbutils - in init only change the config if needed
|
11 years ago |
kanoi
|
3245ec7ad5
|
Merge pull request #462 from kanoi/master
various type checking and overflow checking
|
11 years ago |
Kano
|
18e4edc776
|
bflsc nonce per work item stats
|
12 years ago |
Kano
|
89d0062ac8
|
bflsc increase flush count to handle parallel work
|
12 years ago |
Kano
|
a9e10988ed
|
force type checking on curses
|
12 years ago |
Kano
|
5fb5dd0bd6
|
logging - size check sprintf
|
12 years ago |
Kano
|
51a928fe7e
|
usbutils - size check all sprintf
|
12 years ago |
Kano
|
74d71cce2c
|
cgminer - size check all sprintf
|
12 years ago |
Kano
|
ad1572f77f
|
size check get_datestamp/get_timestamp and remove unused cgpu->init
|
12 years ago |
Kano
|
385a70bea7
|
make all statline overflow safe
|
12 years ago |
ckolivas
|
805672fb51
|
More GPU READMEs.
|
12 years ago |
kanoi
|
fa41f31b18
|
Merge pull request #461 from kanoi/master
WU only needs +2 width
|
12 years ago |
Kano
|
df05174e1d
|
WU only needs +2 width
|
12 years ago |
Con Kolivas
|
a011fe5182
|
Check for a timeout in avalon_scanhash and post to the write sem if we receive one.
|
12 years ago |
Con Kolivas
|
3b2f9ccb88
|
Decay result count in avalon more slowly to not falsely detect idle periods as low result return rates.
|
12 years ago |
Con Kolivas
|
4b4a13549e
|
Count the number of miners idled in avalon to account more accurately for when its result return rate is too low.
|
12 years ago |
Con Kolivas
|
e13c580cac
|
Fix potential dereference when starting avalon with all new work.
|
12 years ago |
Con Kolivas
|
42d96ee7fe
|
Convert the decay_time function into one that truly creates an exponentially decaying average over opt_log_interval.
|
12 years ago |
Con Kolivas
|
18422fbf7d
|
Only throttle avalon clockspeed in avalon_auto in non optimal temperature settings if the fanspeed has reached maximum.
|
12 years ago |
Con Kolivas
|
3ef0db5658
|
Reinstate more aggressive <2% HW error target for avalon-auto
|
12 years ago |
Con Kolivas
|
2a1ff962ee
|
Add more information about avalon-fan and avalon-freq to ASIC-README
|
12 years ago |
Con Kolivas
|
05344eff03
|
Set avalon fan min and fan max to PWM values instead of percentage.
|
12 years ago |
Con Kolivas
|
065b6a5e36
|
Provide an --avalon-freq command line to give a valid range of frequencies for avalon in auto mode.
|
12 years ago |