github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/genesis_example/genesis_pluto.json (about)

     1  {
     2    "config": {
     3      "chainId": 6,
     4      "pluto": {
     5        "period": 6,
     6        "epoch": 6000
     7      }
     8    },
     9    "nonce": "0x0",
    10    "timestamp": "0x59f83144",
    11    "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000e8ffc3d0c02c0bfc39b139fa49e2c5475f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    12    "gasLimit": "0x47b760",
    13    "difficulty": "0x1",
    14    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    15    "coinbase": "0x0000000000000000000000000000000000000000",
    16    "alloc":{
    17      "0x2d0e7c0813a51d3bd1d08246af2a8a7a57d8922e": {"balance": "100000000000000000000"},
    18      "0xe20bfe3c8777036ca0ab03f3bcbbfb438d97dd91": {"balance": "100000000000000000000"},
    19      "0x9da26fc2e1d6ad9fdd46138906b0104ae68a65d8": {"balance": "100000000000000000000"},
    20      "0xb02737095f945768ca983a60e0ba92b758111111": {"balance": "10000000000000000000000000000000000000"},
    21      "0xb752027021340f2fec33abc91daf198915bbbbbb": {"balance": "10000000000000000000000000000000000000"},
    22      "0xe8ffc3d0c02c0bfc39b139fa49e2c5475f000000": {"balance": "10000000000000000000000000000000000000"}
    23    },
    24    "number": "0",
    25    "gasUsed": "0x0",
    26    "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
    27  }
    28