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

     1  {
     2      "genesis": {
     3          "nonce": "0x00006d6f7264656e",
     4          "timestamp": "",
     5          "parentHash": "",
     6          "extraData": "",
     7          "gasLimit": "0x2FEFD8",
     8          "difficulty": "0x020000",
     9          "mixhash": "0x00000000000000000000000000000000000000647572616c65787365646c6578",
    10          "coinbase": "",
    11  		"alloc_file": "test_genesis_alloc.csv",
    12  		"alloc": {
    13  			"0000000000000000000000000000000000000001": {"balance": "1"},
    14  			"0000000000000000000000000000000000000002": {"balance": "1"},
    15  			"0000000000000000000000000000000000000003": {"balance": "1"}
    16  		}
    17      }
    18  }