1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00
Commit Graph

4032 Commits

Author SHA1 Message Date
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
Kano
9f9c688f72 README - FPGA device FAQ 2012-09-11 14:29:08 +10:00
Kano
307d8da034 HW: error counter auto for all devices - ztex code not fixed 2012-09-04 15:57:11 +10:00
Kano
9950cff5ae API pgaidentify - unsupported message should be a warning 2012-09-04 12:57:22 +10:00
Kano
9487ba05cd API/BFL identify a device - currently only BFL to flash the led 2012-09-04 12:52:11 +10:00
Kano
7a2407f15c BFL add throttle count to internal stats + API 2012-09-04 02:26:17 +10:00
Kano
71e2f23f47 BFL: missing device id in log message 2012-09-04 02:10:22 +10:00
Kano
bd151ef36d miner.php correct to new Diff1 Work field names 2012-09-04 01:27:53 +10:00
Kano
93555e271a API add device diff1 work 2012-09-04 01:23:32 +10:00
Kano
fd2034ce77 Merge branch 'main' 2012-09-04 00:56:35 +10:00
Kano
e5347ed971 API-README update 2012-09-03 00:16:10 +10:00
Kano
381478e65c api.c Correct diff1 field name 2012-09-02 08:05:50 +10:00
Paul Sheppard
a5299fef61 Merge branch 'master' of git://github.com/ckolivas/cgminer.git 2012-09-01 10:44:01 -07:00
Kano
4023872b76 count device diff1 shares 2012-09-01 23:51:51 +10:00
Kano
2bf08bb4f8 API-README more debug parameter information 2012-09-01 21:01:51 +10:00
Kano
568b0fed89 API allow full debug settings control 2012-09-01 18:21:08 +10:00
Con Kolivas
ba0122535a Bump version number to 2.7.5 2012-08-31 12:24:39 +10:00
Con Kolivas
ae8bacc54f Update NEWS. 2012-08-31 12:24:14 +10:00
Con Kolivas
57c3b12f64 Sort the blocks database in reverse order, allowing us to remove the first block without iterating over them. Output the block number to debug. 2012-08-31 12:04:16 +10:00
Con Kolivas
b34f36b700 Merge branch 'master' of github.com:ckolivas/cgminer 2012-08-31 09:22:28 +10:00
Con Kolivas
f1c6ae22f7 Adjust opencl intensity when adjusting thread count to prevent it getting pegged at a value below the minimum threads possible. 2012-08-31 09:13:19 +10:00
Con Kolivas
26eb918100 Merge pull request #307 from kanoi/icarus
miner.h max_hashes -> int64_t
2012-08-30 06:28:55 -07:00
Kano
a178039a65 miner.h max_hashes -> int64_t 2012-08-30 23:22:37 +10:00
Con Kolivas
f97bf2e2ac Keep the local block number in the blocks structs stored and sort them by number to guarantee we delete the oldest when ageing the block struct entries. 2012-08-28 20:16:50 +10:00
Con Kolivas
d91af893c8 Use correct sdk version detection for SDK 2.7 2012-08-28 18:08:39 +10:00
Con Kolivas
69983b778b Revert "Pick worksize 256 with Cypress if none is specified."
This reverts commit 482322a4b7.

Worksize 256 was only helpful on cypress with ultra-low memory speeds with old SDKs and the new kernels require higher memory clocks, having the opposite net effect.
2012-08-28 17:19:38 +10:00
Paul Sheppard
3ef6db81cf Merge branch 'master' of git://github.com/ckolivas/cgminer.git 2012-08-27 08:41:35 -07:00
Con Kolivas
b768758818 Test for lagging once more in queue_request to enable work to leak to backup pools. 2012-08-27 10:15:48 +10:00
Con Kolivas
579c1299c6 There is no need to try to switch pools in select_pool since the current pool is actually not affected by the choice of pool to get work from. 2012-08-27 10:10:50 +10:00
Con Kolivas
4a210d4eff Only clear the pool lagging flag if we're staging work faster than we're using it. 2012-08-27 10:02:53 +10:00
Con Kolivas
d1683f75c9 needed flag is currently always false in queue_request. Remove it for now. 2012-08-27 09:55:19 +10:00
Con Kolivas
1b7db5bc9c thr is always NULL going into queue_request now. 2012-08-27 09:47:55 +10:00
Con Kolivas
7fe8142cbf Bump version to 2.7.4. 2012-08-24 01:27:16 +10:00
Con Kolivas
cf6033cb0a Update NEWS. 2012-08-24 01:26:55 +10:00
Con Kolivas
0e0093e602 Select pool regardless of whether we're lagging or not, and don't queue another request in switch pool to avoid infinite recursion. 2012-08-24 01:23:54 +10:00
Con Kolivas
5095ed29a1 Merge branch 'master' of github.com:ckolivas/cgminer 2012-08-24 01:07:23 +10:00
Con Kolivas
9bec1e158e Simplify macros in output kernels avoiding apparent loops and local variables. 2012-08-24 01:06:17 +10:00
Con Kolivas
3acc064be3 Merge pull request #306 from kanoi/api
Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php (to display it)
2012-08-23 07:50:28 -07:00
Con Kolivas
7992e5f3c8 Carry the needed bool over the work command queue. 2012-08-24 00:41:14 +10:00
Con Kolivas
37fa7d36d4 Move the decision to queue further work upstream before threads are spawned based on fine grained per-pool stats and increment the queued count immediately. 2012-08-24 00:35:26 +10:00
Con Kolivas
618b3e8b11 Track queued and staged per pool once again for future use. 2012-08-23 23:50:38 +10:00