Con Kolivas
|
50520ccd25
Provide wrappers for grabbing of thr value under the mining_thr_lock.
|
13 years ago |
Kano
|
64da19ff93
mutex all access to mining_thr
|
13 years ago |
Kano
|
d9e2a04bff
Split thr_info array into control_thr and mining_thr pointers so more mining threads can be added later
|
13 years ago |
Con Kolivas
|
adcf85ac1e
Extend stratum connections another minute (total 2 minutes) after the last work item was staged, and maintain last_work_time for non-stratum pools.
|
13 years ago |
Con Kolivas
|
6b714dd431
Increment hardware error count from the one site.
|
13 years ago |
Luke Dashjr
|
b81767d717
Use configure to detect presence of roundl to avoid redefining an actual function (possibly inline)
|
13 years ago |
Luke Dashjr
|
7af98a834d
Merge commit '3f1bed6' into bfgminer
|
13 years ago |
Luke Dashjr
|
3f1bed6556
Bugfix: roundl: Add needed parenthesis to perform ?: before +
|
13 years ago |
Luke Dashjr
|
19dc859dc4
Apply noreturn and printf-format attributes to quit() function definition
|
13 years ago |
Con Kolivas
|
dbab07a12d
Only reset an avalon device with no results when there are no results consecutively.
|
13 years ago |
Con Kolivas
|
5c7a32fde8
Rationalise and simplify the share diff and block solve detection to a common site.
|
13 years ago |
Con Kolivas
|
293b94c7ed
Add API support for Avalon.
|
13 years ago |
Con Kolivas
|
97bad1eef6
Only get extra work in fill_queue if we don't have any unqueued work in the list.
|
13 years ago |
Con Kolivas
|
67be00e41e
Create an array of 4 lots of work for avalon and cycle through them.
|
13 years ago |
Luke Dashjr
|
5cafc2be40
Support for local submission of found blocks (GBT only)
|
13 years ago |
Con Kolivas
|
67c5da49b6
Members of cgpu_info for avalon are not meant to be in the union.
|
13 years ago |
Con Kolivas
|
71bae003bc
First draft of port of avalon driver to new cgminer queued infrastructure.
|
13 years ago |
Luke Dashjr
|
67638b8416
Implement minerloop_queue for devices that process work items too fast to keep track of which one they're currently working on
|
13 years ago |
James Z.M. Gao
|
c9ae715019
Compile CPU mining for win32 and win64
|
13 years ago |
Kano
|
f080db5fee
generic work structure flags for BFLSC (and usable by other drivers if needed)
|
13 years ago |
Kano
|
ea327f7ba2
work queues - remove new but unnecessary functions
|
13 years ago |
Kano
|
73616fb810
miner.h missing extern
|
13 years ago |
Kano
|
131e20042a
functions for handling work queues
|
13 years ago |
Kano
|
b3ae0f168e
find_work() to find work in devices work queue
|
13 years ago |
Kano
|
a2468ba1a3
API add 'Network Difficulty' to 'coin'
|
13 years ago |
Luke Dashjr
|
7b8631b565
Merge branch 'avalon' into bfgminer
|
13 years ago |
Kano
|
956d444054
avalon usbutils requirements
|
13 years ago |
Con Kolivas
|
13e19de4d5
Calculate work utility for devices that support target diffs of greater than 1, and update scrypt code to use it.
|
13 years ago |
Kano
|
b21747b978
USB modify -n and --usb-dump to only show known devices or use new --usb-list-all option to see all
|
13 years ago |
Con Kolivas
|
b6e3d5b4fa
Make pool adding while running asynchronous, using the pool test thread functionality.
|
13 years ago |