From 596df5fa88749ce3a8f995d2d832c2ca954bf5cd Mon Sep 17 00:00:00 2001 From: ikechukwu edwin Date: Wed, 7 Feb 2018 12:38:58 +0100 Subject: [PATCH] add genesis block --- genesis.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 genesis.json diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000..9663859 --- /dev/null +++ b/genesis.json @@ -0,0 +1,17 @@ +{ + "nonce": "0x0000000000000000", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "difficulty": "0x000", + "alloc": {}, + "coinbase": "0x0000000000000000000000000000000000000000", + "timestamp": "0x0", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "extraData": "0x", + "gasLimit": "0xffffffff", + "config": { + "chainId": 0, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + } +}