1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #384 from jl2012/patch-19

BIP141: BIP9 parameters for testnet
This commit is contained in:
Luke-Jr 2016-05-07 03:29:21 +00:00
commit 32f7724149

View File

@ -272,11 +272,11 @@ As a soft fork, older software will continue to operate without modification. N
== Deployment ==
This BIP will be deployed by "version bits" BIP9 using bit TBD.
This BIP will be deployed by "version bits" BIP9 using bit 1.
For Bitcoin mainnet, the BIP9 starttime will be midnight TBD UTC (Epoch timestamp TBD) and BIP9 timeout will be midnight TBD UTC (Epoch timestamp TBD).
For Bitcoin testnet, the BIP9 starttime will be midnight TBD UTC (Epoch timestamp TBD) and BIP9 timeout will be midnight TBD UTC (Epoch timestamp TBD).
For Bitcoin testnet, the BIP9 starttime will be midnight 1 May 2016 UTC (Epoch timestamp 1462060800) and BIP9 timeout will be midnight 1 May 2017 UTC (Epoch timestamp 1493596800).
== Credits ==