Skip to content

Commit b8ed018

Browse files
author
alex v
authored
new testnet (#628)
1 parent 09ea936 commit b8ed018

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/chainparams.cpp

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

405-
uint32_t nTimestamp = 1545341312;
406-
uint256 hashGenesisBlock = uint256S("0x0000a2ed763c6efc24bbb3ac8d9f1ab9e8f1e7100d5221ad80815cd7b369dc2c");
407-
uint256 hashMerkleRoot = uint256S("0x02128838f2516796eb04f5b3fd143a7786001301dc5ffcfd2b2c687a2864aae9");
408-
uint32_t nNonce = 2043585747;
405+
uint32_t nTimestamp = 1573858751;
406+
uint256 hashGenesisBlock = uint256S("0x0000814badaca9379dae4d4f91a32bb46ac0e5956426a7639508033fa46ec7bf");
407+
uint256 hashMerkleRoot = uint256S("0x52724cf718f449fc73bd7a9707160f4987ec71e460304337fcf5a69724218cf8");
408+
uint32_t nNonce = 2043587675;
409409

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

0 commit comments

Comments
 (0)