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

Ethereum Classic Geth 3.4.0

Compare
Choose a tag to compare
@splix splix released this 15 May 22:37
· 1473 commits to master since this release

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: