Skip to content

Instantly share code, notes, and snippets.

@jashmenn
Created August 2, 2017 20:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jashmenn/f1336e4e69b8007bbce883ace96af3ea to your computer and use it in GitHub Desktop.
Save jashmenn/f1336e4e69b8007bbce883ace96af3ea to your computer and use it in GitHub Desktop.
{
"config": {
"chainId": 101,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc" : {},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x400",
"extraData" : "",
"gasLimit" : "0x2fefd8",
"nonce" : "0x0000000000000042",
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00"
}
@vikkids4
Copy link

vikkids4 commented Mar 9, 2022

Using Geth version 1.10.13 I saw this fatal message the terminal output using this config as is:

Fatal: Failed to write genesis block: unsupported fork ordering: eip150Block not enabled, but eip155Block enabled at 0

I added "eip150Block": 0, to the "config" object to resolve this message.

@nathankrishnan thanks it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment