From 4ab1416bb86bb5ee6dbab2031ac75c988e746efa Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Thu, 25 Apr 2019 06:16:02 +0300 Subject: [PATCH] Adjustments to ansible miner services; New genesis block --- deploy/geth/genesis.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/geth/genesis.json b/deploy/geth/genesis.json index bcc642373..00ac36a7c 100644 --- a/deploy/geth/genesis.json +++ b/deploy/geth/genesis.json @@ -1,14 +1,14 @@ { - "coinbase" : "0x973A688654D9b06546401DBA8A15d5D7e4f69062", - "difficulty" : "0x10000", + "coinbase" : "0xA87722643685B38D37ecc7637ACA9C1E09c8C5e1", + "difficulty" : "10000", "extraData" : "0x", - "gasLimit" : "0x8000000", + "gasLimit" : "8000000", "nonce" : "0x0112358132134550", "mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", "timestamp" : "0x00", "alloc": { - "0x973A688654D9b06546401DBA8A15d5D7e4f69062": {"balance": "100000000000000000000000"} + "0xA87722643685B38D37ecc7637ACA9C1E09c8C5e1": {"balance": "100000000000000000000000"} }, "config": { "chainId": 112358, @@ -17,4 +17,4 @@ "eip158Block": 0, "byzantiumBlock": 0 } - } \ No newline at end of file +}