From 95e53c72e181daa25867c34b663aff28c524f700 Mon Sep 17 00:00:00 2001 From: qgzhao197504050036 Date: Sun, 24 Dec 2017 11:42:46 +0800 Subject: [PATCH] 2017-12-24 --- genesis.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 genesis.json diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000000..1a4b5fc4ca --- /dev/null +++ b/genesis.json @@ -0,0 +1,22 @@ +{ + "config": { + "chainId": 20180101, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + }, + "nonce": "0x0000000000000042", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "difficulty": "0xf00", + "coinbase": "0x3333333333333333333333333333333333333333", + "timestamp": "0x0", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "extraData": "0x", + "gasLimit": "0x8000000", + "alloc": { + "0xf933b0cf38a270938b9d6bb41f004374363c3ec0": + { "balance": "100000000000000000000000000" } + + } + } +} \ No newline at end of file