Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Releases: ethereumproject/go-ethereum

Ethereum Classic Geth 3.4.0

15 May 22:37
Compare
Choose a tag to compare

A new version with completely refactored chain configuration. In addition to that it contains a lot of fixes to improve download performance and user interface.

BREAKING CHANGES
Since version 3.4.0 the default data directory (unless --datadir is specified) is going to be:

  • Linux: $HOME/.ethereum-classic/
  • Mac: $HOME/Library/EthereumClassic/
  • Windows: $HOME/AppData/Roaming/EthereumClassic/

That will allow you to have both Geth HF and Geth Classic on same machine without mixing the data. Geth will automatically migrate all existing data, including private keys, to a new directory.

NOTE If you have any custom scripts to read from data directory (backups, anyone?), please don't forget to update path to a new one

Contributors:

Ethereum Classic Geth 3.3.0

09 Mar 19:39
Compare
Choose a tag to compare

It's a cleanup release, we're working towards our new vision of the project

  • refactoring and dead code removal
  • improved peer discovery, and added new bootnodes
  • JIT VM was removed

Contributors:

SHA 256
cc58d32320b4ba4cc420dd6dc7440a66ab7aa6cb58cf714f983a3ff954121057  geth-classic-linux-v3.3.0-1-gdd95f05.zip
abc07a8cc89bbb561251c7421d893b2eed1f1865a14e933144c6a935505299c5  geth-classic-osx-v3.3.0-1-gdd95f05.zip
c7cdbbcbb9edf51507ac35020e3abea5c99154a77569aee0e204c4ad8d6e97ce  geth-classic-win64-v3.3.0-1-gdd95f055.zip

Ethereum Classic Geth 3.2.3

26 Dec 15:59
Compare
Choose a tag to compare

A release ready for Diehard protocol upgrade coming in January 15 at block 3,000,000

Diehard HF includes:

  • Difficulty Bomb delay (ECIP-1010)
  • EXP reprice (EIP-160)
  • Replay Protection (EIP-155)
SHA 256                                                           Filename
5aec13ce0d4d8678ccf6fe7b38de4fd3d36bbb84dcc542d415504ed4575b7852  geth-classic-armv7-2b5191.zip
50451aca0260b9af8faefc61a0f4afcf47e948b1065d4e1dfcafc475d18cee8d  geth-classic-darwin-2b51918.zip
07eacd2c1b5b804087fa2dd1ea592d7ceff853a4601733bbfb81d1d58becfe5a  geth-classic-linux-x64-2b51918.zip
154e92f817bbcdc778b8979d2498ea0e75693da83deb7e93ba37f69f627eb797  geth-classic-win64-2b51918.zip

Ethereum Classic 3.0.1 (Beta)

21 Oct 17:53
Compare
Choose a tag to compare
Pre-release

In this release:

  • Added compatibility with EF Mist (support --oppose-dao-fork flag)
  • General optimization

This release is recommended to use before GasReprice HF scheduled for block 2,500,000 (expected 2016-10-25 05:25:46 UTC)

Ethereum Classic 3.0.0 (Beta)

16 Oct 09:02
Compare
Choose a tag to compare
Pre-release

Fix for current DDoS attack against Ethereum blockchains (both ETC and ETH are affected).

Ethereum ETC blockchain is going to change Gas Pricing for several EVM operations, which are used by hacker to flood network with useless transactions.

This change is a protocol change, which means that new network Fork is going to happen after block 2,500,000. Expected date for this block is 25th Oct (2016-10-25 05:25:46 UTC). You need to upgrade you ETC client before this date

Notice Forked Geth (ETH) is incompatible with ETC network, as we're using different block numbers to make this fork. EthCore parity is compatible with ETC fork since version 1.3.9.

You need to upgrade to ETC Geth or to latest EthCore Parity before Tuesday 18th Oct 2016

This version is pre-release version, it's expected to add more improvements during next week, and there is a plan to make new release before 25th Oct 2016. It's strongly recommended to get all further upgrades that will be released here before 25th Oct 2016.

Ethereum Classic 2.0.0

14 Oct 17:57
Compare
Choose a tag to compare

You can download it also from https://bintray.com/ethereumproject/GoEthereumClassic/go-ethereum/master#files/

Ethereum Classic 1.4.11

20 Sep 15:20
Compare
Choose a tag to compare

This is addition of Ethereum's "Hotfix release for a network DOS attack" on top of the last stable version of Ethereum Classic.

1.4.11 Source Release

29 Aug 22:47
Compare
Choose a tag to compare
1.4.11 Source Release Pre-release
Pre-release

Geth ETC release/1.4.11 source is now available for early use and testing, please create a detailed report if any issues are found.

This release has solved all reported issues relating to blockchain syncing, now the client is capable of of both detecting peers and disconnecting ETF peers connected for the purpose of blockchain syncing. The associated geth ETF 1.4.11 release has removed support for both [eth/61] and [eth/62] protocols since ETF clients can only fully operate with clients released after the hard-fork. Since ETC clients are able to fully operate with existing clients on the network, only [eth/61] has been deprecated, leaving [eth/62] and [eth/63].

Geth ETC is now capable of loading configurations relating all forks associated to the active genesis block and defining support for either side of a network split. Additional steps will be taken to detect network splits, and optionally manage and switch between either side of a network split with utilizing configurations instead of the existing implementation of hard coded parameters and hard-coded network split enforcement within protocol handshaking.

The geth ETC release/1.4.11 signed builds will be made available if there are no major issues are reported in the next 24-48 hours. This release will be followed by the first 'official' release of Mist using the 1.4.11

Ethereum Classic 1.4.10

27 Jul 19:41
Compare
Choose a tag to compare

Geth 1.4.10 build that is exclusively for the Ethereum Classic network. This node has all the DAO code removed from the client and requires no additional flags to use the Ethereum classic network.

Syncing with the hard fork is avoided by adding the first divergent hash to the BadHash map. This uses a built in system to reject syncing with the hard fork network by adding a single line of code.

Four volunteers have offered their dedicated nodes to operate as bootstrapping nodes, making anyone using this client automatically connect directly to peers within the Ethereum classic network.

An Ethereum Classic Mist wallet will be ready for release next. In the meantime one can drop the geth binary into the Mist resources/node/geth folder.

If there are any issues with this release, please create an issue on this github project.

Edit Added 386 builds and a package of all ARM builds. The 386 builds are required for community Mist builds.