This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0035 [2020/05/19 17:18] char |
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:ra:xapend.stds:defact:bitcoin:bips| return to the Bitcoin Improvement Proposals ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips| return to the Bitcoin Improvement Proposals ]] |
| <table> | <table> | ||
| Line 16: | Line 16: | ||
| </table> | </table> | ||
| - | : **Note**: The following is an excerpt from the official Bitcoin site. It is provided here as a convenience 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 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 [[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.// |
| === Motivation === | === Motivation === | ||
| : //Several use cases make it desirable to expose a network node's transaction memory pool:// | : //Several use cases make it desirable to expose a network node's transaction memory pool:// | ||
| - | : //1. SPV clients, wishing to obtain zero-confirmation transactions sent or received.// | + | : //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.// |
| : //2. Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// | : //2. Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// | ||
| : //3. Remote network diagnostics.// | : //3. Remote network diagnostics.// | ||