mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
BIP 102: Add miner vote. Fix index.
This commit is contained in:
parent
4f79338aa2
commit
aad81251a1
@ -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
|
||||
|
@ -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==
|
||||
|
||||
@ -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==
|
||||
|
Loading…
Reference in New Issue
Block a user