forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 8
/
clientBinaries.json
60 lines (60 loc) · 2.38 KB
/
clientBinaries.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
{
"clients": {
"Geth": {
"version": "7.0.0",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-linux-amd64-7.0.0.tar.gz",
"type": "tar",
"md5": "d8b0083581f2cb39a9f1f0cbcf8772f7",
"bin": "gubiq-linux-amd64-7.0.0/gubiq-linux-amd64"
},
"bin": "gubiq",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "7.0.0-monoceros" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-darwin-amd64-7.0.0.tar.gz",
"type": "tar",
"md5": "480d4c50868e66496bfba3e2a7547da7",
"bin": "gubiq-darwin-amd64-7.0.0/gubiq-darwin-amd64"
},
"bin": "gubiq",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "7.0.0-monoceros" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-windows-amd64-7.0.0.zip",
"type": "zip",
"md5": "c2bde9b56a43a639940245c5f3327a1e",
"bin": "gubiq-windows-amd64-7.0.0\\gubiq-windows-amd64.exe"
},
"bin": "gubiq.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "7.0.0-monoceros" ]
}
}
}
}
}
}
}
}