File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 17 )
55define ( _CLIENT_VERSION_REVISION , 9 )
6- define ( _CLIENT_VERSION_BUILD , 1 )
6+ define ( _CLIENT_VERSION_BUILD , 2 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2021 )
99define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ class CMainParams : public CChainParams {
8181 consensus.BIP65Height = 400000 ; // 000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0
8282 consensus.BIP66Height = 400000 ; // 00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931
8383 consensus.powLimit = uint256S (" 00000fffff000000000000000000000000000000000000000000000000000000" );
84- consensus.nPowTargetTimespan = 6 * 24 * 60 * 60 ; // two weeks
85- consensus.nPowTargetSpacing = 5 * 60 ;
84+ consensus.nPowTargetTimespan = 160 * 60 ; // two weeks
85+ consensus.nPowTargetSpacing = 2. 5 * 60 ;
8686 consensus.fPowAllowMinDifficultyBlocks = false ;
8787 consensus.fPowNoRetargeting = false ;
8888 consensus.nRuleChangeActivationThreshold = 1 ; // if we found only one block
You can’t perform that action at this time.
0 commit comments