Gas-Limit

提供但未定義的標誌:-targetgaslimit

  • July 11, 2016

我輸入targetgaslimit了選項,但是它返回了以下錯誤。

enter preformatted text here flag provided but not defined: -targetgaslimit

以下是命令。

$ geth --networkid "11" --nodiscover --datadir "hoge" --genesis "/hoge/myGenesis.json" --port "1234" --mine --targetgaslimit "4712388" --unlock myCoinbase --rpc --rpcaddr "localhost" --rpcport "8545" --rpccorsdomain "*" console

targetgaslimit選項被淘汰了嗎?

--targetgaslimit標誌已添加到此送出中,該送出包含在版本 1.4.0 中。如果您執行的是早期版本,則需要更新。


如何確定它在哪個版本中:

在顯示送出程式碼的頁面上,頂部有一個藍色框,顯示送出註釋。在該框的底部是一行Master,它是分支的名稱,以及一個標籤圖示,它顯示v1.4.9(這是目前版本)。點擊...標記旁邊的圖示會顯示包含此送出的發布版本列表。第一個(最舊的)是v1.4.0.

引用自:https://ethereum.stackexchange.com/questions/6988