如何在本地测试网以太坊中获得确认?

时间:2019-04-05 14:03:11

标签: ethereum smartcontracts go-ethereum geth

我想在本地测试网的各个钱包之间发送以太币。我用盖特。

我在控制台中启动矿工: geth --mine --rpc --networkid 1999 --datadir ~/re/projects/smartcontracts/

在测试网中打开以太坊钱包: open -a /Applications/Ethereum\ Wallet.app --args --rpc ~/re/projects/smartcontracts/geth.ipc

并在帐户之间发送令牌。 但是我得到12个确认中的0个。

我需要怎么做才能得到确认?

0 个答案:

没有答案