LightChain: A DHT-based Blockchain for Resource Constrained Environments
Yahya Hassanzadeh-Nazarabadi, Alptekin K\"up\c{c}\"u, \"Oznur, \"Ozkasap

TL;DR
LightChain introduces a DHT-based blockchain architecture optimized for resource-constrained environments, enhancing efficiency, fairness, and security while significantly reducing storage and bootstrap times compared to traditional blockchains.
Contribution
It is the first blockchain architecture utilizing a DHT for efficient, fair, and secure operation in resource-limited settings, with proven scalability and performance benefits.
Findings
Requires 66 times less storage per node compared to Bitcoin and Ethereum.
Is approximately 380 times faster in bootstrapping a new node.
Demonstrates security and fairness through mathematical analysis and experiments with 10K nodes.
Abstract
As an append-only distributed database, blockchain is utilized in a vast variety of applications including the cryptocurrency and Internet-of-Things (IoT). The existing blockchain solutions have downsides in communication and storage efficiency, convergence to centralization, and consistency problems. In this paper, we propose LightChain, which is the first blockchain architecture that operates over a Distributed Hash Table (DHT) of participating peers. LightChain is a permissionless blockchain that provides addressable blocks and transactions within the network, which makes them efficiently accessible by all the peers. Each block and transaction is replicated within the DHT of peers and is retrieved in an on-demand manner. Hence, peers in LightChain are not required to retrieve or keep the entire blockchain. LightChain is fair as all of the participating peers have a uniform chance of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Caching and Content Delivery · Peer-to-Peer Network Technologies
