我正在使用geth控制台从帐户[0]向帐户[1]发送一些以太币。但金额未反映在收款帐户中

时间:2019-04-30 18:02:08

标签: blockchain geth

我尝试使用miner.start()命令进行交易,但帐户余额仍然保持不变

> miner.start(8)
I0428 16:27:15.927553 miner/miner.go:136] Starting mining operation (CPU=8 TOT=9)
true
> I0428 16:27:15.932550 miner/worker.go:514] commit new work on block 393 with 2 txs & 0 uncles. Took 4.9972ms
> miner.stop()
true

enter image description here

0 个答案:

没有答案