Skip to content

Jumbucks Ethereum Edition - Alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jyap808 jyap808 released this 07 Sep 23:52

Alpha 3 (v1.4.11-alpha3)

This represents the latest and greatest Alpha release with an all new Difficulty adjustment algorithm for this Ethereum fork.

This release has quite a bit of extra debugging in the console, especially when new blocks are found. Also as there is new code that is still in testing, we are keeping it closed source until it's closer to release time.

If you are running Alpha 1 or 2, please delete everything in your data directory except for the keystore directory.

This Alpha 3 release has the Genesis Block and Boot node built in. Just run it.

Testnet addresses will have Testnet coins already pre-allocated in the Genesis block.

The Alpha 3 changes are incompatible with the Alpha 1 and 2 network.

Changes

  • Upgrade codebase to upstream Geth 1.4.11
  • Modify block reward. Now 8 coins per block. This change wasn't committed in Alpha 2.
  • Reduce rewards for including uncles in blocks.
    • This eliminates a possible attack vector in targeting the mining of uncles.
  • Modify Difficulty calculation to be based on Digibyte's Digishield. This is a huge improvement over the current Ethereum Difficulty calculation, especially for longer block times.
  • Implement CalcPastMedianTime (BIP 113)

Start the console and connect to my boot node:

gjbsee console

Running on a separate console

On one screen:

gjbsee

On another screen:

gjbsee attach ipc:/Users/julian/Library/JumbucksEE/gjbsee.ipc 

Binaries (compiled by Julian)

$ shasum -a 256 gjbsee-darwin-amd64.zip gjbsee-linux-amd64.tgz gjbsee-windows-4.0-amd64.exe.zip 
95f9f88b581b418bfa8a65a65e3d52f7f4bb00edf91d2613d89da46b3a2c0f6d  gjbsee-darwin-amd64.zip
b388c2df32904ae41daff5cd291dc96595c2bf5d45dbecf95c66f7d3b7e039bd  gjbsee-linux-amd64.tgz
63dfd7da23acf520734ed18bc59c4a1ba6e02f7550f50d96e406f60a8fdf76fb  gjbsee-windows-4.0-amd64.exe.zip