diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki index 2f6b79e6..e1522f86 100644 --- a/bip-0301.mediawiki +++ b/bip-0301.mediawiki @@ -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. - -
-// 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.
-
+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