1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Merge pull request #236 from jgarzik/2015_2mb_blocksize

BIP 102: Add miner vote. Fix index.
This commit is contained in:
Luke-Jr 2015-11-07 06:19:23 +00:00
commit 1bc807558f
2 changed files with 3 additions and 3 deletions

View file

@ -308,7 +308,7 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard | Standard
| Draft | Draft
|- |-
| [[bip-0102.mediawiki|101]] | [[bip-0102.mediawiki|102]]
| Block size increase to 2MB | Block size increase to 2MB
| Jeff Garzik | Jeff Garzik
| Standard | Standard

View file

@ -9,7 +9,7 @@
==Abstract== ==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== ==Motivation==
@ -20,7 +20,7 @@ Increase total amount of transaction data permitted in a block from 1MB to 2MB o
==Specification== ==Specification==
# Maximum block size permitted to be valid is 1MB. # 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. # Increase maximum block sigops by similar factor, preserving SIZE/50 formula.
==Backward compatibility== ==Backward compatibility==