diff options
author | Paul Sztorc <psztorc01@gmail.com> | 2022-09-02 13:19:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 13:19:46 -0400 |
commit | 16fba9650aea71b6765fbd9ffdb9a2c1e7562d00 (patch) | |
tree | e2c167867d777a1daf5271b8986cf234695b7bef /bip-0301.mediawiki | |
parent | 80b33be54da7b60ad1fa3a1d41b079657cdd888a (diff) |
link to new code + remove outdated references
Diffstat (limited to 'bip-0301.mediawiki')
-rw-r--r-- | bip-0301.mediawiki | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki index 2f6b79e..e1522f8 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. - -<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 |