Transactions
交易未在 Ropsten 上開採
我於 12 月 20 日在 Ropsten 網路上發起瞭如下所示的交易,但仍未被探勘
eth.getTransaction("0x03be33da1534059365be44459153829fce0e0ff1f9423a5f823c048dae680f4d") { blockHash: "0x0000000000000000000000000000000000000000000000000000000000000000", blockNumber: null, from: "0x39000b406ef0b3602a36eac3126ede1873b1a550", gas: 136158, gasPrice: 46000000000, hash: "0x03be33da1534059365be44459153829fce0e0ff1f9423a5f823c048dae680f4d", input: "0xa9059cbb00000000000000000000000096d495e9573520626e8432c63184f6de13d7a8b10000000000000000000000000000000000000000000000000000000000000014", nonce: 16, r: "0xc826a6f48d396876225c0a0e42d3e1db01b89291720df4075105fd57d1a7c960", s: "0x6fa6fe7904114eba91a717327aa5d9862dd01dbd36afa683d345c8ed9ddb6ec7", to: "0xeb1dcb768c1656721aeb0c1a727e84e0fec82ec7", transactionIndex: 0, v: "0x29", value: 0 }
這可能是什麼原因?
該交易在 geth txpool 中待處理(從該交易廣播)。
由於 nonce 高,目前 nonce 為 14,此交易 nonce 為 16。
我是 Ethereum 和 Ropsten 的新手,我遇到了同樣的問題。我等了兩天我的測試合約交易完成。當我再次開始探勘一些測試乙太幣時,我的交易在我開始探勘後幾分鐘內完成。我想我可能已經探勘了自己的交易?;) 我希望我兩天前就知道了。