You've already forked specification
Max Block Size Rules
Added details around the maximum block size, including maximum number of transactions.
This commit is contained in:
@@ -41,3 +41,8 @@ Each coinbase transaction may only have one transaction input.
|
||||
|
||||
Each coinbase transaction's unlocking script must be less than or equal to 100 bytes.
|
||||
|
||||
## Block Size
|
||||
|
||||
The maximum block size for blocks is 32MB.
|
||||
The maximum number of transactions within a block is a function of this limit divided by the minimum transaction size, of 100 bytes.
|
||||
Other rules limit the number of transactions that may be within a block, including the number of signature operations ("sigops") within a block.
|
||||
Reference in New Issue
Block a user