Skip to content

Fork of Go Ethereum

FinTechToken edited this page Apr 15, 2018 · 5 revisions

To setup make sure you install Go so you can run: make geth

This builds geth to the following location: build/bin/geth (copy geth from here to the private node)

This fork does the following.

  1. Removes the "difficulty bomb". (This is a private network so we don't want the difficulty bomb)
  2. Changes the time per second difficulty calc to be 1 block per second.
  3. Mining gets 0 Ether. (All ether is granted at block creation and a smart contract auto distributes it to people that sign up to network as a basic income)
  4. We use a script to only mine when a transaction is in the queue plus 12 blocks. (Put this in AWSNode)
Clone this wiki locally