mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
[ added networks file ]
This commit is contained in:
parent
a063876749
commit
bc0e39c7c9
1 changed files with 57 additions and 0 deletions
57
networks/shyft.json
Normal file
57
networks/shyft.json
Normal file
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue