|
e0b857ce
|
2014-02-24T00:17:16
|
|
Always decrease hfa clock speed on a running shutdown and don't try sending an init frame since it will be dropped regardless.
|
|
66b18833
|
2014-02-23T23:58:02
|
|
Match hfa devices to old ones based on OP_NAME values before serial numbers if possible.
|
|
21fa38d5
|
2014-02-23T23:52:54
|
|
Read off the OP_NAME if it exists and is supported on hfa devices, setting it to the device serial number or a timestamp if it is invalid.
|
|
50fa5885
|
2014-02-23T22:56:14
|
|
Updated hf protocol
|
|
d2f253cd
|
2014-02-23T22:42:15
|
|
Check for an amount along with no error in hfa clear readbuf
|
|
f44831db
|
2014-02-23T22:39:17
|
|
Hfa clear readbuf can return a nonsense amount when there's a return error so ignore the amount.
|
|
f1c6058c
|
2014-02-23T22:21:01
|
|
Running resets always cause a shutdown on hfa meaning the device will disappear with modern firmware so always kill off the threads to allow re-hotplugging.
|
|
7f74e21d
|
2014-02-23T22:09:28
|
|
Try a restart instead of a shutdown prior to trying to re-initialise a non-working hfa device.
|
|
f3080422
|
2014-02-23T22:02:47
|
|
Reset the hfa hash clock rate to the old one if we find an old instance, only setting the device id in hfa_prepare
|
|
680a885a
|
2014-02-23T21:48:05
|
|
Keep the device_id on the original zombie thread for HFA in case of further resets.
|
|
e022dc9f
|
2014-02-23T21:07:30
|
|
Local cinfo extra
|
|
c22e080b
|
2014-02-23T20:56:40
|
|
Break out of hfa inherit if there is no device data.
|
|
94dcfce0
|
2014-02-23T20:52:42
|
|
Inherit the hfa zombie instance after the device id has been allocated.
|
|
19d0efd7
|
2014-02-23T20:31:04
|
|
The list_for_each_cgpu macro will dereference when there are no mining threads yet.
|
|
db8c31c8
|
2014-02-23T20:21:36
|
|
Make hfa hotplug inherit some parameters from a previous instance if the serial number exists and is matching, avoiding dropping the clock on all devices.
|
|
3ed3cf33
|
2014-02-23T17:01:48
|
|
Per device last getwork won't work if the device stops asking for work.
|
|
35263e07
|
2014-02-23T16:48:50
|
|
Correct share work tdiff
|
|
c76647f2
|
2014-02-23T16:45:04
|
|
Use the share_work_tdiff function in the driver watchdogs.
|
|
e69f8447
|
2014-02-23T15:38:59
|
|
Provide a helper function for determining time between valid share and getwork per device.
|
|
4aceffc9
|
2014-02-23T15:35:39
|
|
Store last_getwork time on a per-device basis.
|
|
55cd36c1
|
2014-02-23T14:06:44
|
|
Limit the decrease of hfa clock rate on reset to the default clockrate.
|
|
0d32dc64
|
2014-02-23T14:04:34
|
|
Base the hfa failure time on the current expected hashrate instead of a static 15 seconds.
|
|
456e3dd0
|
2014-02-23T13:52:02
|
|
We shouldn't be trying to read from the hfa_send_shutdown function itself.
|
|
2b6a204e
|
2014-02-23T13:34:24
|
|
Reset the icarus failing flag only when a valid nonce is found.
|
|
870b4be9
|
2014-02-22T15:52:15
|
|
Transferred value is corrupt on a NODEV error in usbutils.
|
|
55c76d40
|
2014-02-22T15:50:24
|
|
Set each miner thread last valid work just before starting its hash loop in case there are delays at startup.
|
|
bacd9008
|
2014-02-22T15:39:00
|
|
Only memcopy *transferred data in usbutils if we have received only success or a non-fatal error.
|
|
736f53f8
|
2014-02-22T11:35:06
|
|
Increase to 25 nonce ranges on icarus fail detect.
|
|
f85646c7
|
2014-02-22T11:07:23
|
|
Set icarus device fail time to be dependent on device speed to avoid falsely detecting failure on slower AMU devices.
|
|
d742560c
|
2014-02-22T10:56:09
|
|
Updated hf protocol header.
|
|
81fa250e
|
2014-02-22T10:55:09
|
|
Updated BE hf protocol header.
|
|
1c60a6df
|
2014-02-22T10:52:09
|
|
Revert "Restarts can rarely take a while on hashfast so increase the timeout to 1 second to avoid the usb flood failure."
This reverts commit c8648adaa8c5d726412c59f49131762d3fce13ec.
|
|
cf27324d
|
2014-02-22T10:51:29
|
|
Take into account shed cores on hfa devices when determining how many jobs to send.
|
|
c8648ada
|
2014-02-21T14:56:34
|
|
Restarts can rarely take a while on hashfast so increase the timeout to 1 second to avoid the usb flood failure.
|
|
c3f033de
|
2014-02-21T12:42:30
|
|
Bump major version to 4.0
|
|
5cc38abd
|
2014-02-21T12:47:00
|
|
Add USB menu to README
|
|
01455ee5
|
2014-02-21T12:39:19
|
|
Fix compilation error with two avalon types.
|
|
c743f8da
|
2014-02-21T12:38:55
|
|
Fix missing A1 files from distribution.
|
|
a72ca779
|
2014-02-21T12:05:33
|
|
Update NEWS for 4.0 release
|
|
279bcb69
|
2014-02-21T12:04:49
|
|
Check for error from setfloatval
|
|
6c488b16
|
2014-02-21T11:56:17
|
|
Halfdelay cannot be larger than 255.
|
|
832146ac
|
2014-02-21T11:52:19
|
|
Allow any arbitrary frequency to be specified for ANU devices and try to find the nearest frequency when initialising it, reporting if the frequency is not exactly as requested.
|
|
ad0c4a4a
|
2014-02-21T10:16:07
|
|
Add USB faqs.
|
|
cb03e71c
|
2014-02-21T09:45:17
|
|
Update READMEs for OSX regarding device limits.
|
|
b7f71470
|
2014-02-21T08:07:25
|
|
Only show system libusb warning when appropriate during configure.
|
|
b3b1ddff
|
2014-02-21T07:52:38
|
|
Merge branch 'avalon2' of https://github.com/xiangfu/cgminer into xiangfu-avalon2
Conflicts:
api.c
configure.ac
|
|
11e30ae0
|
2014-02-21T07:48:28
|
|
Add build essential to ubuntu build instructions
|
|
bacdbd08
|
2014-02-21T07:45:42
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f1c50a8e
|
2014-02-21T07:42:52
|
|
Hfa cooling remains satisfactory down to a minimum fanspeed of 5%
|
|
12528a64
|
2014-02-21T03:01:02
|
|
Merge pull request #522 from opsengine/patch-1
Add instructions to build on Ubuntu
|
|
c9197a75
|
2014-02-21T02:44:09
|
|
Give a nodev error if we have already set nodev in hfa clear readbuf to avoid further usb comms attempts.
|
|
a2f23e8f
|
2014-02-20T21:35:08
|
|
Fix missing include
|
|
020e896f
|
2014-02-20T21:34:16
|
|
Move bitmine options to alphabetic positioning.
|
|
1303ce36
|
2014-02-20T21:32:21
|
|
Merge pull request #551 from bitmine-ch/upstream.CCD
Upstream.ccd
|
|
0585c8d4
|
2014-02-20T21:16:17
|
|
Merge pull request #553 from kanoi/master
bab - missed a few 'DEAD's in last commit
|
|
eb0cbf06
|
2014-02-20T21:15:33
|
|
bab - missed a few 'DEAD's in last commit
|
|
a9d58282
|
2014-02-20T21:12:15
|
|
Merge pull request #552 from kanoi/master
bab - roll work if possible to reduce CPU + dead->bad
|
|
006f97c5
|
2014-02-20T21:05:38
|
|
bab - use 'bad' instead of 'dead' as per the screen B:
|
|
1b64d381
|
2014-02-20T20:58:47
|
|
bab - roll work if possible to reduce CPU
|
|
dab4a154
|
2014-02-20T20:30:36
|
|
Update the per die hash clock data on a running reset on hfa devices.
|
|
9aa6c6a2
|
2014-02-20T11:54:48
|
|
Set the per die clock on hfa to the known starting base clock instead of our requested clock rate.
|
|
3bbb8976
|
2014-02-20T11:35:02
|
|
Hfa device failure can be detected within 15 seconds so we should try restarting it sooner to avoid tripping the device's own watchdog.
|
|
cca9b500
|
2014-02-20T11:29:43
|
|
Check return result of hfa clear readbuf to minimise error messages on device failure.
|
|
0501afe5
|
2014-02-20T11:22:22
|
|
Put MHz into cta statline description.
|
|
f8571b60
|
2014-02-20T11:15:32
|
|
Send a work restart with every shutdown message to hfa devices to clear any work that might be stale on the next restart.
|
|
0f4ad7f4
|
2014-02-20T11:07:06
|
|
Store the hfa hash_clock rate and display it in the statline.
|
|
5b76a8b9
|
2014-02-20T11:02:56
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
904491bf
|
2014-02-20T11:02:05
|
|
Store the maximum board temperature for hfa devices and take that into consideration when calculating the highest temperature as well as the dies.
|
|
1448e151
|
2014-02-02T21:51:12
|
|
A1: CoinCraft-Desk driver variant
The CoinCraft-Desk product includes up to 5 8-chip modules
that are accessed over a TCA9539 IO multiplexer.
This is the initial support for the CCD.
|
|
60534e57
|
2013-12-24T00:33:42
|
|
Initial import of Bitmine.ch A1 SPI driver
This initial driver was designed around an FPGA based
emulator board which provides 2 chained chips with 4
hashing engines each, running at 10% of the A1's
nominal speed.
Driver has been tested on RasPi.
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@gmail.com>
|
|
433f66e0
|
2014-02-19T16:58:51
|
|
Merge pull request #550 from kanoi/master
avalon, bab, drillbit, klondike use more screen space
|
|
040284c6
|
2014-02-19T16:53:27
|
|
klondike ensure stats type matches
|
|
9829d279
|
2014-02-19T16:38:21
|
|
avalon, bab, drillbit, klondike use more screen space rather than truncating info
|
|
7dbfe297
|
2014-02-18T22:23:28
|
|
Add hashfast fanspeed% to statline display.
|
|
257fe00a
|
2014-02-18T22:19:45
|
|
Move driver statline padding to cgminer.c, expanding width of maximum displayable statistics and window width to add more info.
|
|
648be96f
|
2014-02-18T20:50:45
|
|
Prune old stratum shares that we've seen no response for over 2 minutes to avoid memory leaks for pools that don't respond about some shares.
|
|
83925612
|
2014-02-17T21:22:26
|
|
Add warning if system libusb is being added.
|
|
38fd3e91
|
2014-02-17T21:17:06
|
|
Only run ./configure with autogen.sh if extra parameters are passed to it.
|
|
6afe3087
|
2014-02-15T17:36:08
|
|
Updated cointerra features.
|
|
cbe32574
|
2014-02-15T17:14:40
|
|
Add le16toh defines for platforms that may be missing it.
|
|
4365718f
|
2014-02-15T17:10:31
|
|
Remove modminer bitstreams from distribution and replace with a README saying what file needs to be added if modminer build is still desired.
|
|
3bb5b054
|
2014-02-15T16:56:08
|
|
Use the simplelog function from usb_list()
|
|
1ca3bf7e
|
2014-02-15T16:55:47
|
|
Add a simplelog function that does not log date and time.
|
|
cd79fbd4
|
2014-02-15T16:51:32
|
|
Use a unique usb_list function displaying only pertinent information when listing usb devices from the menu.
|
|
71939319
|
2014-02-15T14:53:36
|
|
Abstract out the _in_use function to take different linked lists.
|
|
2108cceb
|
2014-02-15T14:45:58
|
|
Break out of linked list loop in remove_in_use in case we've gone over the whole list.
|
|
71849e0d
|
2014-02-15T09:04:47
|
|
Check for hfa invalid hash clockrate after other error messages.
|
|
e9628dcd
|
2014-02-15T09:01:53
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f1452c81
|
2014-02-15T09:01:07
|
|
Detect non-responsive icarus devices and attempt a usb reset before killing them after 2 minutes of no hashes.
|
|
fc3f1100
|
2014-02-15T08:49:41
|
|
Detect non-responsive bitfury devices and try a usb reset on them before killing their instances off after 2 minutes of no activity.
|
|
0a0261ca
|
2014-02-14T23:16:37
|
|
Merge pull request #549 from kanoi/master
bab - handle disabling chips that return no valid results
|
|
70307957
|
2014-02-14T21:41:37
|
|
Allow hotplug interval to be changed from the USB menu.
|
|
492636a8
|
2014-02-14T21:36:58
|
|
Prevent recursive loop in __is_in_use linked list walking.
|
|
c5694ee8
|
2014-02-14T21:23:42
|
|
Add the ability to whitelist previously blacklisted usb devices from the menu.
|
|
cfa0f6bc
|
2014-02-14T19:52:35
|
|
Use a bool in struct cgpu to know when a usb device has been blacklisted, avoiding blacklisting it more than once.
|
|
385d0526
|
2014-02-14T17:54:30
|
|
bab - ensure disabled chips are counted in the screen dead chip counter
|
|
1ce992b5
|
2014-02-14T17:28:19
|
|
bab - only disable the chip once ...
|
|
d5b58dd6
|
2014-02-14T16:43:48
|
|
bab - short work list skip disabled chips
|
|
6a7ccd32
|
2014-02-14T15:26:11
|
|
Merge remote-tracking branch 'conman/master'
|
|
85cbefaa
|
2014-02-14T15:24:36
|
|
api.c avoid incorrect gcc warning
|