github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/core/config/mainnet.json (about)

     1  {
     2      "identity": "mainnet",
     3      "name": "Ethereum Classic Mainnet",
     4      "state": null,
     5      "network": 1,
     6      "consensus": "ethash",
     7      "chainConfig": {
     8          "forks": [
     9              {
    10                  "name": "Homestead",
    11                  "block": 1150000,
    12                  "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    13                  "features": [
    14                      {
    15                          "id": "difficulty",
    16                          "options": {
    17                              "type": "homestead"
    18                          }
    19                      },
    20                      {
    21                          "id": "gastable",
    22                          "options": {
    23                              "type": "homestead"
    24                          }
    25                      }
    26                  ]
    27              },
    28              {
    29                  "name": "The DAO Hard Fork",
    30                  "block": 1920000,
    31                  "requiredHash": "0x94365e3a8c0b35089c1d1195081fe7489b528a84b22199c916180db8b28ade7f",
    32                  "features": []
    33              },
    34              {
    35                  "name": "GasReprice",
    36                  "block": 2500000,
    37                  "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    38                  "features": [
    39                      {
    40                          "id": "gastable",
    41                          "options": {
    42                              "type": "eip150"
    43                          }
    44                      }
    45                  ]
    46              },
    47              {
    48                  "name": "Diehard",
    49                  "block": 3000000,
    50                  "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    51                  "features": [
    52                      {
    53                          "id": "eip155",
    54                          "options": {
    55                              "chainID": 61
    56                          }
    57                      },
    58                      {
    59                          "id": "gastable",
    60                          "options": {
    61                              "type": "eip160"
    62                          }
    63                      },
    64                      {
    65                          "id": "difficulty",
    66                          "options": {
    67                              "length": 2000000,
    68                              "type": "ecip1010"
    69                          }
    70                      }
    71                  ]
    72              },
    73              {
    74                  "name": "Gotham",
    75                  "block": 5000000,
    76                  "requiredHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    77                  "features": [
    78                      {
    79                          "id": "reward",
    80                          "options": {
    81                              "era": 5000000,
    82                              "type": "ecip1017"
    83                          }
    84                      }
    85                  ]
    86              },
    87              {
    88                  "name": "Defuse Difficulty Bomb",
    89                  "block": 5900000,
    90                  "features": [
    91                      {
    92                          "id": "difficulty",
    93                          "options": {
    94                              "type": "defused"
    95                          }
    96                      }
    97                  ]
    98              }
    99          ],
   100          "badHashes": [
   101              {
   102                  "Block": 116522,
   103                  "Hash": "0x05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"
   104              }
   105          ]
   106      },
   107  	"include": [
   108  		"mainnet_genesis.json",
   109  		"mainnet_bootnodes.json"
   110  	]
   111  }