|
032c1565
|
2014-01-25T20:32:19
|
|
Decrease the hfa clock rate if it is overclocked and we have had to try resetting it.
|
|
675030ce
|
2014-01-25T20:20:56
|
|
Put a sanity check on the measured temperature in the hfa driver for obviously wrong values.
|
|
fe64facc
|
2014-01-25T17:41:51
|
|
Avoid calling applog from within hfa statline before to avoid a deadlock.
|
|
d3480c76
|
2014-01-25T17:32:49
|
|
Add throttling control to hfa driver, configurable at command line, nominally set to 85 degrees.
|
|
f7ec2dc8
|
2014-01-24T22:17:53
|
|
Merge pull request #538 from kanoi/master
bab additions
|
|
e548cf4e
|
2014-01-25T17:12:53
|
|
Reset hfa device if no valid hashes are seen for 1 minute from the last work.
|
|
1eb7f30a
|
2014-01-25T17:01:59
|
|
Store when the last getwork was retrieved and display it in the API summary.
|
|
d9099794
|
2014-01-25T16:52:58
|
|
bab - also report dead chip count screen
|
|
8155fe8c
|
2014-01-25T16:46:47
|
|
Count share based hashes in the hfa driver with the device diff to get more frequent updates.
|
|
c7ce722e
|
2014-01-25T16:40:49
|
|
Only count 2/3 of the accumulated hashes on each pass through the hfa scan work loop to smooth out displayed hashrate.
|
|
bb49ab16
|
2014-01-25T15:32:10
|
|
bab add total history HW% to API stats
|
|
89188b01
|
2014-01-25T14:57:44
|
|
Test valid nonces in the hashfast driver allowing us to check against the target when trying to submit them.
|
|
ecaa9ee9
|
2014-01-25T14:50:36
|
|
No point casting a double to a uint64
|
|
626e4ff6
|
2014-01-25T14:43:56
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
224dc5f8
|
2014-01-25T14:42:16
|
|
Convert the hfa hashmeter to one based on successful share return and display the raw and calculated hash totals in the API.
|
|
910ad793
|
2014-01-24T19:39:21
|
|
Merge pull request #537 from kanoi/master
bab - remove libbitfury dependency since it requires USB
|
|
142f5b7f
|
2014-01-25T14:37:48
|
|
bab - remove libbitfury dependency since it requires USB
|
|
7cd22e2a
|
2014-01-25T14:34:44
|
|
Add description to hfa hash clock command.
|
|
2eab85a4
|
2014-01-25T14:30:38
|
|
Merge remote-tracking branch 'conman/master'
|
|
f2f27aac
|
2014-01-25T14:20:55
|
|
Add hfa board temperatures to API output.
|
|
3be6ea39
|
2014-01-25T14:06:27
|
|
Wait for up to 0.5 seconds in the hashfast scanwork loop if no jobs are required.
|
|
1f06c1c8
|
2014-01-25T14:01:33
|
|
Label HFA devices as B or S when their configuration matches babyjet or sierra.
|
|
c3b66075
|
2014-01-25T13:46:50
|
|
Merge remote-tracking branch 'conman/master'
|
|
3314ede2
|
2014-01-25T13:44:22
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
26c606db
|
2014-01-25T13:43:53
|
|
Fix libbitfury being compiled in always by mistake.
|
|
70145e75
|
2014-01-24T21:19:40
|
|
bab - spelling
|
|
37213bec
|
2014-01-24T21:15:15
|
|
Add bab-options
|
|
2ea6a258
|
2014-01-24T13:19:13
|
|
bab - tune the chip speed based on error rates
|
|
8d560e9d
|
2014-01-23T19:38:24
|
|
bab record/report spie and miso errors
|
|
936828e8
|
2014-01-25T13:15:44
|
|
Win32 falsely comes up as big endian pulling in the wrong hf protocol header.
|
|
b0ccc4e1
|
2014-01-25T12:49:25
|
|
Remove unused components in hashfast driver.
|
|
2136e12c
|
2014-01-25T00:27:04
|
|
Check in all usb communication places for hashfast driver that the device still exists.
|
|
e2a10dfe
|
2014-01-25T00:17:45
|
|
Do not send a usb reset on a usb read pipe error.
|
|
d551eba0
|
2014-01-25T00:16:15
|
|
Don't replace usb pipe errors with the pipe reset return code.
|
|
ac7bbe10
|
2014-01-25T00:13:22
|
|
Updated hf protocol header.
|
|
5efedcfa
|
2014-01-25T00:10:14
|
|
The search for extra nonce is not worth performing in the hashfast driver.
|
|
5ecec412
|
2014-01-25T00:09:24
|
|
Add core address to hfa parse nonce debugging.
|
|
f7e93fe4
|
2014-01-25T00:08:02
|
|
Retry sending a frame once if it has failed in hfa_send_frame
|
|
fdf0dcd7
|
2014-01-24T23:58:43
|
|
Add extra hfa usb init errors.
|
|
ed77d22d
|
2014-01-24T23:57:31
|
|
Quiet now unused variable warning in hfa detect.
|
|
2cdaafac
|
2014-01-24T16:20:24
|
|
Remove unused variable.
|
|
fa9ad491
|
2014-01-24T23:56:25
|
|
Add board temperature to hfa debug
|
|
f2b2583d
|
2014-01-24T21:27:31
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
c2a4d94b
|
2014-01-24T17:07:39
|
|
Make submit_tested_work return a bool about whether it meets the work target or not.
|
|
302d087f
|
2014-01-24T15:38:53
|
|
Provide a helper function for determining dev runtime and use it in the hashmeters used.
|
|
63477d95
|
2014-01-24T21:19:40
|
|
bab - spelling
|
|
e869b43b
|
2014-01-24T21:15:15
|
|
Add bab-options
|
|
b4df1768
|
2014-01-24T13:19:13
|
|
bab - tune the chip speed based on error rates
|
|
9c744476
|
2014-01-24T10:26:38
|
|
Look for hfa usb init header for 2 seconds, then resend the init twice more before failing.
|
|
c2d4d12f
|
2014-01-24T10:21:19
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
6828ce5b
|
2014-01-24T10:18:27
|
|
Really only set up the hfa crc table once.
|
|
2c2a6f88
|
2014-01-23T23:57:12
|
|
Generically increase the queue if we are mining on a pool without local work generation each time we run out of work.
|
|
92e1887f
|
2014-01-23T23:36:50
|
|
Change new block detection message since longpoll is rarely relevant today.
|
|
8d7d764f
|
2014-01-23T23:19:19
|
|
Change the default clockspeed bits on nanofury devices to 50 and add a command line option to allow it to be changed.
|
|
0b90841c
|
2014-01-23T23:06:19
|
|
Use unused line at the top of the log window which often gets stuck unchanging.
|
|
4b9d03b5
|
2014-01-23T22:03:39
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
295c1c74
|
2014-01-23T22:02:58
|
|
Clear pool work on a stratum reconnect message.
|
|
d220b2f9
|
2014-01-23T19:38:24
|
|
bab record/report spie and miso errors
|
|
2097574e
|
2014-01-23T15:45:53
|
|
bab - cleanup old work for dead chips also
|
|
254d8b16
|
2014-01-23T15:45:53
|
|
bab - cleanup old work for dead chips also
|
|
5ef39032
|
2014-01-22T19:04:44
|
|
bab add avg fail tests to API stats
|
|
dbe575f9
|
2014-01-22T18:47:59
|
|
bab report bank/board/chip for dead and v.slow chips
|
|
251d0040
|
2014-01-22T14:09:24
|
|
bab process all nonce replies per chip together
|
|
2e471da6
|
2014-01-22T01:45:27
|
|
bab reduce work delays
|
|
cd5fe836
|
2014-01-21T22:20:20
|
|
bab record the number of E0s discarded
|
|
63073df4
|
2014-01-21T22:09:34
|
|
bab - modified result parsing
|
|
1ceac2a7
|
2014-01-20T01:26:04
|
|
bab restore removed unused flag
|
|
a8e6438f
|
2014-01-20T01:24:58
|
|
configure - correct minion name
|
|
8f4fdc5b
|
2014-01-20T01:00:07
|
|
bab only scan valid nonce offsets
|
|
c08635d4
|
2014-01-19T23:10:06
|
|
bab record continuous (and max) bad nonces
|
|
4401bbb1
|
2014-01-19T20:07:07
|
|
bab display Banks/Boards/Chips in the device window
|
|
e552ee78
|
2014-01-19T19:56:04
|
|
bab merge to master
|
|
087246ec
|
2014-01-18T11:38:35
|
|
bab merge to master
|
|
d9440866
|
2014-01-18T09:36:51
|
|
Modify thread naming to make them easier to identify
|
|
b1b97b25
|
2014-01-18T01:00:08
|
|
bab reduce the work send delay
|
|
d35219d8
|
2014-01-17T18:43:15
|
|
bab merge to master
|
|
c8931661
|
2014-01-16T12:28:18
|
|
bab remove results polling
|
|
d95124b3
|
2014-01-16T11:56:48
|
|
bab report SPI wait in seconds
|
|
97735a4d
|
2014-01-16T11:37:57
|
|
bab report missing chips at start and API
|
|
61506c0c
|
2014-01-16T08:08:42
|
|
bab ensure there's enough space for the nonce reply
|
|
80792970
|
2014-01-16T00:23:25
|
|
bab correct stats 'Send Max'
|
|
4bbd63a7
|
2014-01-16T00:00:56
|
|
bab allow long enough wait on ioctl() per board
|
|
92299a1e
|
2014-01-15T16:35:56
|
|
bab more I/O stats
|
|
cb0536af
|
2014-01-15T13:34:34
|
|
api.c 2014
|
|
96e94776
|
2014-01-14T13:42:34
|
|
api allow any size stats data
|
|
9e5307fe
|
2014-01-12T16:25:42
|
|
bab add processed links which excludes expired links skipped
|
|
550f2885
|
2014-01-12T09:26:07
|
|
bab report chips per bank, hw% and ghs per chip
|
|
db7bafa6
|
2014-01-12T08:16:06
|
|
bab lock access to new_nonces to ensure correct reporting
|
|
53b8b2cd
|
2014-01-12T07:51:57
|
|
bab report V2 banks/boards during initialisation
|
|
dfa5641e
|
2014-01-12T07:18:06
|
|
bab expire chip work
|
|
6fd2d09e
|
2014-01-08T22:19:00
|
|
bab use only k_lists and make work handling more refined
|
|
86bf22af
|
2014-01-08T22:17:30
|
|
klist - allow adding to tail
|
|
72c70570
|
2014-01-07T04:56:25
|
|
bab remove old unused #define
|
|
2c7a250f
|
2014-01-07T04:45:31
|
|
bab correct for master git
|
|
97332117
|
2014-01-07T04:25:59
|
|
correct klist reallocs
|
|
b59ebaee
|
2014-01-07T03:13:04
|
|
klist lists for bab
|
|
482017d7
|
2014-01-06T09:50:07
|
|
api.c correct DEVICECODE and ordering
|
|
47956df9
|
2014-01-05T15:10:15
|
|
Maxchips should be 384 (16 chips/board 24 boards/controller)
|
|
6aefb0ad
|
2014-01-05T22:04:45
|
|
bab more detailed stats and delay less when waiting for a buffer
|
|
7acf38b3
|
2014-01-05T21:34:43
|
|
api add data type AVG float 3 decimal
|