著者:
(1) Lide Xue, University of Science and Technology of China, Hefei, China (xldxld@mail.ustc.edu.cn)
(2) Wei Yang, University of Science and Technology of China, Hefei, China (qubit@ustc.edu.cn)
(3) Wei Li, University of Science and Technology of China, Hefei, China (wei123@mail.ustc.edu.cn)
Authors:
(1) Lide Xue, University of Science and Technology of China, Hefei, China (xldxld@mail.ustc.edu.cn)
(2) Wei Yang, University of Science and Technology of China, Hefei, China (qubit@ustc.edu.cn)
(3) Wei Li, University of Science and Technology of China, Hefei, China (wei123@mail.ustc.edu.cn)
左のテーブル
Abstract and I. Introduction (抽象とI.紹介)
V. EZchainのパフォーマンス、セキュリティ、分散化の分析
Abstract—The development of underlying technologies in blockchain mostly revolves around a difficult problem: how to enhance the performance of the system and reduce various costs of nodes (such as communication, storage and verification) without compromising the system’s security and decentralization. Various layer-1 and layer-2 protocols have provided excellent solutions for this challenge. However, they cannot yet be considered as a “silver bullet”. This paper proposes EZchain—a novel decentralized “scale-out” ledger system designed for web3.0, aiming to enable blockchain technology to truly support ledger applications in large-scale fully decentralized networks. Without compromising security and decentralization, EZchain successfully accomplishes the following milestones: 1) Scalability: The theoretical throughput of EZchain can be infinitely expanded, nearly unaffected by bandwidth and other resource constraints. 2) Consumer-Grade Hardware Compatibility: EZchain is designed to be compatible with consumer-grade hardware, supporting storage, computation, and verification requirements. 3) Efficient Transaction Confirmation: EZchain strives to maintain transaction confirmation delays within one minute. Our prototype experiment demonstrates that under typical daily bandwidth network conditions, EZchain’s performance in all aspects approaches that of the accounts in centralized payment systems. This provides a solid infrastructure for realizing mobile payments in web3.0.
抽象I.導入
ブロックチェーンアプリケーションでは、分散化とセキュリティを犠牲にせずにWeb2.0と同じ中央サーバーレベルのパフォーマンスを達成することは、ブロックチェーン不可能な三角形とも呼ばれる重要なブロックチェーン障壁でした。
上記の課題に関して、本論文では、高性能、分散化、そして強力なセキュリティによって特徴づけられたブロックチェーンソリューションであるEZchainを紹介しています。偽分散化、レイヤー2およびオフチェーン概念とは異なり、EZchainは分散化の原則を厳格に遵守し、レイヤー1のパフォーマンスの突破を達成しています。
-
A constant block size of approximately 0.5 Mb, capable of accommodating an unlimited number of transactions.
-
The performance of “scale-out” exhibits unbounded system throughput.
-
Transaction confirmation within seconds.
-
Feasibility for consumer-level storage, messaging, and verification costs for both consensus and account nodes.
-
Uncompromised security and decentralization.
EZchainはコンセンサス、転送、およびストレージ情報を最小限に抑えるように設計された先駆的なコンセンサスアルゴリズムを実装しています。これは、BitcoinのUTXOモデルまたはアカウントバランスのモデルとは異なり、新しいデータ構造、「価値」を導入します。このデータ構造とアルゴリズムのユニークな組み合わせは、私たちの知識では、ブロックチェーンスケーラビリティの分野で前例のないアプローチを表しています。 EZchainの驚くべきパフォーマンスの基本的な理由は、「価値」の量の相対的な安定性にあり、取引量の増加に反してです。この価値転送に焦点を当てた転換は、伝統的な方法よりもユニークな利点と
この論文は、ATTRIBUTION-NONCOMMERCIAL-SHAREALIKE 4.0 INTERNATIONAL ライセンスの下でアーカイブで利用できます。
この紙は
[1] 代替案は、「世界状態」のスナップショットを使用して検証することであるが、これは依然として「世界状態」の有効性の確認に依存するものであり、自ら検証するか、または他のノードによって検証されるものである。
[2] github.com/Re20Cboy/Ezchain-py