forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 2
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.
- Removes the "difficulty bomb". (This is a private network so we don't want the difficulty bomb)
- Changes the time per second difficulty calc to be 1 block per second.
- 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)
- We use a script to only mine when a transaction is in the queue plus 12 blocks. (Put this in AWSNode)