summaryrefslogtreecommitdiff
path: root/bip-0022.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:11:06 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-12-15 04:21:00 +0000
commit3a28003993720d2e882f6513ec499f25cc163afc (patch)
treeb14d6108feae9d6bd1f1e25e83e66ead23539130 /bip-0022.mediawiki
parent42770fb6194f0e55a7e7139cf7fe97f5c8f84f4e (diff)
parentfd5a85d6b8b6e12cb9c26b5e0dd3309e81fc4554 (diff)
downloadbips-3a28003993720d2e882f6513ec499f25cc163afc.tar.xz
Implement BIP 2 with merging master changes
Diffstat (limited to 'bip-0022.mediawiki')
-rw-r--r--bip-0022.mediawiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki
index ffbe229..45ebacf 100644
--- a/bip-0022.mediawiki
+++ b/bip-0022.mediawiki
@@ -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===