-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.json
51 lines (51 loc) · 1.12 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
{
"coin": "KMD.json",
"printShares": false,
"minDiffAdjust": true,
"printSubmissions": true,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 6000000,
"emitInvalidBlockHashes": false,
"address": "RESWsMfWFvPGGUPGfGgXPgGKWeqVaAtUfy",
"pubkey": "02592809a25cd27cca40ea6ccb04a40a79b3108d3991761412f12db9773f336078",
"ports": {
"5334": {
"diff": 8000
},
"5335": {
"diff": 30000
},
"5336": {
"diff": 2500
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 7771,
"user": "MyUser",
"password": "MyPass"
}
],
"p2p": {
"enabled": true,
"host": "127.0.0.1",
"port": 7770,
"disableTransactions": false
},
"blockRefreshInterval": 0,
"website": {
"enabled": true,
"host": "0.0.0.0",
"port": "8088"
},
"cliPort": 17117,
"clustering": {
"enabled": false,
"forks": 3
},
"blockNotifyListener": {
"enabled": false,
"port": 17118
}
}