mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
step7
This commit is contained in:
parent
69c4e4926e
commit
b2b3ece97e
@ -2755,8 +2755,8 @@ bool InitBlockIndex() {
|
|||||||
// CTxOut(nValue=50.00000000, scriptPubKey=040184710fa689ad5023690c80f3a4)
|
// CTxOut(nValue=50.00000000, scriptPubKey=040184710fa689ad5023690c80f3a4)
|
||||||
// vMerkleTree: 97ddfbbae6
|
// vMerkleTree: 97ddfbbae6
|
||||||
|
|
||||||
// Genesis block
|
// Genesis block
|
||||||
const char* pszTimestamp = "NY Times 05/Oct/2011 Steve Jobs, Apple’s Visionary, Dies at 56";
|
const char* pszTimestamp = "Wired 09/Jan/2014 The Grand Experiment Goes Live: Overstock.com Is Now Accepting Bitcoins";
|
||||||
CTransaction txNew;
|
CTransaction txNew;
|
||||||
txNew.vin.resize(1);
|
txNew.vin.resize(1);
|
||||||
txNew.vout.resize(1);
|
txNew.vout.resize(1);
|
||||||
@ -2768,9 +2768,9 @@ bool InitBlockIndex() {
|
|||||||
block.hashPrevBlock = 0;
|
block.hashPrevBlock = 0;
|
||||||
block.hashMerkleRoot = block.BuildMerkleTree();
|
block.hashMerkleRoot = block.BuildMerkleTree();
|
||||||
block.nVersion = 1;
|
block.nVersion = 1;
|
||||||
block.nTime = 1317972665;
|
block.nTime = 1389311076;
|
||||||
block.nBits = 0x1e0ffff0;
|
block.nBits = 0x1e0ffff0;
|
||||||
block.nNonce = 2084524493;
|
block.nNonce = 2449320845;
|
||||||
|
|
||||||
if (fTestNet)
|
if (fTestNet)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user