mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Upload
This commit is contained in:
parent
9a82e10b6b
commit
cf00b55bab
2 changed files with 6 additions and 7 deletions
|
|
@ -313,8 +313,8 @@ func DefaultGenesisBlock() *Genesis {
|
|||
return &Genesis{
|
||||
Config: params.MainnetChainConfig,
|
||||
Nonce: 66,
|
||||
GasLimit: 5000,
|
||||
Difficulty: big.NewInt(17179869184),
|
||||
GasLimit: 2100000,
|
||||
Difficulty: big.NewInt(16777216),
|
||||
Alloc: decodePrealloc(mainnetAllocData),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"chainId": 1,
|
||||
"chainId": 24122000,
|
||||
"homesteadBlock": 0,
|
||||
"eip155Block": 0,
|
||||
"eip150Hash": "0x3f9c0f661c8b2aab93eafda1c97daed0d418c87cd300292ebcc1f7e03df0d8f3",
|
||||
"eip150Hash": "0x4b478789950d06b19503b9936250ee69661dd6d94b5fd39ca4e83977683c312e",
|
||||
"eip155Block": 0,
|
||||
"eip158Block": 0
|
||||
},
|
||||
"nonce": "66",
|
||||
"nonce": "0x0000000000000042",
|
||||
"difficulty": "17179869184",
|
||||
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
"timestamp": "0x00",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"extraData": "0x",
|
||||
"gasLimit": "5000",
|
||||
"alloc": {
|
||||
"06219483E217c9aD479f76a95426f689eF4D5951": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue