mirror of https://github.com/nucypher/nucypher.git
Adjustments to ansible miner services; New genesis block
parent
0ac2ae8f70
commit
4ab1416bb8
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"coinbase" : "0x973A688654D9b06546401DBA8A15d5D7e4f69062",
|
||||
"difficulty" : "0x10000",
|
||||
"coinbase" : "0xA87722643685B38D37ecc7637ACA9C1E09c8C5e1",
|
||||
"difficulty" : "10000",
|
||||
"extraData" : "0x",
|
||||
"gasLimit" : "0x8000000",
|
||||
"gasLimit" : "8000000",
|
||||
"nonce" : "0x0112358132134550",
|
||||
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"timestamp" : "0x00",
|
||||
"alloc": {
|
||||
"0x973A688654D9b06546401DBA8A15d5D7e4f69062": {"balance": "100000000000000000000000"}
|
||||
"0xA87722643685B38D37ecc7637ACA9C1E09c8C5e1": {"balance": "100000000000000000000000"}
|
||||
},
|
||||
"config": {
|
||||
"chainId": 112358,
|
||||
|
@ -17,4 +17,4 @@
|
|||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue