我无法使用 private_net 从 geth(v1.8.3) 挖掘。但我不能增加我的账户余额。我想增加我的账户余额。
有没有人可以解决?
我的执行命令如下。
执行此命令后,我确认挖矿开始。
$ geth --datadir ~/private_net --port 7545 --networkid 1111 console 2>>node.log
$ eth.miner()
但余额不会增加。
$ eth.getBalance(eth.accounts[0])
创世纪.json
{
"config": {
"chainId": 10,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"alloc" : {},
"coinbase" : "0x0000000000000000000000000000000000000000",
"difficulty" : "0x20000",
"extraData" : "",
"gasLimit" : "0x2fefd8",
"nonce" : "0x0000000000000042",
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00"
}