Skip to content

Commit

Permalink
Lower Minimum Difficulty (FinTechToken#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuitionCoin authored and unknown committed May 8, 2018
1 parent 83f0fb0 commit 80b405c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const (

var (
DifficultyBoundDivisor = big.NewInt(2048) // The bound divisor of the difficulty, used in the update calculations.
GenesisDifficulty = big.NewInt(131072) // Difficulty of the Genesis block.
MinimumDifficulty = big.NewInt(131072) // The minimum that the difficulty may ever be.
GenesisDifficulty = big.NewInt(8192) // Difficulty of the Genesis block.
MinimumDifficulty = big.NewInt(8192) // The minimum that the difficulty may ever be.
DurationLimit = big.NewInt(13) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.
)

0 comments on commit 80b405c

Please sign in to comment.