-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathexample.conf
More file actions
56 lines (50 loc) · 1.05 KB
/
example.conf
File metadata and controls
56 lines (50 loc) · 1.05 KB
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
{
"pools" : [
{
"url" : "stratum+tcp://YACoinpool.url:8332",
"user" : "user1",
"pass" : "pass1",
"nfmin" : "4",
"nfmax" : "30",
"starttime" : "1367991200"
},
{
"url" : "http://UltraCoinPool:8344",
"user" : "user2",
"pass" : "pass2"
"nfmin" : "4",
"nfmax" : "30",
"starttime" : "1388361600"
},
{
"url" : "stratum+tcp://microcoinpool.ulr:8332",
"user" : "user3",
"pass" : "pass3"
"nfmin" : "4",
"nfmax" : "30",
"starttime" : "1389028879"
}
],
"failover-only" : true,
"scrypt" : true,
"scrypt-chacha" : true,
"gpu-threads" : "1,1,1,1",
"buffer-size" : "1664,1664,1664,768",
"lookup-gap" : "2,2,2,4",
"xintensity" : "8,8,8,4",
"gpu-engine" : "0-985,0-950,0-960,0-1000",
"gpu-fan" : "0-85,0-85,0-85,0-85",
"gpu-memclock" : "860,825,835,875",
"gpu-powertune" : "20,20,20,20",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",
"auto-fan" : true,
"auto-gpu" : true,
"scan-time" : "15",
"expiry" : "60",
"log" : "5",
"queue" : "1",
"temp-hysteresis" : "3",
"kernel-path" : "/usr/local/bin"
}