Chainlink节点部署中,遇到ETH ChainID与Config.ChainID不吻合的问题

发布于 2022-09-12 22:20:02 字数 1609 浏览 15 评论 0

I have an issue while launching my chainlink node with the ethereum client service (infura.io).

I have this warning :

Failed to connect to ethereum node wss://kovan.infura.io/ws/v3/ services/head_tracker.go:288 
err=verifyEthereumChainID failed: ethereum ChainID doesn't match chainlink config.ChainID: config 
ID=4, eth RPC ID=42 errVerbose=ethereum ChainID doesn't match chainlink config.ChainID: config ID=4, 
eth RPC ID=42
verifyEthereumChainID failed
github.com/smartcontractkit/chainlink/core/services.(*HeadTracker).subscribeToHead
    /chainlink/core/services/head_tracker.go:552
github.com/smartcontractkit/chainlink/core/services.(*HeadTracker).subscribe
    /chainlink/core/services/head_tracker.go:286
github.com/smartcontractkit/chainlink/core/services.(*HeadTracker).listenForNewHeads
    /chainlink/core/services/head_tracker.go:258
runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1374`

and also i have this information :

[INFO]  HeadTracker: Head 22528634 is lagging behind, there are 2 more heads in the queue. Your node 
is operating close to its maximum capacity and may start to miss jobs. services/head_tracker.go:90` 

and finally an error appears :

[ERROR] HeadTracker: dropping head 22529006 with hash 
0x0f7cf003aea4411b0f159ddfeae3bee7f5a4141cbfdbc418eb9615d7aa8d09ee because queue is full. WARNING: 
Your node is overloaded and may start missing jobs. logger/default.go:155   
stacktrace=github.com/smartcontractkit/chainlink/core/logger.Errorf` 

Can you help me to solve this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文