Allocate the coinbase some ether in the genesis block.
This commit is contained in:
parent
1aad331383
commit
94a85339c4
|
@ -2,6 +2,7 @@
|
||||||
"nonce": "0x0000000000000042",
|
"nonce": "0x0000000000000042",
|
||||||
"difficulty": "0x0",
|
"difficulty": "0x0",
|
||||||
"alloc": {
|
"alloc": {
|
||||||
|
"0x3333333333333333333333333333333333333333": {"balance": "15000000000000000000"}
|
||||||
},
|
},
|
||||||
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||||
"coinbase": "0x3333333333333333333333333333333333333333",
|
"coinbase": "0x3333333333333333333333333333333333333333",
|
||||||
|
|
Loading…
Reference in New Issue