当我运行程序“ eth.exe”(来自以太坊边境网站)时,系统提示我输入密码。我输入了密码,但是即使经过几个小时,我也没有收到任何命令行提示符。我只是得到了一个闪烁的光标,数小时后仍然存在。

Screenshot for what I get after running eth

作业系统:Windows 10
以太坊区块链:下载
其他信息:如上图所示。

我如何到达eth命令行解释器?

最佳答案

查看此问题的答案:https://ethereum.stackexchange.com/questions/1652/cant-enter-command-after-starting-eth

从以下位置下载最新的二进制文件:https://github.com/ethereum/webthree-umbrella/releases
和使用

 eth --frontier console

07-24 12:48