Skip to content

Commit c821bad

Browse files
matt-aucklandmarcus290
authored andcommitted
Restart testnet (#402)
* Updated testnet dir * updated time stamp * added new genesis block details * updated nonce * Apply suggestions from code review Reverted testnet name and folder to v3 as there no real need for us to change the name
1 parent ed3f590 commit c821bad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/chainparams.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,10 @@ class CTestNetParams : public CChainParams {
380380
nPruneAfterHeight = 1000;
381381
bnProofOfWorkLimit = arith_uint256(~arith_uint256() >> 16);
382382

383-
uint32_t nTimestamp = 1541978905;
384-
uint256 hashGenesisBlock = uint256S("0x0000c493d0f928a9f0a0eb0e0d88d871f4f5ab8bacc308f77bb0e8c7adee1307");
385-
uint256 hashMerkleRoot = uint256S("0xf3f3286d731fc322d34f6a7c4df3eecfc1abaa6032350acf6cd363eb34edf574");
386-
uint32_t nNonce = 2043537527;
383+
uint32_t nTimestamp = 1545341312;
384+
uint256 hashGenesisBlock = uint256S("0x0000a2ed763c6efc24bbb3ac8d9f1ab9e8f1e7100d5221ad80815cd7b369dc2c");
385+
uint256 hashMerkleRoot = uint256S("0x02128838f2516796eb04f5b3fd143a7786001301dc5ffcfd2b2c687a2864aae9");
386+
uint32_t nNonce = 2043585747;
387387

388388
genesis = CreateGenesisBlockTestnet(nTimestamp, nNonce, 0x1d00ffff, 1, 0);
389389
consensus.hashGenesisBlock = genesis.GetHash();

0 commit comments

Comments
 (0)