This repository was archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathmorden.json
129 lines (129 loc) · 3.93 KB
/
morden.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"identity": "morden",
"name": "Morden Testnet",
"state": {
"startingNonce": 1048576
},
"network": 2,
"consensus": "ethash",
"chainConfig": {
"forks": [
{
"name": "Homestead",
"block": 494000,
"requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"features": [
{
"id": "difficulty",
"options": {
"type": "homestead"
}
},
{
"id": "gastable",
"options": {
"type": "homestead"
}
}
]
},
{
"name": "GasReprice",
"block": 1783000,
"requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"features": [
{
"id": "gastable",
"options": {
"type": "eip150"
}
}
]
},
{
"name": "The DAO Hard Fork",
"block": 1885000,
"requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"features": []
},
{
"name": "Diehard",
"block": 1915000,
"requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"features": [
{
"id": "eip155",
"options": {
"chainID": 62
}
},
{
"id": "gastable",
"options": {
"type": "eip160"
}
},
{
"id": "difficulty",
"options": {
"length": 2000000,
"type": "ecip1010"
}
}
]
},
{
"name": "Gotham",
"block": 2000000,
"requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"features": [
{
"id": "reward",
"options": {
"era": 2000000,
"type": "ecip1017"
}
}
]
},
{
"name": "Defuse Difficulty Bomb",
"block": 2300000,
"features": [
{
"id": "difficulty",
"options": {
"type": "defused"
}
}
]
},
{
"name": "Atlantis",
"block": 4729274,
"features": [
{
"id": "difficulty",
"options": {
"type": "atlantis"
}
}
]
}
],
"badHashes": [
{
"Block": 383792,
"Hash": "0x9690db54968a760704d99b8118bf79d565711669cefad24b51b5b1013d827808"
},
{
"Block": 1915277,
"Hash": "0x3bef9997340acebc85b84948d849ceeff74384ddf512a20676d424e972a3c3c4"
}
]
},
"include" : [
"morden_genesis.json",
"morden_bootnodes.json"
]
}