-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpoolconfigs.template
More file actions
39 lines (38 loc) · 854 Bytes
/
poolconfigs.template
File metadata and controls
39 lines (38 loc) · 854 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
{
"enabled":true,
"coin": "COINNAMEVAR.json",
"address": "WALLETADDRVAR",
"zAddress": "",
"tAddress": "WALLETADDRVAR",
"walletInterval": 5,
"rewardRecipients": {},
"tlsOptions": { "enabled": false },
"paymentProcessing": { "enabled": false, "daemon": false },
"trackShares": { "disable": true },
"ports": {
"STRATUMPORTVAR": {
"tls":false,
"diff": 0.05,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 16,
"targetTime": 15,
"retargetTime": 60,
"variancePercent": 30
}
}
},
"daemons": [{
"host": "127.0.0.1",
"port": RPCPORTVAR,
"user": "RPCUSERVAR",
"password": "RPCPASSVAR"
}],
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": P2PPORTVAR,
"disableTransactions": true
},
"mposMode": { "enabled": false }
}