Skip to content

Commit

Permalink
BIP 8: Add new reference implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 26, 2020
1 parent c0d698a commit eda0616
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bip-0008.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eda0616

Please sign in to comment.