1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

2915 Commits

Author SHA1 Message Date
Con Kolivas
2ff1610307 Prevent corrupt values returned from the opencl code from trying to read beyond the end of the buffer by masking the value to a max of 15. 2012-10-06 14:58:26 +10:00
Con Kolivas
0097757dc3 Merge pull request #316 from kanoi/icarus
Icarus catch more USB errors and close/reopen the port / api.c DEBUG message bug
2012-10-05 21:36:59 -07:00
Con Kolivas
8a650a67a9 Merge pull request #315 from kanoi/api
API-README update cgminer verison number
2012-10-05 21:36:50 -07:00
Con Kolivas
53658fbbeb Merge pull request #314 from kanoi/main
hashmeter fix stats kh/s on 32bit windows
2012-10-05 21:36:39 -07:00
Kano
c2b1504e50 Icarus USB write failure is also a comms error 2012-09-30 17:44:36 +10:00
Kano
6d6692ce9a api.c DEBUG message has no paramter 2012-09-30 17:38:27 +10:00
Kano
aaaa8a52fd Icarus catch more USB errors and close/reopen the port 2012-09-30 17:37:01 +10:00
Kano
036c338211 API-README update cgminer verison number 2012-09-25 11:04:06 +10:00
Kano
5e7e150b12 hashmeter fix stats kh/s on 32bit windows 2012-09-24 23:34:10 +10:00
Con Kolivas
346d09c36d Reorder libztex header include order to fix missing struct definition. 2012-09-24 14:37:23 +10:00
Con Kolivas
54dcd57f95 Bump version number to 2.7.6 2012-09-24 14:15:05 +10:00
Con Kolivas
8ec87c64a9 Update NEWS. 2012-09-24 14:14:37 +10:00
Con Kolivas
823a710a54 Display share difficulty on log with a shortened hash display on submission. 2012-09-24 14:08:35 +10:00
Con Kolivas
a63ecf63f0 Merge pull request #313 from kanoi/main
API stats add some pool getwork difficulty stats
2012-09-23 19:07:03 -07:00
Kano
7c32562d80 API stats add some pool getwork difficulty stats 2012-09-24 11:34:50 +10:00
Con Kolivas
fd28d9f407 Ignore any pings pushed to the worker threads if the thread is still paused to prevent it being enabled and disabled repeatedly. 2012-09-24 09:03:27 +10:00
Con Kolivas
c1432db2ea Merge pull request #312 from kanoi/master
README - FAQ - usermod group - shouldn't remove other groups
2012-09-23 15:55:44 -07:00
Kano
149f1d75be README - FAQ - usermod group - shouldn't remove other groups 2012-09-24 08:49:40 +10:00
Con Kolivas
57a73dce34 Test for sequential getwork failures on a pool that might actually be up but failing to deliver work as we may end up hammering it repeatedly by mistake. 2012-09-24 08:30:07 +10:00
Con Kolivas
77d2a2096c Merge pull request #311 from kanoi/master
util.c - bug - proxy - no data end condition
2012-09-21 06:19:30 -07:00
Kano
37f8a1f775 reduce windows compile warnings 2012-09-21 22:04:39 +10:00
Kano
41dcb10d4c util.c - bug - proxy - no data end condition 2012-09-21 20:55:48 +10:00
Con Kolivas
3243b91e2d Merge pull request #310 from kanoi/master
API debug, API-README, API Correct diff1 name, Device diff1, API diff1 etc.
2012-09-20 23:23:15 -07:00
Con Kolivas
618999026f As we average gpu time over 5 work intervals for dynamic GPU intensity, there is no need to maintain a rolling average and it avoids the potential long term corruption of a single overflow value. 2012-09-21 16:10:34 +10:00
Con Kolivas
55b8f2e06e Test for the now-automatically exported variable AMDAPPSDKROOT when looking for the presence of the OpenCL headers. 2012-09-21 16:01:40 +10:00
Kano
17973c59c4 API don't change 'Diff1 Shares' - backward compatability FTW 2012-09-21 11:25:43 +10:00
Kano
22a8eee0b8 miner.php highlighting correctly handling difficulty 2012-09-19 20:55:46 +10:00
Kano
a6bf276f6b API - Add last share difficulty for devices and pool 2012-09-19 01:14:43 +10:00
Kano
89b6989fb3 Store and report Accepted,Rejected,Stale difficulty in the summary and API 2012-09-19 00:54:55 +10:00
Kano
7ede5a59bd WorkTime - display prevblock for scrypt 2012-09-18 14:30:46 +10:00
Kano
a2cc588c51 api.c remove compile warnings 2012-09-18 14:12:32 +10:00
Kano
923b9e0d86 Calculate work difficulty for each getwork and display with WorkTime debug 2012-09-18 11:19:57 +10:00
Kano
8f4ccebf0d remove MMQ unused variable warning 2012-09-16 11:47:54 +10:00
Kano
ad7aa2b382 FPGA - allow long or short device names in detect code + style police 2012-09-16 11:42:51 +10:00
Kano
796f3906c1 WorkTime - multiple nonce per work and identify the work source 2012-09-16 07:57:43 +10:00
Kano
bd3c98aaaf Optional WorkTime details with each Accepted/Rejected work item 2012-09-15 14:04:57 +10:00
Kano
fe7a967d56 Icarus - ignore hardware errors in timing mode 2012-09-15 00:39:54 +10:00
Kano
7293a8a9ac miner.php oops - mistype 2012-09-13 21:50:18 +10:00
Kano
db0269a238 miner.php by default don't display IP/Port numbers in error messages 2012-09-13 12:40:27 +10:00
Kano
ade940bcba api.c all STATUS messages automatically escaped 2012-09-13 09:44:58 +10:00
Kano
fd2fa260c7 api.c add missing escape for comma in MSG_PGAUNW 2012-09-12 23:27:48 +10:00
Kano
99f0607fb2 API add display of and setting queue,scantime,expiry 2012-09-12 23:26:43 +10:00
Kano
e649aa3906 HW: dont submit bad shares 2012-09-12 20:10:00 +10:00
Kano
fced503ed6 save individual pool proxy settings to config 2012-09-12 19:45:49 +10:00
Kano
0ac350547e --default-config - allow command line to define the default configuration file for loading and saving 2012-09-12 19:32:37 +10:00
Kano
6c2515752f API-README update for pools proxy info 2012-09-12 19:05:50 +10:00
Kano
68046631d5 README URL proxy must use quote so show in the example 2012-09-12 08:46:53 +10:00
Kano
e043f5a5aa bug: remove proxy: from the front of the proxy used 2012-09-12 08:32:00 +10:00
Kano
cef9731fbc CURL support for individual proxy per pool and all proxy types 2012-09-12 07:44:00 +10:00
Kano
6b2deb0afa README spelling/etc 2012-09-11 16:27:39 +10:00