Adds a BIP for SENDTEMPLATE, GETTEMPLATE, TEMPLATE p2p messages. Some discussion at
https://delvingbitcoin.org/t/sharing-block-templates/1906
(Post to bitcoindev group hasn’t made it through after about 5 days at this point)
Adds a BIP for SENDTEMPLATE, GETTEMPLATE, TEMPLATE p2p messages. Some discussion at
https://delvingbitcoin.org/t/sharing-block-templates/1906
(Post to bitcoindev group hasn’t made it through after about 5 days at this point)
Post to bitcoindev group hasn’t made it through
fixed, published
11+ License: BSD-3-Clause
12+```
13+
14+## Abstract
15+
16+This BIP describes the use of [BIP-152 compact blocks][BIP-152] enccoding
0This BIP describes the use of [BIP-152 compact blocks][BIP-152] encoding
69+and should be the hash of a block made up of those transactions.
70+4. The transactions making up the payload of the template should be valid
71+as a block -- for example all unconfirmed parents of a transaction should be
72+included before the transaction, and consensus limits should be respected.
73+5. A block containing the transactions making up the payload must not
74+exceed four million weight units as defined in [BIP-141][BIP-141].
Labels
New BIP