1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-06-29 17:39:57 +00:00

Implement BIP 2 with merging master changes

This commit is contained in:
Luke Dashjr
2016-12-15 04:11:06 +00:00
12 changed files with 151 additions and 8 deletions

View File

@@ -8,6 +8,7 @@
Status: Final
Type: Standards Track
Created: 2012-02-28
License: BSD-2-Clause
</pre>
==Abstract==
@@ -15,6 +16,10 @@
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.
==Specification==
===Block Template Request===