forked from firoorg/firo-masternode-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-params.json
98 lines (98 loc) · 2.17 KB
/
app-params.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
{
"appCurrentVersion": "0.9.26-hotfix2",
"exeDownloads": {
"mac": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.26/DashMasternodeTool_0.9.26-hotfix2.mac.dmg",
"win64": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.26/DashMasternodeTool_0.9.26-hotfix2.win64.zip",
"linux": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.26/DashMasternodeTool_0.9.26-hotfix2.linux.tar.gz"
},
"defaultDashdProtocol": {
"mainnet": 70214,
"testnet": 70214
},
"sporks": [
{
"name": "SPORK_6_NEW_SIGS",
"active": {
"mainnet": false,
"testnet": false
}
},
{
"name": "SPORK_15_DETERMINISTIC_MNS_ENABLED",
"active": {
"mainnet": true,
"testnet": true
}
}
],
"features": {
"NON_DETERMINISTIC_MNS": {
"mainnet": {
"status": "disabled",
"priority": 4
},
"testnet": {
"status": "disabled",
"priority": 4
}
},
"DETERMINISTIC_MNS": {
"mainnet": {
"status": "enabled",
"priority": 4
},
"testnet": {
"status": "enabled",
"priority": 4
}
},
"REGISTER_DMN_AUTOMATIC": {
"mainnet": {
"status": "enabled",
"priority": 4,
"message": ""
},
"testnet": {
"status": "enabled",
"priority": 4,
"message": ""
}
},
"UPDATE_REGISTRAR_AUTOMATIC": {
"mainnet": {
"status": "enabled",
"priority": 4,
"message": ""
},
"testnet": {
"status": "enabled",
"priority": 4,
"message": ""
}
},
"UPDATE_SERVICE_AUTOMATIC": {
"mainnet": {
"status": "enabled",
"priority": 4,
"message": ""
},
"testnet": {
"status": "enabled",
"priority": 4,
"message": ""
}
},
"REVOKE_OPERATOR_AUTOMATIC": {
"mainnet": {
"status": "enabled",
"priority": 4,
"message": ""
},
"testnet": {
"status": "enabled",
"priority": 4,
"message": ""
}
}
}
}