1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 22:38:01 +00:00
Commit Graph

4070 Commits

Author SHA1 Message Date
ckolivas
42e8eac9dc Merge branch 'master' into avalon-dev 2013-04-17 15:58:21 +10:00
ckolivas
8e73c47cd2 Further driver FAQs. 2013-04-17 15:17:17 +10:00
ckolivas
1c2621a9a2 Add MAC FAQ. 2013-04-17 10:58:33 +10:00
ckolivas
65e7dcca9d Add more FAQ details. 2013-04-17 09:06:01 +10:00
Con Kolivas
b4bc5e2b13 Check for work restart after disable in the hash queued work loop since it may be a long time before we re-enable a device. 2013-04-16 22:57:55 +10:00
Con Kolivas
fdfb77e7c2 Unconditionally test for many wrong results on avalon and reset to avoid passing a corrupt avalon result to temperature code. 2013-04-16 22:41:45 +10:00
James Z.M. Gao
57fcd07bdd Merge remote-tracking branch 'upstream/master' 2013-04-16 10:28:12 +08:00
James Z.M. Gao
ac053edcb4 build out of source dir 2013-04-16 10:27:10 +08:00
Con Kolivas
9c48d68411 Merge branch 'master' into avalon-dev 2013-04-15 23:01:46 +10:00
Con Kolivas
d41d210b03 Set device_diff for queued work or there will be no diff1 share count. 2013-04-15 23:01:08 +10:00
Con Kolivas
f6284f7ca5 Merge branch 'master' into avalon-dev 2013-04-15 20:30:47 +10:00
Con Kolivas
dbab07a12d Only reset an avalon device with no results when there are no results consecutively. 2013-04-15 20:30:02 +10:00
Con Kolivas
245fbe1c73 More FAQs. 2013-04-15 12:42:43 +10:00
Con Kolivas
0e486576f7 More FAQs. 2013-04-15 12:42:11 +10:00
Con Kolivas
36bb133e61 Cleanup when stratum curl fails to initialise. 2013-04-15 12:34:34 +10:00
Con Kolivas
81549c5bff Avoid applog in recalloc_sock. 2013-04-15 12:16:05 +10:00
Con Kolivas
69c203d88a Avoid applog under stratum_lock in recv_line. 2013-04-15 12:07:52 +10:00
Con Kolivas
e4effc372c Avoid applog under stratum_lock in __stratum_send. 2013-04-15 12:01:24 +10:00
Con Kolivas
d248e7aafa Put spacing around locking in util.c for clarity. 2013-04-15 11:50:59 +10:00
Con Kolivas
67ebf45c19 Avoid applog under cg_wlock. 2013-04-15 11:44:19 +10:00
Con Kolivas
8d22ca1ac1 Put spacing around locking code for clarity. 2013-04-15 11:42:16 +10:00
Con Kolivas
3209c113d1 Avoid applog under pool_lock. 2013-04-15 11:34:21 +10:00
Con Kolivas
51fbcfed6d Avoid more recursive locks. 2013-04-15 11:25:48 +10:00
Con Kolivas
b948669a4f Avoid applog while ch_lock is held. 2013-04-15 11:13:48 +10:00
Con Kolivas
29f0ac77da Avoid recursive locks in fill_queue. 2013-04-15 10:30:12 +10:00
Con Kolivas
ec9390dc4e Variable is already initialised in global scope. 2013-04-15 10:19:37 +10:00
Con Kolivas
0488a850cd More GPU faqs. 2013-04-15 10:18:03 +10:00
Con Kolivas
2a73254cab More README faqs. 2013-04-15 09:45:29 +10:00
ckolivas
4c19604199 Yet more README faqs. 2013-04-11 13:31:17 +10:00
ckolivas
b1dfc12b3f Add more faqs to README. 2013-04-11 11:43:20 +10:00
Con Kolivas
1b0b3d69f6 Merge branch 'master' into avalon-dev 2013-04-10 18:43:46 +10:00
Con Kolivas
c62b985c04 Wrap result wrong tests in avalon scanhash in unlikely() and only consider a hash count of zero wrong if a restart wasn't issued. 2013-04-10 18:42:50 +10:00
Con Kolivas
c17a175e17 Merge branches 'avalon-dev' and 'master' of github.com:ckolivas/cgminer 2013-04-10 18:39:50 +10:00
Con Kolivas
0eb81d694a Merge pull request #422 from BitSyncom/avalon
avalon: if result_wrong >= get_work_count jump out the read loop
2013-04-10 01:39:36 -07:00
Con Kolivas
64ec06628f Merge pull request #417 from kanoi/bflsc
cgminer.c -S help to only say Icarus + usbutils more stats for bflsc
2013-04-10 01:31:32 -07:00
Xiangfu
874b25f979 avalon: if result_wrong >= get_work_count jump out the read loop 2013-04-10 14:10:40 +08:00
ckolivas
6400088f7a Fix warning on 32bit. 2013-04-10 11:09:40 +10:00
ckolivas
7231f7f92d Fix warning on 32bit. 2013-04-10 10:59:38 +10:00
Con Kolivas
c1ec55a6a3 Avoid curl_easy_cleanup on old curl versions in setup_stratum_curl as well. 2013-04-09 07:08:09 +10:00
Con Kolivas
0805f7dc8f Merge pull request #421 from BitSyncom/avalon
Avalon
2013-04-08 14:04:36 -07:00
Xiangfu
dd1c8bd198 fix the fan control on max temp2/3 2013-04-08 23:55:16 +08:00
Xiangfu
f68930138d for some reason network down. one simple cgminer command:
"cgminer -o 127.0.0.1:8888 -O fa:ke --avalon-options 115200:32:10:50:256"
can idle the avalon for safe power and protect chip
2013-04-08 23:41:49 +08:00
Xiangfu
d57a4e0c27 if hash_count == 0; reinit avalon, fix the 0MHS bug
use the max value of temp1 and temp2 for fan control
2013-04-08 23:41:33 +08:00
Con Kolivas
6c5c6e99a3 Reinstate the matching_work_count per subdevice on avalon based on the work subid. 2013-04-08 22:42:31 +10:00
Con Kolivas
c2a6392a9d Avalon driver is missing the drv_id. 2013-04-08 22:29:32 +10:00
Con Kolivas
220eb85818 Rationalise and simplify the share diff and block solve detection to a common site. 2013-04-08 21:52:00 +10:00
Con Kolivas
5c7a32fde8 Rationalise and simplify the share diff and block solve detection to a common site. 2013-04-08 21:26:10 +10:00
Con Kolivas
0c35f67aa9 Make the avalon array size a macro. 2013-04-08 15:36:18 +10:00
Con Kolivas
8a90b5dd10 Use replacement of work items in the avalon buffer as needed instead of flushing them. 2013-04-08 15:05:30 +10:00
Con Kolivas
1c4d1ac863 Reinstate wrong work count to reset avalon regardless and display number of wrong results. 2013-04-08 14:08:54 +10:00