首次为 dApp 启动 geth

问题描述

我目前正在学习 ERC-20 教程。在使用 geth 连接 Rinkeby 时,我遇到了一些问题。

首先,我运行以下命令:

geth --rinkeby --rpc --rpcapi="personal,eth,network,web3,net" --ipcpath="\\\\.\\pipe\\geth.ipc"

这有效,但我在终端中收到错误消息:

ERROR[03-08|15:06:22.101] Unavailable modules in HTTP API list     unavailable=[network] available="[admin debug web3 eth txpool personal clique miner net]"

当我打开另一个终端来做

geth attach

我收到此错误

Fatal: Unable to attach to remote geth: no kNown transport for URL scheme "c"

geth attach ipc:\\\\.\\pipe\\geth.ipc

我收到此错误

Fatal: Unable to attach to remote geth: Invalid pipe address '\\\\.\\pipe\\geth.ipc'.

我使用的是版本:1.9.12-stable 和 Windows。这两个问题是否相关,我该怎么办?我是 geth 的新手,非常感谢您的帮助。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)