ckolivas
|
0f42fd3f46
Remove unused HAVE_LISBUSB macro and use USE_USBUTILS everywhere.
|
12 years ago |
Con Kolivas
|
572df10207
Provide a funcion that looks up queued work by midstate and then removes it from the device hash database.
|
12 years ago |
Con Kolivas
|
ab917082fc
Only count submitted nonces as diff1shares if they're valid.
|
12 years ago |
Kano
|
febcc53d99
Update the API Multicast documentation
|
12 years ago |
Kano
|
14ac6fa5ab
Initial API Multicast response v0.1 to find cgminer APIs
|
12 years ago |
Con Kolivas
|
b9aa5b6528
Check for cnx_needed on each loop through wait_lp_current.
|
12 years ago |
Con Kolivas
|
919a836f14
Return positive for cnx_needed when no_work is true.
|
12 years ago |
Con Kolivas
|
7dbe4bbeb3
Stratum is used more often so test for it first.
|
12 years ago |
Con Kolivas
|
a52ec336bf
Reorder support names alphabetically.
|
12 years ago |
ckolivas
|
77f9400ca2
Only display the no pool work message once if there are multiple waiters in hash_pop
|
12 years ago |
ckolivas
|
20de9226fd
Provide a message and set a bool when no work is available from any pools and when it resumes again.
|
12 years ago |
ckolivas
|
0e43084c09
We don't want to continue into the hash_pop function if the getq is frozen.
|
12 years ago |
ckolivas
|
cbea0a5306
Only report threads in and out in queued work devices across a get work since the rest happens asynchronously and the get work is what the device might be waiting on.
|
12 years ago |
ckolivas
|
b12badc9f2
Thread reportin and out can be static non inline.
|
12 years ago |
Con Kolivas
|
ee2a5ae8f4
TimeBeginPeriod and TimeEndPeriod do not add significant overhead when run the entire time for cgminer so avoid trying to maintain balanced numbers of them for specific time calls to simplify code.
|
12 years ago |
Con Kolivas
|
eeac9d81fc
Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements.
|
12 years ago |
Con Kolivas
|
78d78b1063
Import Aaron D. Gifford's fast sha256 implementation.
|
12 years ago |
Con Kolivas
|
a61e41a070
Check for thr->work_restart in restart_wait.
|
12 years ago |
Con Kolivas
|
98e338cc52
Provide a variant of find_work_bymidstate that returns a clone of the found work.
|
12 years ago |
Con Kolivas
|
e95ad0479f
Nonce2 stratum submission is not working with nonce2 lengths >4, revert the buggy __bin2hex function and use bin2hex.
|
12 years ago |
Con Kolivas
|
1d614599a7
Add room for the null byte at the end of the nonce2 string on stratum share submission and zero the allocated ram.
|
12 years ago |
Con Kolivas
|
c8aac74114
Only perform the bin2hex on nonce2 data if it's required for stratum submission, thereby removing the last conversion of that type from stratum work generation.
|
12 years ago |
Con Kolivas
|
87ae66c7e6
Create a work data template when receiving stratum notification, allowing a simple memcpy of the merkle root avoiding more hex2bin conversions on each work generation.
|
12 years ago |
Con Kolivas
|
34bc106d82
Export the workpadding char in miner.h
|
12 years ago |
Con Kolivas
|
46b6b07afa
Avoid a potential overflow should a pool specify a large nonce2 length with stratum.
|
12 years ago |
Con Kolivas
|
0379123bc1
Avoid one more hex2bin in gen stratum work.
|
12 years ago |
Con Kolivas
|
11bcf2b3fb
Rename work gbt_coinbase to coinbase to be in line with pool variable name.
|
12 years ago |
Con Kolivas
|
5237bf350d
Perform merkle bin hex2bin on stratum notify to avoid doing it on each work generation.
|
12 years ago |
Con Kolivas
|
8bc469e916
Reuse just the one pool coinbase variable in stratum, avoiding more string functions and storage in gen_stratum_work on each work generation.
|
12 years ago |
Con Kolivas
|
8c8ef6ff9b
Rename pool gbt_coinbase variable to coinbase to combine it with the stratum coinbase data.
|
12 years ago |