forked from Bertrand256/dash-masternode-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-params.json
50 lines (50 loc) · 1.22 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
{
"appCurrentVersion": "0.9.22-hotfix5",
"exeDownloads": {
"mac": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.22/DashMasternodeTool_0.9.22-hotfix5.mac.zip",
"win64": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.22/DashMasternodeTool_0.9.22-hotfix5.win64.zip",
"linux": "https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.22/DashMasternodeTool_0.9.22-hotfix5.linux.tar.gz"
},
"defaultDashdProtocol": {
"mainnet": 70213,
"testnet": 70213
},
"sporks": [
{
"name": "SPORK_6_NEW_SIGS",
"active": {
"mainnet": false,
"testnet": false
}
},
{
"name": "SPORK_15_DETERMINISTIC_MNS_ENABLED",
"active": {
"mainnet": false,
"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
}
}
}
}