Skip to content

Commit

Permalink
link to new code + remove outdated references
Browse files Browse the repository at this point in the history
  • Loading branch information
psztorc authored Sep 2, 2022
1 parent 80b33be commit 16fba96
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bip-0301.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,20 @@ As with all previous soft forks, non-upgraded users are indirectly affected, in

==Deployment==

This BIP will be deployed by "version bits" BIP9 with the name "blindmm" and using bit 4.

<pre>
// Deployment of Drivechains (BIPX, BIPY)
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].bit = 4;
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].nStartTime = 1642276800; // January 15th, 2022.
consensus.vDeployments[Consensus::DEPLOYMENT_DRIVECHAINS].nTimeout = 1673812800; // January 15th, 2023.
</pre>
This BIP will be deployed via UASF-style block height activation. Block height TBD.


==Reference Implementation==

See: https://github.com/DriveNetTESTDRIVE/DriveNet
See: https://github.com/drivechain-project/mainchain

Also, for interest, see an example sidechain here: https://github.com/drivechain-project/bitcoin/tree/sidechainBMM
Also, for interest, see an example sidechain here: https://github.com/drivechain-project/sidechains/tree/testchain


==References==

* http://www.drivechain.info/literature/index.html
* http://www.truthcoin.info/blog/blind-merged-mining/
* https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-July/014789.html
* http://www.truthcoin.info/images/bmm-outline.txt

Expand Down

0 comments on commit 16fba96

Please sign in to comment.