From b57b894a5c94ba4b69a7a0d7e8edfc98294ddfb3 Mon Sep 17 00:00:00 2001 From: ikechukwu edwin Date: Wed, 7 Feb 2018 12:45:30 +0100 Subject: [PATCH] remove genesis block :) --- genesis.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 genesis.json diff --git a/genesis.json b/genesis.json deleted file mode 100644 index 9663859..0000000 --- a/genesis.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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 - } -}