以太坊Goerli

发布于 2025-02-13 23:27:03 字数 821 浏览 0 评论 0原文

我已经使用以下命令运行以太坊Goerli网络:

geth --goerli --datadir="/mnt/sdc1/ethereum/goerli/" --port="30304"  --cache 4096 --http --http.addr="0.0.0.0" --http.port="8546" --http.vhosts="*" --http.corsdomain="*" --http.api="admin, debug, web3, eth, txpool, personal, clique, miner, net" --authrpc.jwtsecret=/tmp/jwtsecret --authrpc.vhosts="*" --authrpc.port=8553 --allow-insecure-unlock --mine --miner.threads=4  --miner.etherbase '0x...'

使用已启用矿工和以太店,但没有开始采矿。 我在日志中看到了下一个:

INFO [07-07|19:01:18.501] Commit new sealing work                  number=7,186,017 sealhash=3033a3..979541 uncles=2 txs=22   gas=29,479,757 fees=0.04464585701   elapsed=108.735ms
WARN [07-07|19:01:18.501] Block sealing failed                     err="unauthorized signer"

怎么了? 如何在以太坊网络中启用采矿? 谢谢

I've run the Ethereum Goerli Network with the following command:

geth --goerli --datadir="/mnt/sdc1/ethereum/goerli/" --port="30304"  --cache 4096 --http --http.addr="0.0.0.0" --http.port="8546" --http.vhosts="*" --http.corsdomain="*" --http.api="admin, debug, web3, eth, txpool, personal, clique, miner, net" --authrpc.jwtsecret=/tmp/jwtsecret --authrpc.vhosts="*" --authrpc.port=8553 --allow-insecure-unlock --mine --miner.threads=4  --miner.etherbase '0x...'

with enabled miner and etherbase, but mining is not started.
I've seen the next in logs:

INFO [07-07|19:01:18.501] Commit new sealing work                  number=7,186,017 sealhash=3033a3..979541 uncles=2 txs=22   gas=29,479,757 fees=0.04464585701   elapsed=108.735ms
WARN [07-07|19:01:18.501] Block sealing failed                     err="unauthorized signer"

What's wrong?
How can I enable mining in Ethereum Goerly Network?
Thank's

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必在意 2025-02-20 23:27:03

截至2022年8月11日,Goerli网络“合并”为验证网络,该网络由验证者而不是矿工确保了验证者。

如果有兴趣,请提供有关如何成为Goerli验证者的指南: https://coinmarketcap.com/alexandria/article/how-to-set-up--n-2-0-0-validator-on-goerli-testnet

As of August 11th, 2022, the Goerli network "merged" to be proof-of-stake network secured by validators who stake testnet ETH tokens rather than by miners.

There is a guide on how to become a Goerli validator here, if interested: https://coinmarketcap.com/alexandria/article/how-to-set-up-an-eth-2-0-validator-on-goerli-testnet

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文