-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathparity-spec-etc.json
50 lines (50 loc) · 1.28 KB
/
parity-spec-etc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ecip1041",
"engine": {
"Ethash": {
"params": {
"minimumDifficulty": "0x20000",
"difficultyBoundDivisor": "0x800",
"durationLimit": "0xd",
"blockReward": "0x4563918244F40000",
"registrar": "0x81a4b044831c4f12ba601adb9274516939e9b8a2",
"homesteadTransition": 20,
"eip150Transition": 60,
"eip155Transition": 70,
"eip160Transition": 70,
"eip161abcTransition": 70,
"eip161dTransition": 70,
"ecip1010PauseTransition": 80,
"ecip1010ContinueTransition": 130,
"ecip1017EraRounds": 130,
"bombDefuseTransition": 180
}
}
},
"params": {
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": 42,
"gasLimitBoundDivisor": "0x400"
},
"genesis": {
"seal": {
"ethereum": {
"nonce": "0x00006d6f7264656e",
"mixHash": ""
}
},
"difficulty": "0x100000",
"author": "",
"timestamp": "",
"parentHash": "",
"extraData": "",
"gasLimit": "0x2FEFD8"
},
"accounts": {
"0x922f43c4fa8df83e5a6dd907b95564a996d302bf": {
"balance": "500000000000000000000000"
}
}
}