我按照这个答案将Mist连接到testrpc:https://ethereum.stackexchange.com/a/10109/5995
使用参数启动Mist的命令在OS上不起作用,所以我尝试了这样做,但也不起作用(Mist在testnet上打开):open -a /Applications/Mist.app/Contents/MacOS/Mist --args rpc localhost:8545
我该怎么做呢?
发布于 2017-08-05 00:04:05
至于我(使用Ethereum客户端) macOS (2017年8月)
"/Applications/Ethereum Wallet.app/Contents/MacOS/Ethereum Wallet" --rpc http://localhost:8545发布于 2017-12-30 19:02:39
这是最新的迷雾0.9.3的正确命令-
open -a /Applications/Mist.app --args --rpc <path/to/your/geth.ipc>
发布于 2019-10-24 02:14:38
这对我来说很有用
打开-a /Applications/Mist.app -args --rpc < geth.ipc路径>
我正在使用ios mojave
https://ethereum.stackexchange.com/questions/11757
复制相似问题