1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
| {
"pools" : [
{
"poolname" : "beta rigs x11",
"url" : "stratum+tcp://r5211.g48.rigs.eu.betarigs.com:8085",
"user" : "x",
"pass" : "x",
"profile":"x11"
},
{
"poolname" : "beta rigs x13",
"url" : "stratum+tcp://r6303.g40.rigs.eu.betarigs.com:9136",
"user" : "x",
"pass" : "x",
"profile":"x13"
},
{
"name" : "am02 x15 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:6660",
"user" : "x",
"pass" : "x",
"profile":"x15"
},
{
"name" : "am02 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "x",
"pass" : "x",
"profile":"x11"
},
{
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "x",
"pass" : "x",
"profile":"x13"
},
{
"name" : "am02 x11",
"url" : "stratum+tcp://am02.eu.trademybit.com:4440",
"user" : "x",
"pass" : "x",
"profile":"x11"
},
{
"name" : "am02 x13 ",
"url" : "stratum+tcp://am02.eu.trademybit.com:5550",
"user" : "x",
"pass" : "x",
"profile":"x13"
},
{
"name" : "am01 x11",
"url" : "stratum+tcp://am01.eu.trademybit.com:4440",
"user" : "x",
"pass" : "x",
"profile":"x11"
},
{
"name" : "am01 x13",
"url" : "stratum+tcp://am01.eu.trademybit.com:5550",
"user" : "x",
"pass" : "x",
"profile":"x13"
},
{
"name" : "am02 scrypt",
"url" : "stratum+tcp://am02.eu.trademybit.com:3330",
"user" : "x",
"pass" : "x",
"profile":"scrypt"
},
{
"name" : "am02 Nscrypt",
"url" : "stratum+tcp://am02.eu.trademybit.com:2220",
"user" : "x",
"pass" : "x",
"profile":"nscrypt"
}
],
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "18",
"hamsi-expand-big" : "1",
"gpu-threads" : "2",
"gpu-powertune" : "8",
"gpu-fan" : "55-65",
"worksize": "256"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "8",
"gpu-fan" : "55-65",
"worksize": "256"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"intensity" : "18",
"hamsi-expand-big" : "1",
"gpu-threads" : "2",
"gpu-powertune" : "8",
"gpu-fan" : "55-65",
"worksize": "256"
},
{
"name" : "scrypt",
"intensity" : "18",
"gpu-powertune" : "8",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "1",
"gpu-fan" : "55-65",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "nscrypt",
"intensity" : "13",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "2",
"gpu-fan" : "55-65",
"algorithm" : "alexkarnew",
"nfactor" : "11"
},
{
"name" : "keccak",
"intensity" : "14",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "maxcoin"
}
],
"default-profile": "x11",
"hamsi-expand-big" : "1",
"failover-only" : true,
"shaders" : "1792",
"thread-concurrency" : "8192",
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "88",
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
} |