forked from simplecrypto/powerpool
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcgminer.conf.example
More file actions
41 lines (41 loc) · 860 Bytes
/
cgminer.conf.example
File metadata and controls
41 lines (41 loc) · 860 Bytes
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
{
"pools" : [
{
"url" : "stratum+tcp://localhost:8123",
"user" : "DLmW4utjzP7ML8iVyoQQ",
"pass" : "none"
}
],
"debug" : true,
"intensity" : "1",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8000",
"shaders" : "1792",
"gpu-engine" : "900-1050",
"gpu-fan" : "40-100",
"gpu-memclock" : "1450",
"gpu-powertune" : "20",
"gpu-memdiff" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "90",
"temp-overheat" : "90",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}