Skip to content

Commit

Permalink
Merge pull request #236 from jgarzik/2015_2mb_blocksize
Browse files Browse the repository at this point in the history
BIP 102: Add miner vote. Fix index.
  • Loading branch information
luke-jr committed Nov 7, 2015
2 parents 4f79338 + aad8125 commit 1bc8075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard
| Draft
|-
| [[bip-0102.mediawiki|101]]
| [[bip-0102.mediawiki|102]]
| Block size increase to 2MB
| Jeff Garzik
| Standard
Expand Down
4 changes: 2 additions & 2 deletions bip-0102.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

==Abstract==

Increase total amount of transaction data permitted in a block from 1MB to 2MB on November 11, 2015.
Simple, one-time increase in total amount of transaction data permitted in a block from 1MB to 2MB.

==Motivation==

Expand All @@ -20,7 +20,7 @@ Increase total amount of transaction data permitted in a block from 1MB to 2MB o
==Specification==

# Maximum block size permitted to be valid is 1MB.
# Increase this maximum to 2MB on November 11, 2015 at 00:00:00 UTC.
# Increase this maximum to 2MB as soon as 75% of the last 1,000 blocks have signaled support.
# Increase maximum block sigops by similar factor, preserving SIZE/50 formula.
==Backward compatibility==
Expand Down

0 comments on commit 1bc8075

Please sign in to comment.