This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0035 [2019/05/27 21:04] nick created |
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0035 [2021/08/11 10:29] (current) murphy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== BIP 0035 - mempool message ======== | + | ==== BIP 0035 - mempool message ==== |
| - | [[dido:public:stds:defact:bitcoin | return to the Bitcoin Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips| return to the Bitcoin Improvement Proposals ]] |
| <table> | <table> | ||
| Line 9: | Line 9: | ||
| | Comments-Summary | No comments yet. | | | Comments-Summary | No comments yet. | | ||
| | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0035]] | | | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0035]] | | ||
| - | | Staus | Final | | + | | Status | Final | |
| | Type | Standards Track | | | Type | Standards Track | | ||
| | Created | 2012-08-16 | | | Created | 2012-08-16 | | ||
| Line 16: | Line 16: | ||
| </table> | </table> | ||
| - | : **Note**: The following is an excerpt from the official Bitcoin site. It is provided here as a connivence and is not authoritative. Refer to the original document(s) as the authoritative reference. | + | : **Note**: The following is an excerpt from the official [[dido:public:ra:xapend:xapend.a_glossary:b:bitcoin|Bitcoin]] site. It is provided here as a convenience and is not authoritative. Refer to the original document(s) as the authoritative reference. |
| - | ====== Abstract ====== | + | === Abstract === |
| + | : //Make a [[dido:public:ra:xapend:xapend.a_glossary:n:netnode|network node's]] transaction memory pool accessible via a new "mempool" message. Extend the existing "getdata" message behavior to permit accessing the transaction memory pool.// | ||
| - | : //Make a network node's transaction memory pool accessible via a new "mempool" message. Extend the existing "getdata" message behavior to permit accessing the transaction memory pool.// | + | === Motivation === |
| - | + | : //Several use cases make it desirable to expose a network node's transaction memory pool:// | |
| - | ====== Motivation ====== | + | : //1. [[dido:public:ra:xapend:xapend.a_glossary:s:spv]] clients, wishing to obtain zero-[[dido:public:ra:xapend:xapend.a_glossary:c:confirmation|confirmation]] transactions sent or received.// |
| - | : //Several use cases make it desireable to expose a network node's transaction memory pool:// | + | : //2. Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// |
| - | + | : //3. Remote network diagnostics.// | |
| - | - //SPV clients, wishing to obtain zero-confirmation transactions sent or received.// | + | |
| - | - //Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// | + | |
| - | - //Remote network diagnostics.// | + | |