This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathclientBinaries.json
58 lines (58 loc) · 1.7 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
{
"clients": {
"Geth": {
"version": "v3.3.0",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://dl.bintray.com/ethereumproject/GoEthereumClassic/geth-classic-linux-v3.3.0-1-gdd95f05.zip",
"type": "zip",
"sha256": "cc58d32320b4ba4cc420dd6dc7440a66ab7aa6cb58cf714f983a3ff954121057"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "3.3.0" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://dl.bintray.com/ethereumproject/GoEthereumClassic/geth-classic-osx-v3.3.0-1-gdd95f05.zip",
"type": "zip",
"sha256": "abc07a8cc89bbb561251c7421d893b2eed1f1865a14e933144c6a935505299c5"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "3.3.0" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://dl.bintray.com/ethereumproject/GoEthereumClassic/geth-classic-win64-v3.3.0-1-gdd95f055.zip",
"type": "zip",
"sha256": "c7cdbbcbb9edf51507ac35020e3abea5c99154a77569aee0e204c4ad8d6e97ce",
"bin": "bin/geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "3.3.0" ]
}
}
}
}
}
}
}
}