forked from WaveringAna/equihash-solomining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (58 loc) · 1.36 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
{
"coin": "KMD.json",
"printShares": false,
"printHighShares": true,
"printNethash": false,
"minDiffAdjust": true,
"printVarDiffAdjust": false,
"printCurrentDiff": false,
"printSubmissions": true,
"jobRebroadcastTimeout": 50,
"connectionTimeout": 6000000,
"emitInvalidBlockHashes": false,
"address": "RESWsMfWFvPGGUPGfGgXPgGKWeqVaAtUfy",
"pubkey": "02592809a25cd27cca40ea6ccb04a40a79b3108d3991761412f12db9773f336078",
"ports": {
"5332": {
"diff": 300
},
"5333": {
"diff": 1500
},
"4334": {
"diff": 100000,
"varDiff": {
"minDiff": 30000,
"maxDiff": 1000000,
"targetTime": 5,
"retargetTime": 300,
"variancePercent": 30
}
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 7771,
"user": "MyUser",
"password": "MyPass"
}
],
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": 7770,
"disableTransactions": true
},
"blockRefreshInterval": 0,
"website": {
"enabled": true,
"host": "0.0.0.0",
"port": "8088"
},
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": 3
}
}