Con Kolivas
|
a41660f2f0
Only show long-poll message in pool summary if it's not using stratum.
|
12 years ago |
Con Kolivas
|
5b378f443a
Increase the time for the waiting for work message to be given to be greater than that required for a pool swap in the scheduler which is set to 5s.
|
12 years ago |
Con Kolivas
|
812f7541fd
Change message in status when using a balanced pool strategy to notify if there's a stratum pool as well.
|
12 years ago |
Con Kolivas
|
770556cdec
Use the --socks-proxy option with stratum, changing it to defaulting to socks5 and give appropriate message should it fail to connect.
|
12 years ago |
Con Kolivas
|
8ede407df7
Make extract_sockaddr set variables passed to it rather than pool struct members.
|
12 years ago |
Con Kolivas
|
5bf9856a4a
take_queued_work_bymidstate should use a write lock.
|
12 years ago |
Kano
|
76185ede38
API mcast add a description option with miner.php
|
12 years ago |
Con Kolivas
|
1d5d28d7fb
Skip dissecting opt->names in parse_config if it doesn't exist.
|
12 years ago |
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 |