Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from kronrod/master
Browse files Browse the repository at this point in the history
Bias for stability instead of downwards bias
  • Loading branch information
Jeff Garzik committed Sep 3, 2015
2 parents 8a3b17b + 054acc5 commit d7f0541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0100.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Replace static 1M block size hard limit with a hard limit that floats between 1M
# Initial value of hardLimit is 1M, preserving current system.
# Changing hardLimit is accomplished by encoding a proposed value within a block's coinbase scriptSig.
## Votes refer to a byte value, encoded within the pattern "/BV\d+/" Example: /BV8000000/ votes for 8,000,000 byte hardLimit.
## Absent/invalid votes and votes below minimum cap (1M) are counted as 1M votes. Votes above the maximum cap (32M) are counted as 32M votes.
## Absent/invalid votes are counted as votes for the current hardLimit. Votes below minimum cap (1M) are counted as 1M votes. Votes above the maximum cap (32M) are counted as 32M votes.
## A new hardLimit is calculated at each difficult adjustment period (2016 blocks), and applies to the next 2016 blocks.
## Calculate hardLimit by examining the coinbase scriptSig votes of the previous 12,000 blocks, and taking the 20th percentile.
## A new hardLimit may not increase or decrease by more than 1.2x beyond the prior hardLimit.
Expand Down

0 comments on commit d7f0541

Please sign in to comment.