Adjustments to ansible miner services; New genesis block

pull/1040/head
Kieran Prasch 2019-04-25 06:16:02 +03:00
parent 0ac2ae8f70
commit 4ab1416bb8
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 5 additions and 5 deletions

View File

@ -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
}
}
}