summaryrefslogtreecommitdiff
path: root/bip-0008.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-06-25 05:23:24 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-06-25 05:23:24 +0000
commit00aa4c6b4322a342f0076719a2004c4d0658774c (patch)
treebab293b38148b123dcf00e91da3ab06f10bd9f8c /bip-0008.mediawiki
parenta85f32e50f619697c4747c2763fd9f4c37ffdcd7 (diff)
downloadbips-00aa4c6b4322a342f0076719a2004c4d0658774c.tar.xz
BIP 8: Drop unmaintained reference implementation
Diffstat (limited to 'bip-0008.mediawiki')
-rw-r--r--bip-0008.mediawiki4
1 files changed, 0 insertions, 4 deletions
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki
index 1858370..2ac8b0d 100644
--- a/bip-0008.mediawiki
+++ b/bip-0008.mediawiki
@@ -224,10 +224,6 @@ If a client does not understand a rule without the prefix, it may use it unmodif
On the other hand, when this prefix is used, it indicates a more subtle change to the block structure or generation transaction; examples of this would be BIP 34 (because it modifies coinbase construction) and 141 (since it modifies the txid hashing and adds a commitment to the generation transaction).
A client that does not understand a rule prefixed by '!' must not attempt to process the template, and must not attempt to use it for mining even unmodified.
-=== Reference implementation ===
-
-https://github.com/bitcoin/bitcoin/compare/master...shaolinfry:bip8-height
-
==Contrasted with BIP 9==
* The '''lockinontimeout''' flag is added. BIP 9 would only transition to the FAILED state when timeout was reached.