Go-Ethereum

如何將 geth 帳戶導入 eth?

  • February 19, 2016

~/.ethereum/keystore我前一段時間使用時有兩個帳戶geth

我有一台新電腦,只重新編譯了 C++ 版本,eth.

web3.admin.eth.allAccounts()如果我沒記錯的話,只返回一個似乎儲存在 ~/.web3/keys 下的帳戶。

我是否有可能將我的geth帳戶導入其中eth

您可以使用 eth 附帶的ethkey工具。

只需導入錢包

ethkey import mygethkey.json "My Key Name"

只需替換mygethkey.json為密鑰文件的路徑即可。

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