Skip to content

Instantly share code, notes, and snippets.

@Diasauezov
Forked from dickolsson/genesis.json
Created March 6, 2025 13:54
Show Gist options
  • Save Diasauezov/4deda5aea2715872cd06ac12fec29db4 to your computer and use it in GitHub Desktop.
Save Diasauezov/4deda5aea2715872cd06ac12fec29db4 to your computer and use it in GitHub Desktop.
Example genesis.json for an Ethereum blockchain
{
"config": {
"chainId": 33,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"nonce": "0x0000000000000033",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x8000000",
"difficulty": "0x100",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x3333333333333333333333333333333333333333",
"alloc": {}
}
@Diasauezov
Copy link
Author

GitBashHere

@Diasauezov
Copy link
Author

$ gethaccount new --datadir«каталог атауы»

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