12月30日,Ethernodes网站最新数据显示,根据平均出块时间,缪尔冰川硬分叉预计2020年1月2日下午4:00进行,大约66%的节点已经准备好进行更改;34%的节点尚未做好准备。

据网站信息,目前币安、火币、Coinbase、Kraken、Bithumb、Gemini、Bitfinex等交易所暂未为此次升级做好准备。

12月23日,以太坊官方发布公告,宣布“缪尔冰川(Muir Glacier)”硬分叉计划在区块高度9,200,000进行(当时预计于北京时间2020年1月1日),以推迟难度炸弹,具体日期可能会因时间段和时区而有所变化。请在2019年12月30日之前升级节点,以考虑可变的阻止时间。
据Bitcoinist近日报道,Blockstream CSO Samson Mow日前指出,硬分叉的日期选择不当,大部分交易所、基础设施提供商和矿池尚未为此次升级做好准备。Bitcoinist文章称,1月1日对于加密市场来说相对不活跃。
公开报道显示,以太坊「难度炸弹」是以太坊开发人员2015年嵌入的一段代码,通过逐步增加区块链挖矿难度,从而人为减慢以太坊发行速度。这一机制是为了使以太坊向权益证明机制算法的巨大转变而设计。据称,如果出块时间太短(短于10秒)或者太长(长于20秒),则该机制会相应提高或降低挖矿难度。
12月24日,以太坊爱好者发文介绍称,近期,难度炸弹在2019年10月5日,区块高度860万处开始显现其影响,使平均出块时间上升;到了890万区块高度时,出块时间上升到14.3秒。
文中表示,平均出块时间会每10万个区块激增一次,预计到2020年2月,出块时间可能会上升到30秒。这会让整条链变得很慢而且难以使用。
文中提到,当时为避免推迟伊斯坦布尔升级(已于12月8日完成升级),众人决定以另一次独立的分叉来处理难度炸弹问题,这就是「缪尔冰川」的来历。
据TrustNodes11月21日消息,etherscan数据显示,以太坊区块链“难度炸弹”已经启动,矿工的整体区块奖励从每日约13500枚ETH降至约12600枚ETH。
该媒体称,以太坊2016年的每日区块奖励为3万枚ETH,经过网络升级后,这一数字在2017年底降至2万枚ETH,今年年初奖励再次降至14000枚。当时,以太坊区块链的出块时间已升至14.17秒。

据etherscan数据显示,ETH目前出块时间为17.2 s。截至发稿,ETH报价135.97美元,24小时上涨4.29%。
申明:本站所发布文章仅代表个人观点,不代表ChainXiu链嗅网立场。
提示:投资有风险,入市须谨慎。本资讯不作为投资理财建议。
相关推荐
-
How Far Can Decentralized Sequencers Go?
In Summary: Sequencers can address the scalability and performance limitations of the Ethereum network. They alleviate the burden on the Ethereum main chain by sorting and batch processing on-chain transactions, thus shifting most of the computational and data storage work to Layer 2. The decentralized sequencers’ capability ceiling depends on the underlying protocol and the network environment. While decentralized sequencers can improve the security and resilience of a system, there are still limitations and challenges.
Sequencers are a core component of rollup networks, responsible for crucial operations including receiving, sorting, and executing transactions, as well as submitting transaction data. If the only sequencer in a network fails or becomes unavailable, the whole network will stop processing transactions. However, many of the existing rollup solutions only have a single sequencer, making them far less decentralized than some centralized Layer1 alternatives. Therefore, the importance of decentralized sequencers is self-evident, and promising decentralized sequencers should effectively increase the decentralization of a network with optimized design and implementation.
Importance of Sequencers
Existing rollup solutions include zero-knowledge proofs (ZKPs) based zk-Rollups and optimistic execution-based Optimistic Rollups. These solutions are more scalable than monolithic Layer1s. But they still have their respective issues.
Issues with zk-Rollups:
-
Computational complexity: Using ZKPs to verify the correctness and legitimacy of transactions requires a significant amount of computational resources and time. This may result in transaction-processing delays and high computational costs.
-
Dependency on verifiability: Zk-Rollups rely on external verifiability, meaning that external supervisors are required to verify the correctness of ZK proofs. This may introduce trust issues and centralization risks.
Issues with Optimistic Rollups:
-
Reversibility: Optimistic Rollups work on an “optimistic” assumption that all transactions submitted are valid and conflict-free. However, if there are conflicts or invalid transactions, the entire system may have to roll back and re-execute, leading to uncertainties and processing delays.
-
MEV: Optimistic Rollups may face MEV (Maximal Extractable Value) issues, such as manipulated and unfair transaction ordering.
These issues reduce the performance and security of existing rollup solutions and may impact usability and user experience. The introduction of new designs like sequencers to improve the performance and decentralization of rollups is key to addressing these issues. Sequencers can increase throughput and compress transaction data. Specifically, they order transactions according to predetermined rules, which can not only enhance the efficiency and throughput of transaction processing but also reduce conflicts and competition among transactions. Sequencers also compress transactions, bundling multiple transactions into a single one, thereby reducing the scale of transaction data. Such compression helps reduce the costs for on-chain storage and transmission while improving the whole system’s efficiency.
Disadvantages of Centralized Sequencers
Most of the existing rollup service providers maintain their own centralized sequencers as it’s more convenient and cheaper. However, the disadvantages are also evident, including but not limited to susceptibility to censorship, excessive fees, and opportunities for capturing MEV maliciously.

Sequencer decentralization is considered an important direction for rollup maturing and a promising alternative to avoid the disadvantages of centralized sequencers. Decentralized sequencers are believed to offer more security, liveness, and censorship resistance. But they are not easy to design and implement. And the best solutions should make wise trade-offs among various factors, including performance, decentralization, and security.

Towards Decentralization
The current technology for decentralized sequencers is crude and can be improved by finding more effective ordering algorithms, implementing more robust validation mechanisms, creating smarter designs, etc. We’ve summarized below some meaningful decentralization approaches that are currently being explored. And as technology evolves, we expect decentralized sequencers to have higher throughput, faster confirmation speed, and lower latency as well as higher security and composability.
-
Proof-of-Authority (PoA): In this approach, a handful of entities are selected to take turns operating sequencers in a PoA system. The approach improves censorship resistance and has the lowest latency. But the drawback is it still faces the risk of single-point failure.
-
Based Sequencing: In this approach, there are no privileged sequencers, and anyone can submit batches to L2. Transaction ordering and block proposing are deferred to the Data Availability (DA) layer. The advantage is it inherits the liveness and censorship resistance of the DA layer. But the downside is the proceeds may leak to the base layer and it is more susceptible to MEV attacks. Also, the confirmation time is long.
-
Distributed Validator Technology (DVT): With DVT, the responsibilities of running a single sequencer can be distributed across a cluster of machines and node operators. Each node operator can sign independent attestations using their fractional share of the validator key. This approach offers the flexibility to be plugged into other solutions, but it introduces a little latency.
-
Shared Sequencing: This solution allows many rollups to share a single decentralized network of sequencers. This shared sequencer network processes transactions on several chains in parallel and provides cross-chain atomicity, real-time censorship resistance, and strong economic security at the sequencing layer. Shared sequencers have the network effect of serving multiple chains, but they are still limited by the L1’s data and transaction ordering throughput.
-
Bootstrapping New Sequencer Sets: This approach creates a decentralized sequencer group without permission using token incentive mechanisms. This approach involves creating a decentralized sequencer set permissionlessly by adopting token incentives. The advantage is increasing token utility, but the downsides are the latency and the difficulty of implementation for lesser-known rollups. Despite the benefits offered by decentralized sequencers, each technical approach has its own tradeoffs.

Potential Opportunities
Now, let’s take a step back and ask the question of whether decentralized sequencers can permanently solve Ethereum’s problems. Do they at the same time introduce hidden risks to Ethereum?
Firstly, for solutions that utilize the Ethereum L1 for sequencing such as based sequencing, the rollup system’s performance will be fundamentally limited by the throughput on L1 and can only alleviate computational bottlenecks and achieve small factor improvements in communication complexity.
Secondly, network conditions are also an important consideration. The stability and synchronicity of the network will directly impact the liveness and security of sequencers. Sequencers will lose liveness when the network behaves asynchronously and fail to respond to transactions timely. Only in networks with good synchronicity can sequencers maintain reliable liveness degrees.
Therefore, infrastructure could be a potential investment opportunity. That includes sequencer service providers, security auditors, cross-chain solution providers as well as governance and participation platforms, etc. The solutions offered by these infrastructure providers might solve the problems with existing decentralized sequencing approaches. But it should be noted that decentralized sequencing is only one possible direction that the Ethereum community is exploring to elevate performance and scalability. It’s not the only way. Also, new solutions will emerge as technology advances. We expect decentralized sequencing solutions to evolve in the following directions.
-
Multi-chain Interoperability: With the emergence of various blockchains and Layer 2 solutions, multi-chain interoperability could become an essential aspect of decentralized sequencers. Future sequencers may need to handle transactions across multiple chains simultaneously and achieve atomic composability to provide smoother user experiences and more powerful functionalities.
-
Stronger MEV Prevention and User Protection: Future sequencers would be able to reduce the impact of MEV and better protect users against monopoly pricing. This may include adopting random ordering mechanisms, reasonable transaction fee mechanisms, and improved privacy protection measures.
-
Enhanced Governance and Participation: To ensure the fairness and security of decentralized sequencers, future sequencers may introduce stronger governance and participation mechanisms. This can be achieved through token holder voting, validator elections, and decentralized decision-making by participants. More open and transparent governance mechanisms can promote community participation and drive the development of the system.
In conclusion, as decentralized sequencers continue to evolve, we expect to see more business model innovations. These may include different transaction fee models and sequencer-based data services and on-chain applications, and more. Innovative business models will provide more economic incentives for sequencers, thereby promoting their widespread adoption and sustainable development.
About Bing Ventures
With a team of veteran financial professionals, researchers, and technologists, Bing Ventures is a pioneering venture capital firm that backs startups and entrepreneurs driving the next wave of Web3 and blockchain innovations.
For more information, please visit us at the following channels:
Website: https://www.bing-ventures.com/
Twitter: https://twitter.com/BingVentures
Medium: https://medium.com/@BingVentures
Telegram: https://t.me/Bing_Ventures
If you find submirror valuable, please consider donate to wong2.eth to help cover server cost.
-
-
Azuki:它能成为东方的BAYC吗?
原文:Azuki:它能成为东方的BAYC吗?作者:MemeMio编辑:Sloth Run Azuki火了! 由TeamAzuki创建,主打类二次元风格的头像NFT “Azuki”,…
