diff --git a/core/genesis.go b/core/genesis.go index 1c067c5791..b52f2ca019 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -258,10 +258,10 @@ func GenesisBlockForTesting(db ethdb.Database, addr common.Address, balance *big func DefaultGenesisBlock() *Genesis { return &Genesis{ Config: params.MainnetChainConfig, - Nonce: 66, - ExtraData: hexutil.MustDecode("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa"), + Nonce: 2397694292061277985, + ExtraData: hexutil.MustDecode("0x4672616e6b6f497346726565646f6d"), GasLimit: 5000, - Difficulty: big.NewInt(17179869184), + Difficulty: big.NewInt(1073741824), Alloc: decodePrealloc(mainnetAllocData), } }