From bc0e39c7c913e4f2b4f98da82b9e9e70a5970ead Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 15 Mar 2018 22:02:15 -0400 Subject: [PATCH] [ added networks file ] --- networks/shyft.json | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 networks/shyft.json diff --git a/networks/shyft.json b/networks/shyft.json new file mode 100644 index 0000000000..9b0e50176b --- /dev/null +++ b/networks/shyft.json @@ -0,0 +1,57 @@ +{ + "name": "Shyft::ShakeDown", + "dataDir": "shyft", + "engine": { + "Ethash": { + "params": { + "minimumDifficulty": "0x020000", + "difficultyBoundDivisor": "0x0800", + "durationLimit": "0x0d", + "blockReward": "0x4563918244F40000", + "homesteadTransition": "0x0", + "eip150Transition": "0x0", + "eip160Transition": "0x0", + "eip161abcTransition": "0x0", + "eip161dTransition": "0x0", + "eip649Reward": "0x4563918244F40000", + "eip100bTransition": "0x0", + "eip649Transition": "0x0", + "subprotocolName": "shyft" + } + } + }, + "genesis": { + "seal": { + "ethereum": { + "nonce": "0x0000000000000042", + "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000" + } + }, + "difficulty": "0x000100000", + "gasLimit": "0x16E6387" + }, + "params": { + "chainID" : "0x7FFFFFFF", + "networkID" : "0x7FFFFFFF", + "maximumExtraDataSize": "0x20", + "minGasLimit": "0x1388", + "gasLimitBoundDivisor": "0x0400" + }, + "accounts": { + "0x43EC6d0942f7fAeF069F7F63D0384a27f529B062" : { + "balance": "200000000000000000000" + }, + "0x9e602164C5826ebb5A6B68E4AFD9Cd466043dc4A" : { + "balance": "300000000000000000000" + }, + "0x5Bd738164C61FB50eb12E227846CbaeF2dE965Aa" : { + "balance": "400000000000000000000" + }, + "0xC04eE4131895F1d0C294D508AF65D94060AA42BB" : { + "balance": "500000000000000000000" + }, + "0x07D899C4aC0c1725C35C5f816e60273B33a964F7" : { + "balance": "100000000000000000000" + } + } +}