diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-06-26 20:16:50 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-06-26 20:17:22 +0000 |
commit | eda06164d3cc54d6b2e6e565417543e2249bec8f (patch) | |
tree | 46194ffee48941d2aebd8eb4b2ec31fca996b686 /bip-0008.mediawiki | |
parent | c0d698ae776f79434f511dc30302823f3dba8eb8 (diff) |
BIP 8: Add new reference implementation
Diffstat (limited to 'bip-0008.mediawiki')
-rw-r--r-- | bip-0008.mediawiki | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index 9271643..a16c211 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -219,6 +219,10 @@ 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...luke-jr:bip8 + ==Contrasted with BIP 9== * The '''lockinontimeout''' flag is added. BIP 9 would only transition to the FAILED state when timeout was reached. |