etsc-client-binaries
Version:
Download Ethereum Social client binaries for your OS
61 lines (60 loc) • 2.48 kB
JSON
{
"clients": {
"Geth": {
"version": "1.8.4",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://ethereumsocial.blob.core.windows.net/builds/multi-geth-linux-v1.8.4.zip",
"type": "zip",
"sha256": "9e7233093f6c0cc1dad8e97f7ec1e7533cf26189d9da207ccf087e36064c2297",
"bin": "multi-geth-linux-v1.8.4/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.8.4" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://ethereumsocial.blob.core.windows.net/builds/multi-geth-osx-v1.8.4.zip",
"type": "zip",
"sha256": "36d9ba17e5cbb20de9c6f0baf5ea73d6b120ff63d15583cd0c4a408983ebeece",
"bin": "multi-geth-osx-v1.8.4/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.8.4" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://ethereumsocial.blob.core.windows.net/builds/multi-geth-win64-v1.8.4.zip",
"type": "zip",
"sha256": "e98323e461e7b471f51e23cf952bca45f0891e997e4d9f80bd11abd0f6bb5763",
"bin": "multi-geth-win64-v1.8.4\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.8.4" ]
}
}
}
}
}
}
}
}