-
Notifications
You must be signed in to change notification settings - Fork 4
/
Config.default.txt
60 lines (60 loc) · 2.17 KB
/
Config.default.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"Pools": {
"MiningPoolHub": {
"User": "$UserName",
"Worker": "$WorkerName",
"ExcludeAlgorithm": ["Sia", "Qubit", "X11", "MyriadGroestl", "Groestl", "Scrypt"],
"API_ID": "$API_ID",
"API_Key": "$API_Key"
},
"MiningPoolHubCoins": {
"User": "$UserName",
"Worker": "$WorkerName",
"ExcludeAlgorithm": ["Sia", "Qubit", "X11", "MyriadGroestl", "Groestl", "Scrypt"],
"DisableExchange": ["Ethereum", "EthereumClassic", "DigibyteSkein", "Ravencoin", "BitcoinGold"],
"ExcludeCoin": ["maxcoin", "Electroneum", "globalboosty"],
"API_ID": "$API_ID",
"API_Key": "$API_Key"
},
"NiceHash": {
"BTC": "$Wallet",
"Worker": "$WorkerName",
"ExcludeAlgorithm": ["nist5", "x11gost", "blake256r8vnl", "qubit", "scrypt", "x11", "x15", "cryptonight", "sha256", "x13", "quark", "blake256r8", "blake256r14", "decred", "lbry", "pascal", "sia"]
},
"Zpool": {
"BTC": "$Wallet",
"Worker": "$WorkerName",
"ExcludeAlgorithm": ["keccak", "qubit", "blakecoin", "groestl", "nist5", "sib", "scrypt", "x11", "myrgr", "sha256", "x13", "quark", "decred", "lbry", "x14"]
},
"Zergpool": {
"LTC": "Lex2wqKA44ZGkBvHhWE3STrqicbCdGG125",
"Worker": "SephMiner",
"ExcludeAlgorithm": ["qubit", "blakecoin", "groestl", "nist5", "sib", "scrypt", "x11", "myrgr", "sha256", "x13", "quark"]
},
"ZergpoolCoins": {
"LTC": "Lex2wqKA44ZGkBvHhWE3STrqicbCdGG125",
"DisableExchange": ["LTC"],
"Worker": "SephMiner",
"ExcludeAlgorithm": ["qubit", "blakecoin", "groestl", "nist5", "sib", "scrypt", "x11", "myrgr", "sha256", "x13", "quark"]
}
},
"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",
"SwitchingPrevention": "$SwitchingPrevention",
"ShowPoolBalances": "$ShowPoolBalances"
}