forked from zscole/nazgul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgethc.json
133 lines (131 loc) · 4.5 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
{
"identity":"nazgul",
"name":"nazgul",
"network":88,
"consensus":"ethash",
"genesis":{
"nonce":"0x0000000000000539",
"timestamp":"0x42",
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData":"0xdeadbeefcafe1337",
"gasLimit":"0x2fefd8",
"difficulty":"0x020000",
"mixhash":"0x00000000000000000000000000000000000000647572616c65787365646c6578",
"coinbase":"",
"alloc":{"78917a33afc0edf7eaafd2638de764822c6ec2c3":{"balance":"1000000000000000000000000000"},"84667b856a2f27eeb53fa4f94acb3e2da640f779":{"balance":"1000000000000000000000000000"},"85bfb50a2609c8bc38e6d6f70fded2141665616b":{"balance":"1000000000000000000000000000"},"a12930b531100776e1bd4e1ff166c6fdf5e3b112":{"balance":"1000000000000000000000000000"},"a51ba9984156d74ec6bccfde7b322596a7707d65":{"balance":"1000000000000000000000000000"},"cb5231efdb45ad48a42e24c6e955a479b18270ce":{"balance":"1000000000000000000000000000"}},
"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":1447
}
},
{
"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":[
],
"include":null
}