@ -96,6 +96,9 @@ public:
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 1479168000 ; // November 15th, 2016.
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 1479168000 ; // November 15th, 2016.
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 1510704000 ; // November 15th, 2017.
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 1510704000 ; // November 15th, 2017.
// The best chain should have at least this much work.
consensus . nMinimumChainWork = uint256S ( " 0x0000000000000000000000000000000000000000002cb971dd56d1c583c20f90 " ) ;
/**
/**
* The message start string is designed to be unlikely to occur in normal data .
* The message start string is designed to be unlikely to occur in normal data .
* The characters are rarely used upper ASCII , not valid as UTF - 8 , and produce
* The characters are rarely used upper ASCII , not valid as UTF - 8 , and produce
@ -191,6 +194,9 @@ public:
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 1462060800 ; // May 1st 2016
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 1462060800 ; // May 1st 2016
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 1493596800 ; // May 1st 2017
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 1493596800 ; // May 1st 2017
// The best chain should have at least this much work.
consensus . nMinimumChainWork = uint256S ( " 0x0000000000000000000000000000000000000000000000198b4def2baa9338d6 " ) ;
pchMessageStart [ 0 ] = 0x0b ;
pchMessageStart [ 0 ] = 0x0b ;
pchMessageStart [ 1 ] = 0x11 ;
pchMessageStart [ 1 ] = 0x11 ;
pchMessageStart [ 2 ] = 0x09 ;
pchMessageStart [ 2 ] = 0x09 ;
@ -224,6 +230,7 @@ public:
fRequireStandard = false ;
fRequireStandard = false ;
fMineBlocksOnDemand = false ;
fMineBlocksOnDemand = false ;
checkpointData = ( CCheckpointData ) {
checkpointData = ( CCheckpointData ) {
boost : : assign : : map_list_of
boost : : assign : : map_list_of
( 546 , uint256S ( " 000000002a936ca763904c3c35fce2f3556c559c0214345d31b1bcebf76acb70 " ) ) ,
( 546 , uint256S ( " 000000002a936ca763904c3c35fce2f3556c559c0214345d31b1bcebf76acb70 " ) ) ,
@ -265,6 +272,9 @@ public:
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 0 ;
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nStartTime = 0 ;
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 999999999999ULL ;
consensus . vDeployments [ Consensus : : DEPLOYMENT_SEGWIT ] . nTimeout = 999999999999ULL ;
// The best chain should have at least this much work.
consensus . nMinimumChainWork = uint256S ( " 0x00 " ) ;
pchMessageStart [ 0 ] = 0xfa ;
pchMessageStart [ 0 ] = 0xfa ;
pchMessageStart [ 1 ] = 0xbf ;
pchMessageStart [ 1 ] = 0xbf ;
pchMessageStart [ 2 ] = 0xb5 ;
pchMessageStart [ 2 ] = 0xb5 ;