This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
Ethereum Classic Geth 5.0.0
Consensus
- ECIP-1041: Defuse the Difficulty Bomb, preventing network difficulty from growing exponentially because of an absurd kind of self-imposed hostage situation. Find here the corresponding implementation for the Parity client. A reproducible test for client compatibility can be found here: https://github.com/ETCDEVTeam/ecip1041test.
Fixed
Added
Contributors
.zip.sig
and .tar.gz.sig
files are detached binary PGP signatures
.zip.asc
and .tar.gz.asc
files are detached ASCII PGP signatures
.zip
and .tar.gz
are archive (compressed) files containing the geth
executable
To verify a release with a signature: First, make sure you have a gpg
tool installed, eg. gnupg
or gnupg2
. Then, if you haven't already, you'll need to import the signing key, which you'll find here. This step is included below.
# Import my signing public key
$ wget https://raw.githubusercontent.com/ethereumproject/volunteer/master/Volunteer-Public-Keys/isaac.ardis%40gmail.com
$ gpg --import [email protected]
# Verify
$ gpg --verify ./geth-classic-osx-v5.0.0-ac28808.tar.gz.sig
gpg: assuming signed data in './geth-classic-osx-v5.0.0-ac28808.tar.gz'
gpg: Signature made Tue Feb 20 14:01:31 2018 JST
gpg: using RSA key B23DC6DC7634399484DEB8A6F36487257419D94C
gpg: Good signature from "Isaac Ardis (ETCDEV Go Developer) <[email protected]>" [ultimate]
All tagged and development build downloads are also available at our automated builds website: http://builds.etcdevteam.com.