Reset testnet with a new genesis block

This commit is contained in:
David FRANCOIS 2011-02-03 14:21:21 +01:00
parent bd7d9140f9
commit 98ba262a48
1 changed files with 3 additions and 3 deletions

View File

@ -1898,7 +1898,7 @@ bool LoadBlockIndex(bool fAllowNew)
{ {
if (fTestNet) if (fTestNet)
{ {
hashGenesisBlock = uint256("0x0000000224b1593e3ff16a0e3b61285bbc393a39f78c8aa48c456142671f7110"); hashGenesisBlock = uint256("0x00000007199508e34a9ff81e6ec0c477a4cccff2a4767a8eee39c11db367b008");
bnProofOfWorkLimit = CBigNum(~uint256(0) >> 28); bnProofOfWorkLimit = CBigNum(~uint256(0) >> 28);
pchMessageStart[0] = 0xfa; pchMessageStart[0] = 0xfa;
pchMessageStart[1] = 0xbf; pchMessageStart[1] = 0xbf;
@ -1948,9 +1948,9 @@ bool LoadBlockIndex(bool fAllowNew)
if (fTestNet) if (fTestNet)
{ {
block.nTime = 1279232055; block.nTime = 1296688602;
block.nBits = 0x1d07fff8; block.nBits = 0x1d07fff8;
block.nNonce = 81622180; block.nNonce = 384568319;
} }
//// debug print //// debug print