Con Kolivas
|
31aa4f6ceb
Use raw sockets without curl for stratum communications.
|
13 years ago |
Luke Dashjr
|
f107d8d7cc
Merge branch 'bugfix_format' into bfgminer
|
13 years ago |
Luke Dashjr
|
7d8f121a5f
Add printf-format syntax checks to more functions that should use it
|
13 years ago |
Con Kolivas
|
009008ade7
Fix BFLSC building.
|
13 years ago |
Luke Dashjr
|
e54944a298
Merge commit '0cd0a01' into bfgminer
|
13 years ago |
Luke Dashjr
|
0cd0a017cd
Bugfix: configure: Move actual roundl macro back to miner.h after math.h should be included
|
13 years ago |
Con Kolivas
|
f4b2790761
Remove all CPU mining code.
|
13 years ago |
Con Kolivas
|
4597c0a17e
Provide endian_flipX functions to avoid special casing big endian in cgminer.c
|
13 years ago |
Con Kolivas
|
8d81f1d207
Provide a flip128 helper to simplify big endian flipping.
|
13 years ago |
Con Kolivas
|
c351f8d8d3
Use flip helpers to simplify code for calculation of midstate.
|
13 years ago |
Con Kolivas
|
62a1403b3b
Move util.c exports to util.h
|
13 years ago |
James Z.M. Gao
|
7ada22a4e6
define le32toh if needed
|
13 years ago |
Kano
|
a0cb03ec46
API V1.25 - add 'Last Valid Work' time for each device
|
13 years ago |
Kano
|
d143c27846
rename get_proc_by_id() to get_devices()
|
13 years ago |
Luke Dashjr
|
7520194f81
Wrap access to devices array under a mutex
|
13 years ago |
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 |