-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
185 lines (172 loc) · 5.42 KB
/
config.json
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"poolname": "Development Site - Entrust Equihash Private Pool",
"devmode": false,
"devmodePayMinimim": 0.25,
"devmodePayInterval": 120,
"marketStats": true,
"logips": true,
"anonymizeips": false,
"ipv4bits": 16,
"ipv6bits": 16,
"poolwarningmsg": "Public Alert - This is a private mining pool and you may not receive any payouts.",
"defaultCoin": "pirate-chain",
"poollogo": "/static/icons/entrustcircle-circuit.png",
"discordtwitterfacebook": "Private Mining Pool",
"pagetitle": "Dev - Entrust Mining Pool - Nonprofit Charity",
"pageauthor": "Support...",
"pagedesc": "Entrust Computer Technology Center Crypto Mining Project -- Nonpofit Charity Support",
"pagekeywds": "komodo mining pool, pirate chain mining pool, pirate chain coin, zcash mining pool, horizen mining pool, mining pool, equihash mining pool, miners, mining, ASIC mining, ASIC Equihash,Hash,ASIC Hashrate,Cryptocurrency,Crypto,Mining,Pool,Bitcoin,Raven,Ravencoin,Wavi,Wavicoin,Dixicoin,Dixi,QBic,QBicCoin,Easy,Simple,How,To",
"convertTo": "USDT-BTC",
"conversionAddress": "3PYDq4MD4XdybRVhikTK4WHDKF6nPcskQZ",
"btcdonations": "bc1qhsxzlw8nat79swz6naa6zf67upsnc97vjtp6du",
"ltcdonations": "",
"ethdonations": "0x06273002E7CA03ee114f1C7F9fB04d1C6aEa9dc4",
"arrrdonations": "zs1gpysaurgl2qce5kdndpw4lsls9kxcfqxzp4ecumueqf3rfz8rfuw25207a9z2xh23zhdcg7getc",
"xmrdonations": "",
"logLevel": "info",
"logColors": true,
"logger": {
"level": "info",
"file": "logs/nomp_debug.log"
},
"cliHost": "127.0.0.1",
"cliPort": 17123,
"clustering": {
"enabled": true,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 0,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 5000,
"emitInvalidBlockHashes": false,
"validateWorkerUsername": true,
"tcpProxyProtocol": false,
"banning": {
"enabled": false,
"time": 1200,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"poolHex": "456e747275737475732e6f726720436861726974792057652077616e7420737570706f7274202d20616868682e2e2e2050697261746573",
"_comment_poolHex": "Entrustus.org Charity We want support - ahhh... Pirates"
},
"api": {
"enabled": true,
"hashrateWindow": 600,
"updateInterval": 60,
"bindIp": "127.0.0.1",
"port": 8229,
"blocks": 30,
"payments": 30,
"password": "password",
"ssl": false,
"sslPort": 8119,
"sslCert": "cert.pem",
"sslKey": "privkey.pem",
"sslCA": "chain.pem",
"trustProxyIP": true
},
"monitoring": {
"daemon": {
"checkInterval": 60,
"rpcMethod": "getblockcount"
},
"wallet": {
"checkInterval": 60,
"rpcMethod": "getbalance"
}
},
"prices": {
"source": "tradeogre",
"currency": "USD"
},
"website": {
"enabled": true,
"sslenabled": false,
"sslforced": false,
"host": "0.0.0.0",
"port": 8085,
"sslport": 8445,
"sslkey": "certs/privkey.pem",
"sslcert": "certs/fullchain.pem",
"stratumHost": "pool.entrustus.org",
"stats": {
"updateInterval": 15,
"historicalRetention": 10800,
"hashrateWindow": 300
},
"adminCenter": {
"enabled": false,
"password": "NOT_WORKING_YET_:P_LESHACAT_CAN_DO_ADMIN_PANEL_FUNCTIONALITY_TOO"
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"switching": {
"switch1": {
"enabled": false,
"algorithm": "equihash",
"ports": {
"3333": {
"diff": 1000,
"varDiff": {
"minDiff": 700,
"maxDiff": 99999,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
},
"switch2": {
"enabled": false,
"algorithm": "scrypt",
"ports": {
"4444": {
"diff": 10,
"varDiff": {
"minDiff": 16,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
},
"switch3": {
"enabled": false,
"algorithm": "x11",
"ports": {
"5555": {
"diff": 0.001,
"varDiff": {
"minDiff": 0.001,
"maxDiff": 1,
"targetTime": 15,
"retargetTime": 60,
"variancePercent": 30
}
}
}
}
},
"profitSwitch": {
"enabled": false,
"updateInterval": 60,
"depth": 0.90,
"usePoloniex": false,
"useCryptsy": false,
"useTradeOgre": false,
"useBittrex": false
}
}