@@ -147,7 +147,17 @@ class CMainParams : public CChainParams {
147147 checkpointData = {
148148 {
149149 {0 , uint256S (" 0x00043e9c6bc54d9bd266c3767a83a7b9da435dd7f84e485a2bf2a869be62f1f3" )},
150+ {1 , uint256S (" 0x001d498cbcd92d9b36fee933caf1551dd457bf710ec988e033faca697aff6a90" )},
151+ {15 , uint256S (" 0x0013c1537f3c4984241c3c5b93d894dfef491eef0b82d87a5b7d0edf65961a41" )},
152+ {31 , uint256S (" 0x000c6f6a7e9478859051e24eaaa0aec508583bc1fc262108804479be5c557d74" )},
153+ {47 , uint256S (" 0x001c6020b3d984739d307fa9f2adb897339449c23dbe78bb50fc365daf41b704" )},
154+ {63 , uint256S (" 0x00015b10a4a824ad4751c64d4027c82219f312c40f1aff2e9248355a8707347f" )},
155+ {79 , uint256S (" 0x00001f6f577a1f232a117a8f16f4efb93fc1407fbec156ac1fea7d621db84ed8" )},
156+ {89 , uint256S (" 0x0001f2ee3cafa3a390d5f8f368e1296b4fbf55719c10d170223df30b9836cf5b" )},
157+ {90 , uint256S (" 0x00023c2933e8069729e6d568038ea070f5c50a07145ca960e8e21a53e0640e26" )},
158+ {97 , uint256S (" 0x00046f205cad5e5085a939194e308d9569553d435f0fe1e3a13c99b0d34f76b1" )},
150159 {662 , uint256S (" 0x00021b08ddf59cd9d9e396ef46c6d57644b3aac7977d271c966f66b63df45dd1" )},
160+ {2000 , uint256S (" 0x000002bf997a02b3e403c8ce9a87699127864e344ed966b03be16e14e5662cf5" )},
151161 {9074 , uint256S (" 0x0000007e1d70d529752b87fe47f979ae5f8f27bbc987dd0c8b21c9c5a6f3099b" )},
152162 {12167 , uint256S (" 0x0000006fa4023de2a1d4bd712e7d7aafa15a273f6c78b32bd87185846e0cc903" )},
153163 {606942 , uint256S (" 0x0000000d7c7c25d0e2a8a8ff4013ae7154ba2d0c0217dc71b942f41af7be990a" )},
@@ -173,13 +183,13 @@ class CTestNetParams : public CChainParams {
173183 CTestNetParams () {
174184 strNetworkID = " test" ;
175185 consensus.nSubsidyHalvingInterval = 840000 ;
176- consensus.BIP16Height = 0 ;
177- consensus.BIP34Height = 0 ;
186+ consensus.BIP16Height = 17 ;
187+ consensus.BIP34Height = 1 ;
178188 consensus.BIP34Hash = uint256S (" 0x00002a542f15e4f95e6256e5fc37532ad965e5874b4f5c4aaab75c792f184f63" );
179- consensus.BIP65Height = 0 ;
180- consensus.BIP66Height = 0 ;
189+ consensus.BIP65Height = 1 ;
190+ consensus.BIP66Height = 1 ;
181191 consensus.powLimit = uint256S (" 0x3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" );
182- consensus.nPowTargetTimespan = 24 * 60 * 60 ;
192+ consensus.nPowTargetTimespan = 60 * 60 ;
183193 consensus.nPowTargetSpacing = 60 ;
184194 consensus.nZawyLwmaAveragingWindow = 90 ;
185195 consensus.fPowAllowMinDifficultyBlocks = true ;
@@ -210,7 +220,7 @@ class CTestNetParams : public CChainParams {
210220 pchMessageStart[1 ] = 0xbe ;
211221 pchMessageStart[2 ] = 0xdc ;
212222 pchMessageStart[3 ] = 0xfe ;
213- nDefaultPort = 29706 ;
223+ nDefaultPort = 11604 ;
214224 nPruneAfterHeight = 1000 ;
215225
216226 genesis = CreateGenesisBlock (1619971765 , 18156 , 0x1e3fffff , 1 , 50 * COIN);
@@ -220,6 +230,8 @@ class CTestNetParams : public CChainParams {
220230
221231 vFixedSeeds.clear ();
222232 vSeeds.clear ();
233+
234+ vSeeds.emplace_back (" seedtestnet.bitwebcore.net" );
223235
224236 base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char >(1 ,66 ); // legacy: starting with T (upper)
225237 base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char >(1 ,196 );
@@ -262,10 +274,10 @@ class CRegTestParams : public CChainParams {
262274 consensus.BIP16Height = 0 ;
263275 consensus.BIP34Height = 17 ;
264276 consensus.BIP34Hash = uint256S (" 0x327f1b1d976d222269e6b7486c8ffc040e9019fd5d75d481740ecb777c1d7866" );
265- consensus.BIP65Height = 0 ;
266- consensus.BIP66Height = 0 ;
277+ consensus.BIP65Height = 1 ;
278+ consensus.BIP66Height = 1 ;
267279 consensus.powLimit = uint256S (" 7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" );
268- consensus.nPowTargetTimespan = 24 * 60 * 60 ;
280+ consensus.nPowTargetTimespan = 60 * 60 ;
269281 consensus.nPowTargetSpacing = 60 ;
270282 consensus.nZawyLwmaAveragingWindow = 90 ;
271283 consensus.fPowAllowMinDifficultyBlocks = true ;
@@ -292,7 +304,7 @@ class CRegTestParams : public CChainParams {
292304 pchMessageStart[1 ] = 0xce ;
293305 pchMessageStart[2 ] = 0xba ;
294306 pchMessageStart[3 ] = 0xbe ;
295- nDefaultPort = 39706 ;
307+ nDefaultPort = 18444 ;
296308 nPruneAfterHeight = 1000 ;
297309
298310 genesis = CreateGenesisBlock (1619971818 , 1 , 0x207fffff , 1 , 50 * COIN);
0 commit comments