forked from eth-classic/mordor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gethc.json
135 lines (135 loc) · 4.32 KB
/
gethc.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
130
131
132
133
134
135
{
"identity":"mordor",
"name":"Mordor Classic Testnet",
"network":7,
"consensus":"ethash",
"genesis":{
"nonce":"0x0000000000000000",
"timestamp":"0x5d9676db",
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData":"0x70686f656e697820636869636b656e206162737572642062616e616e61",
"gasLimit":"0x2fefd8",
"difficulty":"0x020000",
"mixhash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase":"",
"alloc":{},
"alloc_file":""
},
"chainConfig":{
"forks":[
{
"name":"Homestead",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
{
"id":"difficulty",
"options":{
"type":"homestead"
}
},
{
"id":"gastable",
"options":{
"type":"homestead"
}
}
]
},
{
"name":"GasReprice",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
{
"id":"gastable",
"options":{
"type":"eip150"
}
}
]
},
{
"name":"The DAO Hard Fork",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
]
},
{
"name":"Diehard",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
{
"id":"eip155",
"options":{
"chainID":63
}
},
{
"id":"gastable",
"options":{
"type":"eip160"
}
},
{
"id":"difficulty",
"options":{
"length":2000000,
"type":"ecip1010"
}
}
]
},
{
"name":"Gotham",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
{
"id":"reward",
"options":{
"era":2000000,
"type":"ecip1017"
}
}
]
},
{
"name":"Defuse Difficulty Bomb",
"block":0,
"requiredHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"features":[
{
"id":"difficulty",
"options":{
"type":"defused"
}
}
]
},
{
"name":"Atlantis",
"block":0,
"features":[
{
"id":"difficulty",
"options":{
"type":"atlantis"
}
}
]
}
],
"badHashes":[]
},
"bootstrap":[
"enode://03b133f731049e3f7be827339c3759be92778c05e54a1847d178c0fdb56fa168aa1e7e61fc77791a7afdd0328a00318f73c01212eb3f3bbe919f5ce8f5b4a314@192.227.105.4:32000",
"enode://1813e90a0afdd7c1e4892c5376960e3577a9e6c5a4f86fa405a405c7421a4a1608248d77cc90333842f13d8954d82113dec480cfb76b4fef8cb475157cf4d5f2@10.28.224.3:30000",
"enode://2b69a3926f36a7748c9021c34050be5e0b64346225e477fe7377070f6289bd363b2be73a06010fd516e6ea3ee90778dd0399bc007bb1281923a79374f842675a@51.15.116.226:30303",
"enode://621e28e529146fd501709194885f50540c494f1a2985d1fb4ec8769226b5cb0b0d1a11545926077821474c2767cdd87888ead8a2509a2c9069dd5584e4b1c3b8@10.28.223.8:30000",
"enode://a59e33ccd2b3e52d578f1fbd70c6f9babda2650f0760d6ff3b37742fdcdfdb3defba5d56d315b40c46b70198c7621e63ffa3f987389c7118634b0fefbbdfa7fd@51.15.116.226:30303"
],
"include":null
}