|
b679337c
|
2013-11-14T13:57:09
|
|
Implement the main scanloop for bxf, trying to prevent it from ntime rolling work if the work protocol does not allow it.
|
|
8a710a68
|
2013-11-14T13:21:58
|
|
Parse bxf work submits fully, submitting the results.
|
|
418664ad
|
2013-11-14T12:39:15
|
|
Implement a bxf send work function and set update and restart functions to sending new work since that's the equivalent for that device.
|
|
977943b3
|
2013-11-14T12:08:48
|
|
Add temperature parsing to bxf driver
|
|
c1c834a6
|
2013-11-14T11:58:21
|
|
Create and destroy a basic bxf read thread.
|
|
18d1a9d7
|
2013-11-14T11:35:47
|
|
Remove the buffer from bitfury info since it is only used on one pass in the bf1 device.
|
|
e7758fcd
|
2013-11-14T11:05:24
|
|
Store the bitfury identity in the info struct.
|
|
0b64d438
|
2013-11-10T18:13:26
|
|
Fine tune the reading of results in bitfury driver to not lose any across work restarts or corrupt due to store results not parsed during restart.
|
|
be8b4f97
|
2013-11-09T17:25:18
|
|
Use the main hashlist to store work done in the bitfury driver and remove work from the list by time, thereby fixing the duplicates at startup. Count hardware errors for when no match occurs.
|
|
b30ae4a2
|
2013-10-09T23:06:46
|
|
Use fractional hashrate return values in bitfury_scanhash to minimise the number of times we return 0 based on hashrate so far to further damp out displayed hashrate.
|
|
7deaa91b
|
2013-09-27T10:36:23
|
|
Add information for 2nd USB interface on BF1 devices and choose interface 1 for bulk transfers.
|
|
44b9cf50
|
2013-09-26T12:11:25
|
|
Limit the duration we wait for reads in BF1 based on time already elapsed to account for other delays such as work restart messages or out of work.
|
|
ce285ba6
|
2013-09-26T11:46:09
|
|
Implement basic API stats for BF1 and increase array of results to check for the rare straggling result.
|
|
5a8ac9fd
|
2013-09-25T22:22:05
|
|
Meter out return of estimated hashes in BF1 to smooth out visible hashrate.
|
|
4507a380
|
2013-09-25T22:12:34
|
|
Optimise inner scanhash loop for bf1.
|
|
c65fd778
|
2013-09-25T20:46:42
|
|
Add yet another backup work for triple buffering of work in bf1 to account for extra late results returned and don't check nonce offsets which appear to never return.
|
|
759e82bb
|
2013-09-25T15:30:54
|
|
Add in first draft for a serialised work model sending/receiving data for BF1 devices.
|
|
977a7b75
|
2013-09-24T22:58:10
|
|
Reliably extract BF1 information at startup and reset the device.
|
|
68a7e210
|
2013-09-24T20:59:10
|
|
Create basic placeholders for bitfury driver code.
|