Penulis :
(1) Lide Xue, Universitas Sains dan Teknologi China, Hefei, China (xldxld@mail.ustc.edu.cn);
(2) Wei Yang, Universitas Sains dan Teknologi China, Hefei, China (qubit@ustc.edu.cn);
(3) Wei Li, Universitas Sains dan Teknologi China, Hefei, China (wei123@mail.ustc.edu.cn).
Authors:
(1) Lide Xue, Universitas Sains dan Teknologi China, Hefei, China (xldxld@mail.ustc.edu.cn);
(2) Wei Yang, Universitas Sains dan Teknologi China, Hefei, China (qubit@ustc.edu.cn);
(3) Wei Li, Universitas Sains dan Teknologi China, Hefei, China (wei123@mail.ustc.edu.cn).
Tabel dari kiri
V. Analisis kinerja, keamanan dan decentralisasi EZchain
VII. Kesimpulan, Pengakuan, dan Referensi
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.
abstrakI. Pengantar
Dalam aplikasi blockchain, mencapai kinerja tingkat server pusat yang sama dengan web2.0 tanpa mengorbankan desentralisasi dan keamanan selalu menjadi hambatan kunci, juga dikenal sebagai segitiga blockchain tidak mungkin.
Mengenai tantangan di atas, dalam makalah ini kami memperkenalkan EZchain, solusi blockchain yang ditandai dengan kinerja tinggi, desentralisasi, dan keamanan yang kuat. Berbeda dari pseudo-desentralisasi, lapisan-2, dan konsep off-chain, EZchain mematuhi prinsip-prinsip desentralisasi, mencapai penemuan kinerja lapisan 1. EZchain secara teoritis menawarkan:
-
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 menerapkan algoritma konsensus perintis yang dirancang untuk meminimalkan konsensus, transmisi, dan informasi penyimpanan. Ini memperkenalkan struktur data baru, “nilai”, berbeda dari model UTXO di Bitcoin [1] atau model keseimbangan rekening. Kombinasi unik dari struktur data dan algoritma, menurut pengetahuan kami, mewakili pendekatan yang belum pernah terjadi sebelumnya di bidang skala blockchain. Alasan mendasar untuk kinerja EZchain yang luar biasa terletak pada stabilitas relatif dari jumlah “nilai”, dibandingkan dengan volume transaksi yang terus meningkat. Pergeseran ini dalam fokus pada transfer nilai menawarkan keunggulan unik dan strategi optimisasi atas metode tradisional. Untuk mengevaluasi secara empiris efektivitas EZchain, kami mengembangkan sistem simulasi prototipe[2], hasil eksperimental yang mengkororasi klaim EZborchain tentang melalui, skala, kecepatan konfirmasi transaksi, dan efis
Dokumen ini tersedia di arsip di bawah lisensi ATTRIBUTION-NONCOMMERCIAL-SHAREALIKE 4.0 INTERNATIONAL.
Kertas ini adalah
[1] Alternatifnya melibatkan penggunaan snapshot “world state” untuk verifikasi; Namun, ini masih tergantung pada konfirmasi validitas “world state”, baik validasi sendiri atau oleh node lain.
[2] github.com/Re20Cboy/Pengguna