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

Commit

Permalink
Merge pull request #84 from ethereumproject/ecip1010-fix
Browse files Browse the repository at this point in the history
Fix ECIP1010 difficulty values
  • Loading branch information
sorpaas authored Nov 21, 2017
2 parents 79be9a7 + 2d13e6d commit dae4dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ECIPs/ECIP-1010.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ With this changes min difficulty value will become:
* Block 3,000,000 == 2**28 == 268,435,456
* Block 4,000,000 == 2**28 == 268,435,456
* Block 5,000,000 == 2**28 == 268,435,456
* Block 5,200,000 == 2**30 == 1 TH
* Block 6,000,000 == 2**38 == 274 TH
* Block 5,200,000 == 2**30 == 1 GH
* Block 6,000,000 == 2**38 == 274 GH

### Links
* Difficulty growth model: https://docs.google.com/spreadsheets/d/1ZXNrSCNV0HGWU7zOTUyIIRUGv5M44P6wiAZclpY4Y2Q/edit

0 comments on commit dae4dd0

Please sign in to comment.