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_0022 [2019/05/27 20:48] nick created |
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0022 [2021/07/26 17:14] (current) murphy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== BIP 0022 - getblocktemplate - Fundamentals ======== | + | ==== BIP 0022 - getblocktemplate - Fundamentals ==== |
| - | [[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> | ||
| <caption>Data sheet for getblocktemplate - Fundamentals </caption> | <caption>Data sheet for getblocktemplate - Fundamentals </caption> | ||
| | Title | getblocktemplate - Fundamentals | | | Title | getblocktemplate - Fundamentals | | ||
| - | | Layer | Applications | | + | | Layer | [[dido:public:ra:xapend:xapend.a_glossary:a:api|API]]/RPC | |
| | Author | Luke Dashjr | | | Author | Luke Dashjr | | ||
| | Comments-Summary | No comments yet. | | | Comments-Summary | No comments yet. | | ||
| | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0022]] | | | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0022]] | | ||
| - | | Staus | Final | | + | | Status | Final | |
| | Type | Standards Track | | | Type | Standards Track | | ||
| | Created | 2012-02-28 | | | Created | 2012-02-28 | | ||
| Line 17: | Line 17: | ||
| </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 connivence and is not authoritative. Refer to the original document(s) as the authoritative reference. |
| - | ====== Abstract ====== | + | === Abstract === |
| : //This BIP describes a new JSON-RPC method for "smart" Bitcoin miners and proxies. Instead of sending a simple block header for hashing, the entire block structure is sent, and left to the miner to (optionally) customize and assemble.// | : //This BIP describes a new JSON-RPC method for "smart" Bitcoin miners and proxies. Instead of sending a simple block header for hashing, the entire block structure is sent, and left to the miner to (optionally) customize and assemble.// | ||
| - | ====== Copyright ====== | + | === Copyright === |
| : //This BIP is licensed under the BSD 2-clause license.// | : //This BIP is licensed under the BSD 2-clause license.// | ||
| - | |||
| - | |||
| - | |||