==== BIP 0022 - getblocktemplate - Fundamentals ==== [[dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips| return to the Bitcoin Improvement Proposals ]] | Title | getblocktemplate - Fundamentals | | Layer | [[dido:public:ra:xapend:xapend.a_glossary:a:api|API]]/RPC | | Author | Luke Dashjr | | Comments-Summary | No comments yet. | | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0022]] | | Status | Final | | Type | Standards Track | | Created | 2012-02-28 | | Post History | | | License | BSD-2-Clause | | Description | [[https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki]] |
Data sheet for getblocktemplate - Fundamentals
: **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 === : //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 === : //This BIP is licensed under the BSD 2-clause license.//