|
6f01253b
|
2017-01-26T13:30:45
|
|
merge with cgminer rev 87e3da18638275d2b5adbd0ccd0a17225793bf8f
code refactoring:
- Con Colivas notes
- whitespace nitts
- unused parameters removed
- compiler warnings removed
|
|
ec1ac289
|
2017-01-23T14:07:24
|
|
Windows build fixes.
|
|
d81595b9
|
2015-03-05T09:45:06
|
|
Align_len in all alloc helper calls
|
|
eea28c96
|
2014-12-14T13:10:14
|
|
Fix ava4 build incompatibilites and missing write config parameters
|
|
ce6b8804
|
2014-11-25T11:34:56
|
|
Put spaces between name and id in avalon2 and icarus
|
|
f33ac371
|
2014-11-25T11:29:51
|
|
Relax detection of a failing ava2 to more than 1 minute and perform the test after polling for results
|
|
95df034d
|
2014-11-25T11:17:59
|
|
Cap maximum diff on ava2 in order to still get shares
|
|
3f7991d7
|
2014-11-25T10:31:37
|
|
USB write errors are always fatal so they should be treated as such on ava2
|
|
aa47e70c
|
2014-11-25T10:10:30
|
|
Issue a usb reset for ava2 that is not returning valid shares and then drop it if it persists for over a minute
|
|
74b7fbc4
|
2014-10-01T09:12:08
|
|
The 2nd read never gets anything on ava2 so remove it entirely and just return an error if we are out of sync
|
|
3d2d4918
|
2014-09-24T14:57:56
|
|
Merge pull request #644 from Canaan-Creative/avalon2
Avalon2: display currect max temperature on statline
|
|
30a6ee64
|
2014-09-23T16:50:46
|
|
Avalon2: display currect max temperature on statline
|
|
9afd0a21
|
2014-09-20T23:20:46
|
|
Remove unused variable
|
|
9d79e5fd
|
2014-09-12T16:25:31
|
|
Avalon2: Add 3 bytes nonce2 support
|
|
7adf7827
|
2014-08-20T15:05:31
|
|
Avalon2: MM needs n2size length <= 4
|
|
38b78529
|
2014-09-12T15:05:27
|
|
Use fan min as fan speed when run with --avalon2-fixed-speed
|
|
f83bbeab
|
2014-08-16T17:09:35
|
|
Avalon2: add polling delay option, long coinbase support, LED status on API, change overheat from 88 to 98
|
|
716bae41
|
2014-07-29T21:00:18
|
|
Fix windows build for hashratio and ava2
|
|
82d881d7
|
2014-07-28T21:40:38
|
|
Fix stratum embedded fpgas to not duplicate work with other devices
|
|
7df6031d
|
2014-07-28T21:26:18
|
|
Implement smarter PID type fan control for ava2 allowing more generous temperatures and far lower fan speeds for optimal power and noise usage. Adjust default frequency to 450 as per recommendation.
|
|
98e765dc
|
2014-07-28T20:32:23
|
|
Fix various warnings in ava2
|
|
b351dd83
|
2014-07-28T20:13:43
|
|
Go back to polling design since async will not work for ava2 and fix various read design errors
|
|
304781f1
|
2014-07-28T18:08:46
|
|
Fix error in 2nd read functions for av2 and hro
|
|
0ad98549
|
2014-07-28T17:10:00
|
|
Correct init and read sequence for ava2, and convert from a polling mechanism to a separate read thread
|
|
f8ccbcb1
|
2014-07-28T14:33:04
|
|
Initial commit of ava2 conversion to direct USB
|
|
c5eefc60
|
2014-07-28T13:18:19
|
|
Display frequency and voltage with ava2 on the statline
|
|
c4b20cff
|
2014-07-28T13:12:33
|
|
Store fan percentage and display temp and fan percent for ava2
|
|
e7694887
|
2014-07-28T12:57:47
|
|
Set avalon2 frequency and voltage to appropriate defaults if none are specified on the command line
|
|
4a01c131
|
2014-07-28T12:31:40
|
|
Demote some ava2 messages that don't need to be errors and remove unused works array
|
|
2cc3a386
|
2014-07-28T12:26:48
|
|
Fix broken fan logic for ava2
|
|
871cc066
|
2014-07-20T16:42:52
|
|
Remove requirement for ifndefs for avalon2 from the generic driver work function
|
|
30683ac0
|
2014-07-01T17:48:31
|
|
Avalon2: automatic adjust fan speed, using crc16 on job_id compare, turn on the led by API, detect twice when start, remember the last stratum message increase the hashrate, add cutoff option
|
|
457b2746
|
2014-05-09T11:30:28
|
|
Minor changes
|
|
5cbeda38
|
2014-05-08T19:10:04
|
|
Automatic detect the small miners
|
|
bc44c420
|
2014-05-04T09:39:52
|
|
Update default modules from 3 to 4
|
|
8be08b5a
|
2014-04-28T15:51:51
|
|
Fix the temp max. we should use currect max temp
|
|
986e8d8e
|
2014-04-28T15:35:17
|
|
add avalon2-cutoff options
|
|
159a98cf
|
2014-04-28T13:25:06
|
|
Enable the cutofftemp to Avalon2. ignore longer coinbase and longer merkles stratum
|
|
c07df341
|
2014-04-22T21:02:44
|
|
Fix the diff value used on MM firmware
|
|
20773656
|
2014-04-18T12:35:58
|
|
Avalon2: Parser the power good signal
|
|
fc3711c7
|
2014-04-18T12:28:18
|
|
driver-avalon2: this functions used on detect, which don't have thr setup yet
|
|
6f087246
|
2014-04-02T22:04:23
|
|
Update to diver-avalon2.c
Possible fix to the avalon2 driver
|
|
aa10592d
|
2014-03-24T14:11:51
|
|
Fix various ava2 build issues generically
|
|
f29e9999
|
2014-02-24T14:23:33
|
|
decode the voltage, get the temp_max
|
|
7c5b0b84
|
2014-02-11T14:00:04
|
|
Add Avalon2 (2U size machine) support
Signed-off-by: Xiangfu <xiangfu@openmobilefree.net>
|