首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Rinkeby和Raspberry上以光模式运行

在Rinkeby和Raspberry上以光模式运行
EN

Ethereum用户
提问于 2019-02-12 09:24:00
回答 1查看 501关注 0票数 1

我正在试着运行geth --light --cache 64 --rinkeby,但是它失败了。

INFO [02-12|08:58:16] IPC endpoint opened: /home/pi/.ethereum/rinkeby/geth.ipc

我在用盖斯做覆盆子。

全部产出如下:

代码语言:javascript
复制
geth --light --cache 64 --rinkeby
INFO [02-12|08:58:16] Starting peer-to-peer node               instance=Geth/v1.7.3-stable-4bb3c89d/linux-arm/go1.7.4
INFO [02-12|08:58:16] Allocated cache and file handles         database=/home/pi/.ethereum/rinkeby/geth/lightchaindata cache=64 handles=1024
INFO [02-12|08:58:16] Initialised chain configuration          config="{ChainID: 4 Homestead: 1 DAO: <nil> DAOSupport: true EIP150: 2 EIP155: 3 EIP158: 3 Byzantium: 1035301 Engine: clique}"
INFO [02-12|08:58:16] Loaded most recent local header          number=10815 hash=d783a3…2cb71d td=21429
INFO [02-12|08:58:16] Starting P2P networking 
INFO [02-12|08:58:16] RLPx listener up                         self="enode://b8f1470420a00d38eef1d248c81fa6339af942bf2eaeb62b46ba26f3db6a0f1435b23486b741e5d998a681213e7cf467f3b1096497af10267499ac7b0f9099df@[::]:30303?discport=0"
WARN [02-12|08:58:16] Light client mode is an experimental feature 
ERROR[02-12|08:58:16] Failed to retrieve current release       err="can't fetch trie key ff59dc520c6c214bf3711461287c619f740a46852d93cc5a8e998966582e7cf3: no suitable peers available"
INFO [02-12|08:58:16] IPC endpoint opened: /home/pi/.ethereum/rinkeby/geth.ipc

我在我的macOS Mojave上尝试了相同的命令,它运行得很好,在打开IPC端点之后,它继续导入块和状态。

我应该假设这是机器的问题吗?

EN

回答 1

Ethereum用户

发布于 2019-03-11 11:01:12

你用的是哪种版本的?我在1.7.3上也遇到了同样的问题,然后升级到了最新的armv7版本,即目前的1.8.23。然后我可以看到块头。我在Pi上看不到我的以太,也找不到任何同伴。但升级后,它运转良好。

票数 0
EN
页面原文内容由Ethereum提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://ethereum.stackexchange.com/questions/66973

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档