|
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
|
|
3a3dfb0f
|
2014-07-28T12:33:08
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
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
|
|
3fabc99d
|
2014-07-23T13:18:30
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
22844839
|
2014-07-23T13:18:11
|
|
Fix hexdump on 64bit
|
|
b547b19b
|
2014-07-23T08:21:45
|
|
Merge pull request #634 from jameshilliard/fix-rock-readme
rockminer frequency is between 200 and 400 MHz
|
|
5fc10682
|
2014-07-22T15:29:31
|
|
rockminer frequency is between 200 and 400 MHz
|
|
ae35f392
|
2014-07-22T14:28:30
|
|
Merge pull request #633 from jameshilliard/fix-api-example
fix jansson include path in cgminer-api compile instructions
|
|
a7009b91
|
2014-07-21T22:27:13
|
|
fix jansson include path in cgminer-api compile instructions
|
|
871cc066
|
2014-07-20T16:42:52
|
|
Remove requirement for ifndefs for avalon2 from the generic driver work function
|
|
c82798f1
|
2014-07-20T15:52:20
|
|
Fix hashratio device name
|
|
49eeaf49
|
2014-07-20T14:53:09
|
|
Make submit_nonce2_nonce return whether the share was valid or not
|
|
0c15adb6
|
2014-07-20T14:39:49
|
|
Reinstate missing necessary init sequence for hashratio
|
|
fd137c95
|
2014-07-20T14:38:15
|
|
Handle disconnected hashratio devices
|
|
d5d18b42
|
2014-07-20T14:16:31
|
|
Add hashratio frequency command line
|
|
23778c7c
|
2014-07-20T14:08:31
|
|
Fix stratum updates not being passed to hashratio devices and clean up
|
|
81ffeff4
|
2014-07-20T10:32:45
|
|
Move to updated avalon2 type driver model for hashratio device
|
|
e89b5059
|
2014-07-19T18:23:04
|
|
Initial import and conversion of hashratio driver to direct USB
|
|
10b9970a
|
2014-07-17T15:17:35
|
|
Detach test pool thread only if we have a blocking startup
|
|
77cc5b4c
|
2014-07-17T15:04:46
|
|
Remove the use of the pthread_tryjoin_np which is currently unimplemented on many platforms
|
|
45dbbb4c
|
2014-07-17T14:35:30
|
|
Bump version to 4.4.2
|
|
4269e92e
|
2014-07-17T14:35:14
|
|
Update NEWS
|
|
a0316aca
|
2014-07-17T14:32:33
|
|
Revert "Fix writing of CBARG parameters when calling write_config"
This reverts commit 07e576cc7a2c6cf97ffe30e11a572f5308fca081.
|
|
8f48bcaf
|
2014-07-17T14:27:26
|
|
Fix processarg parameters loaded from a config file not being saveable
|
|
6a34476d
|
2014-07-17T13:11:08
|
|
We only use the jansson in our source tree so no need for special case handling of older versions
|
|
94fd79cf
|
2014-07-17T13:04:30
|
|
Upgrade jansson to 2.6
|
|
bb579b58
|
2014-07-17T11:52:35
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
70faaca9
|
2014-07-17T11:52:23
|
|
Only clear sockbuf if it's been allocated
|
|
b923bfb8
|
2014-07-16T19:58:29
|
|
Merge pull request #632 from kanoi/master
minion - add a 2nd (optional - disabled) reset test
|
|
07e576cc
|
2014-07-16T04:22:59
|
|
Fix writing of CBARG parameters when calling write_config
|
|
5eb75df4
|
2014-07-16T04:09:36
|
|
Fix missing osm-led-mode support in write config
|
|
d3804639
|
2014-07-16T03:34:57
|
|
Deal with nanosecond overflow in both directions on both addition and subtration of timespecs
|
|
bd632f7b
|
2014-07-15T15:59:34
|
|
Rename sp10 driver internally from spondoolies to sp10
|
|
0a1c571d
|
2014-07-15T15:47:47
|
|
Merge pull request #631 from Spondoolies-Tech/master
SP30
|
|
5e38ef46
|
2014-07-15T15:47:22
|
|
Merge pull request #619 from BitSyncom/rebase
Avalon2: automatic adjust fan speed, using crc16 on job_id compare, turn...
|
|
f79fd2ea
|
2014-07-15T11:00:40
|
|
minion - add a 2nd (optional - disabled) reset test
|
|
2ef03286
|
2014-07-14T13:27:22
|
|
merge
|
|
32f57b66
|
2014-07-14T13:19:50
|
|
rename files
|
|
154a6bc5
|
2014-07-13T17:24:04
|
|
production stats added, reset queue added
|
|
f838b912
|
2014-07-13T11:34:53
|
|
rename files
|
|
64a7d2fd
|
2014-07-13T11:26:39
|
|
still loosing 5%
|
|
ba728aa2
|
2014-07-12T15:05:52
|
|
Merge pull request #628 from stwalkerster/patch-1
Add missing configure options to README
|
|
9f7c6fe2
|
2014-07-12T13:03:55
|
|
Add missing configure options to README
|
|
02253bb7
|
2014-07-12T21:38:38
|
|
Merge pull request #627 from kanoi/master
minion - correct led ghs2 choice
|
|
bac797e3
|
2014-07-12T21:33:59
|
|
minion - correct led ghs2 choice
|
|
311f5c55
|
2014-07-12T21:27:52
|
|
Merge pull request #626 from kanoi/master
minion changes for SPI problems
|
|
cba95216
|
2014-07-12T18:31:58
|
|
minion - correct ghs2 display
|
|
5d9f863b
|
2014-07-12T14:47:11
|
|
minion - reset the led counter when doing a chip RSTN full reset
|
|
cd0b5bce
|
2014-07-12T14:26:54
|
|
minion - don't reset the led counter for an SPI reset
|
|
b1a803b9
|
2014-07-12T14:02:55
|
|
minion - led per chip and use all time average
|
|
7e566dec
|
2014-07-12T05:13:19
|
|
minion - report spi error counts and settings in stats
|
|
255ea5f2
|
2014-07-12T03:49:24
|
|
minion - undeclared fix
|
|
fc89b4ca
|
2014-07-12T03:45:25
|
|
minion - chip power cycle option
|
|
5fba9550
|
2014-07-12T02:10:58
|
|
minion - record 0xff error history and reduce screen output
|
|
d466bbe7
|
2014-07-12T01:46:15
|
|
minion - reset on result or fifo 0xff
|
|
bbca896c
|
2014-07-11T22:52:42
|
|
minion - clarify the 0 value of spireset
|
|
0d72bd9e
|
2014-07-11T20:34:36
|
|
minion - make SPI reset more configurable
|
|
04a43c4d
|
2014-07-11T01:36:51
|
|
minion - make the SPI reset ms sleep a parameter and API settable
|
|
a350304b
|
2014-07-10T18:03:23
|
|
sp10 sensors
|
|
6327c77b
|
2014-07-10T17:59:27
|
|
sp30
|
|
4e11ec16
|
2014-07-11T00:25:14
|
|
minion - led+more api setting
|
|
09ee3c59
|
2014-07-10T11:33:35
|
|
Avoid blocking all pool testing if one pool fails to ever init
|
|
35299a7b
|
2014-07-08T15:32:25
|
|
Wrong fix
|
|
2ade9d59
|
2014-07-08T15:31:26
|
|
There is no point storing the hints addrinfo in struct pool
|
|
aba64735
|
2014-07-08T19:29:53
|
|
Merge pull request #625 from kanoi/master
minion - 'reset' SPI when getting errors & mutex lock getaddrinfo
|
|
6d495b0c
|
2014-07-08T19:22:15
|
|
mutex lock getaddrinfo
|
|
0cef80ab
|
2014-07-07T20:03:21
|
|
minion - 'reset' SPI when getting errors
|
|
ce7e30c4
|
2014-07-06T14:37:35
|
|
Merge pull request #624 from kanoi/master
initialise more pool values in benchmark
|
|
7e175955
|
2014-07-06T14:35:52
|
|
initialise more pool values in benchmark
|
|
33d33e22
|
2014-07-06T05:33:40
|
|
Merge pull request #623 from kanoi/master
minion - auto adjust freq
|
|
20e5f1b2
|
2014-07-06T05:02:50
|
|
minion - auto adjust freq
|
|
93566d15
|
2014-07-04T14:08:32
|
|
Merge pull request #622 from kanoi/master
MInion and Icarus changes
|
|
b70ace17
|
2014-07-04T12:15:39
|
|
Merge branch 'rk' of github.com:kanoi/cgminer into rk
|
|
ab01715e
|
2014-07-04T08:36:48
|
|
Merge pull request #6 from jameshilliard/rk
merge upstream frequency changes
|
|
88f140b0
|
2014-07-03T09:39:19
|
|
merge upstream frequency changes
|
|
173d0270
|
2014-07-04T01:20:49
|
|
icarus - timing history in it's own function
|
|
8cfbac48
|
2014-07-03T14:50:42
|
|
rbox - add lotsa stats, tidy up a bit more
|
|
57cdb427
|
2014-07-03T06:49:05
|
|
Merge pull request #621 from dajohi/master
Fix an off-by-one.
|
|
4c2c5a7c
|
2014-07-02T21:36:20
|
|
Fix an off-by-one.
This caused submitblock to have an undefined byte resulting
in bad block data.
|
|
1a5af944
|
2014-07-03T05:25:55
|
|
icarus - detect stat should be LOG_DEBUG
|
|
11109cee
|
2014-07-03T05:23:06
|
|
icarus - tidy up rbox code, remove statics, and add rocketbox
|
|
c456a371
|
2014-07-02T04:44:12
|
|
minion - do an early reset to clear the chip status
|
|
8de07f80
|
2014-07-01T20:54:09
|
|
minion - use descriptive names for the list types
|
|
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
|
|
48ef55a6
|
2014-06-27T00:21:53
|
|
Merge pull request #618 from kanoi/master
Minion changes and S1 fix
|
|
52ce1323
|
2014-06-27T00:18:43
|
|
fix AntS1 breakages from AntS2 changes
|
|
5e2f3ad9
|
2014-06-26T21:52:10
|
|
minion - disable dup nonce check
|
|
e76f2d03
|
2014-06-26T20:36:12
|
|
minion - add an ioseq number for each ioctl to simplify work ordering
|
|
4183ae92
|
2014-06-26T00:18:08
|
|
minion - redo old work expiry based on txrx order
|
|
47a7a2b6
|
2014-06-25T22:50:19
|
|
minion - more work stats, minimise queued work, free flushed queued work
|