forked from MultiPoolMiner/MultiPoolMiner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.txt
44 lines (44 loc) · 1 KB
/
Config.txt
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
{
"Pools": {
"MiningPoolHub": {
"User": "$UserName",
"Worker": "$WorkerName",
"API_ID": "$API_ID",
"API_Key": "$API_Key"
},
"MiningPoolHubCoins": {
"User": "$UserName",
"Worker": "$WorkerName",
"API_ID": "$API_ID",
"API_Key": "$API_Key"
},
"NiceHash": {
"BTC": "$Wallet",
"Worker": "$WorkerName"
},
"Zpool": {
"BTC": "$Wallet",
"Worker": "$WorkerName"
}
},
"Miners": {
},
"Interval": "$Interval",
"Region": "$Region",
"SSL": "$SSL",
"Type": "$Type",
"Algorithm": "$Algorithm",
"MinerName": "$MinerName",
"PoolName": "$PoolName",
"ExcludeAlgorithm": "$ExcludeAlgorithm",
"ExcludeMinerName": "$ExcludeMinerName",
"ExcludePoolName": "$ExcludePoolName",
"Currency": "$Currency",
"Donate": "$Donate",
"Proxy": "$Proxy",
"Delay": "$Delay",
"Watchdog": "$Watchdog",
"MinerStatusURL": "$MinerStatusURL",
"MinerStatusKey": "$MinerStatusKey",
"SwitchingPrevention": "$SwitchingPrevention"
}