Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

548 papersLast indexed Aug 31, 2026
Search papers

Paper index

548 results · page 18 of 23

Clear filters
Feb 11, 2019·arXiv (Cornell University)
28 cites
Verifiable Smart Contract Portability

Martin Westerkamp

With the advent of blockchain technologies, the idea of decentralized applications has gained traction. Smart contracts permit the implementation of application logic to foster distributed systems that are capable of removing intermediaries. Hereby, lock in effects originating from isolated data storage and central authorities are mitigated. Yet, smart contracts deployed to a ledger generate dependencies on the underlying blockchain. Over time, requirements regarding contract execution may detach from the utilized blockchain due to contradicting incentives and security or performance issues. To avoid a novel form of lock in effect towards a host blockchain, we introduce a concept for smart contract portability that permits any user to migrate contract logic and state between blockchains in a flexible and verifiable manner. As the Ethereum Virtual Machine (EVM) is supported by a multitude of blockchain implementations, it poses a common execution environment for smart contracts. We provide a toolbox that facilitates smart contract portability between EVM-compatible blockchains without trust requirements in the entity executing the migration process. To prove the concept's soundness, we transfer token contracts based on the ERC20 standard as well as applications containing dependencies to other smart contracts. Our evaluation shows the validity of ported applications including their current states.

Open access
3 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Cloud Data Security Solutions
Original source
Feb 7, 2019·arXiv (Cornell University)
0 cites
A Japanese translation of "Prospective Hybrid Consensus for Project PAI" by Mark Harvilla, Jincheng Du

Mark Harvilla, Jincheng Du

PAI Coin's Proof-of-Work (PoW) consensus mechanism utilizes the double SHA-256 hashing protocol-- the same mechanism used by Bitcoin Core. This compatibility with classic Bitcoin-style mining provides low barrier to entry for PAI Coin mining, consequently rendering the PAI Coin network vulnerable to so-called 51% attacks, among others. To mitigate such risks, this paper proposes a hybrid Proof-of-Work, Proof-of-Stake (PoS) consensus mechanism and provides a detailed technical analysis of how such a mechanism would counter some of the PAI Coin network's inherent vulnerabilities, if successfully implemented. A detailed technical outline of blockchain-based PoW & PoS consensus, including their advantages and disadvantages, when used both independently and in the context of the hybrid model, is provided. An economic analysis of attacking a hybrid-powered PAI Coin network is presented, and a final recommendation for future development of PAI Coin consensus is made.

Open access
Blockchain Technology Applications and Security
Advanced Data Storage Technologies
Caching and Content Delivery
Original source
Feb 6, 2019·arXiv (Cornell University)
3 cites
Blockchain Storage Load Balancing Among DHT Clustered Nodes

Ryosuke Abe

In Bitcoin, to independently verify whether new transactions are correct or not, a type of a node called "Full Node" has to hold the whole of historical transactions. The transactions are stored in ledger called "Blockchain. " Blockchain is an append-only data structure. Thus, to operate Full Nodes, the required storage capacity would grow too large for resource-constrained devices. Due to the limitation, the existing lightweight node scheme is that a node relies on other Full Nodes. In this thesis, to reduce storage capacity with keeping the independence of each node, we propose a storage load balancing scheme "KARAKASA" using Distributed Hash Table (DHT). In KARAKASA, nodes distributedly keep the whole blockchain among DHT networked nodes. We evaluated KARAKASA from the view of storage capacity and independence. As a result, a node in a cluster does not need to trust other nodes. We concluded that nodes in a DHT cluster can behave like Full Nodes without holding the whole blockchain.

Open access
2 source records
cs.DC
Peer-to-Peer Network Technologies
Caching and Content Delivery
Original source
Feb 3, 2019·2019 IEEE International Conference on Decentralized Applications and Infrastructures (DAPPCON)
2 cites
An Alternative Paradigm for Developing and Pricing Storage on Smart Contract Platforms

Christos Patsonakis, Mema Roussopoulos

Smart contract platforms, the most notable of which is probably Ethereum, facilitate the development of important and diverse distributed applications (e.g., naming services and fungible tokens) in a simple manner. This simplicity stems from the inherent utility of employing the state of smart contracts to store, query and verify the validity of application data. In Ethereum, data storage incurs an underpriced, non-recurring, predefined fee. Furthermore, as there is no incentive for freeing or minimizing the state of smart contracts, Ethereum is faced with a tragedy of the commons problem with regards to its monotonically increasing state. This issue, if left unchecked, may lead to centralization and directly impact Ethereum's security and longevity. In this work, we introduce an alternative paradigm for developing smart contracts in which their state is of constant size and facilitates the verification of application data that are stored to and queried from an external, potentially unreliable, storage network. This approach is relevant for a wide range of applications, such as any key-value store. We evaluate our approach by adapting the most widely deployed standard for fungible tokens, i.e., the ERC20 token standard. We show that Ethereum's current cost model penalizes our approach, even though it minimizes the overhead to Ethereum's state and aligns well with Ethereum's future. We address Ethereum's monotonically increasing state in a two-fold manner. First, we introduce recurring fees that are proportional to the state of smart contracts and adjustable by the miners that maintain the network. Second, we propose a scheme where the cost of storage-related operations reflects the effort that miners have to expend to execute them. Lastly, we show that under such a pricing scheme that encourages economy in the state consumed by smart contracts, our ERC20 token adaptation reduces the incurred transaction fees by up to an order of magnitude.

Open access
2 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Advanced Data Storage Technologies
Original source
Jan 28, 2019·arXiv (Cornell University)
0 cites
On transaction parallelizability in Ethereum

Nadi Sarrar

Ethereum clients execute transactions in a sequential order prescribed by the consensus protocol. This is a safe and conservative approach to blockchain transaction processing which forgoes running transactions in parallel even when doing so would be beneficial and safe, e.g., when there is no intersection in the sets of accounts that the transactions read or modify. In this work we study the degree of transaction parallelizability and present results from three different simulations using real Ethereum transaction data. Our simulations demonstrate that notable gains are achievable with parallelization, and suggest that the potential for parallelizability improves as transaction rates increase.

Open access
2 source records
cs.DC
cs.CR
cs.PF
Original source
Jan 2, 2019·Journal of the Chinese Institute of Engineers
2 cites
A fair offline electronic cash scheme with multiple-bank in standard model

Yuxi Li, Fucai Zhou, Zifeng Xu

Offline electronic cash is a new and well-acknowledged type of e-cash scheme that can release the bank from participating in every spending protocol. However, it is still an unsolved problem to design a secure and efficient fair offline e-cash scheme. Considering this problem, in this paper, we have proposed a fair offline electronic cash scheme with multiple banks in pairing-based instantiation. We adopt Groth–Sahai non-interactive zero-knowledge proof technology in our scheme, to design non-interactive e-cash transactions. Additionally, inspired by Water’s group signature, our solution supports not only multiple users, but also users with accounts in different banks. Moreover, our scheme has efficient double-spending checking and a fair control mechanism. We have formally defined the security properties of the scheme in a standard model, and provided the detailed security proofs of the security properties concerning chosen ciphertext attack (CCA) anonymity, unforgeability and traceability. Analysis and comparison show that our scheme has advantages both in security and in efficiency.

Advanced Data Storage Technologies
Cryptography and Data Security
Peer-to-Peer Network Technologies
Original source
Jan 1, 2019·IEEE Access
20 cites
Storage Mechanism Optimization in Blockchain System Based on Residual Number System

Haojuan Mei, Zhen Gao, Zhaohui Guo, Ming Zhao · 5 authors

Huge storage volume is one of the main bottlenecks for the development of blockchain, so how to release the burden by optimizing the storage mechanism has become an important problem. Most of the current solutions would modify the architecture of blockchain, which weakens the characteristics of the decentralization, such as cloud storage. In this paper, a storage optimization mechanism based on residual number system is proposed to reduce the storage volume on each node. In addition, the recovery procedure of CRT-II (The new Chinese Remainder Theorem) is used to detect garbled data from devil nodes, which enable the proposed storage mechanism with strong fault tolerance capability. Both theoretical analysis and simulation results prove the effectiveness and reliability of the proposed scheme.

Open access
Blockchain Technology Applications and Security
Advanced Data Storage Technologies
Cloud Data Security Solutions
Original source
Jan 1, 2019·cIRcle (University of British Columbia)
0 cites
Latency-optimized distributed storage for blockchain in IoT network

Junyuan Leng

The architecture of integrating blockchain with Industry 4.0 IoT network has emerged in recent years. Industry 4.0 refers to the new concept of intelligent manufacturing paradigm, including Internet of Things (IoT), Cloud computing and Cyber-Physical System (CPS). Blockchain is a decentralized, distributed ledger system used to record transactions across multiple participants. Blockchain offers a way of recording data that is designed to be secure, reliable and auditable, which makes it a preferred solution for securing IoT network. However, traditional blockchain suffers from storage scalability issue because each blockchain node stores the entire blockchain. The storage scalability problem can be even worse when blockchain is used in IoT network due to the high volume of data generated by massive number of IoT sensors. In this thesis, we propose a distributed storage architecture for blockchain based on erasure coding. The property of erasure coding makes it possible to greatly reduce storage overhead for each node without affecting the overall data integrity. Furthermore, to minimize the latency of rebuilding data in this distributed storage architecture, we formulate a latency-cost trade-off optimization problem and propose an efficient and scalable algorithm. Simulation results show that our architecture can achieve up to 80% latency reduction compared with other widely used distributed storage architectures. In addition, our architecture can save up to 90% storage space for each node, which removes the largest obstacle for integrating blockchain into IoT network.

Open access
Advanced Data Storage Technologies
Caching and Content Delivery
Cryptography and Data Security
Original source
Jan 1, 2019·Lecture notes in computer science
8 cites
Multi-stage Contracts in the UTXO Model

Alexander Chepurnoy, Amitabh Saxena

No abstract is available for this record.

Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Advanced Data Storage Technologies
Original source
Jan 1, 2019·IACR Cryptology ePrint Archive
23 cites
BOREALIS: Building Block for Sealed Bid Auctions on Blockchains

Erik-Oliver Blaß, Florian Kerschbaum

We focus on securely computing the ranks of sealed integers distributed among n parties. For example, we securely compute the largest or smallest integer, the median, or in general the kth-ranked integer. Such computations are a useful building block to securely implement a variety of sealed-bid auctions. Our objective is efficiency, specifically low interactivity between parties to support blockchains or other scenarios where multiple rounds are time-consuming. Hence, we dismiss powerful, yet highly-interactive MPC frameworks and propose BOREALIS, a special-purpose protocol for secure computation of ranks among integers. BOREALIS uses additively homomorphic encryption to implement core comparisons, but computes under distinct keys, chosen by each party to optimize the number of rounds. By carefully combining cryptographic primitives, such as ECC Elgamal encryption, encrypted comparisons, ciphertext blinding, secret sharing, and shuffling, BOREALIS sets up systems of multi-scalar equations which we efficiently prove with Groth-Sahai ZK proofs. Therewith, BOREALIS implements a multi-party computation of pairwise comparisons and rank zero-knowledge proofs secure against malicious adversaries. BOREALIS completes in at most 4 rounds which is constant in both bit length l of integers and the number of parties n. This is not only asymptotically optimal, but surpasses generic constant-round secure multi-party computation protocols, even those based on shared-key fully homomorphic encryption. Furthermore, our implementation shows that BOREALIS is very practical. Its main bottleneck, ZK proof computations, is small in practice. Even for a large number of parties (n=200) and high-precision integers (l=32), computation time of all proofs is less than a single Bitcoin block interval.

2 source records
Cryptography and Data Security
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Original source
Jan 1, 2019·FIU Law Review
5 cites
The Challenges of Cryptocurrency Asset Recovery

Andrew W. Balthazor

Cryptocurrencies, like Bitcoin, present challenges to plaintiffs seeking to recover these digital assets. No third-party intermediaries are involved in cryptocurrency transactions, and there is no controlling authority that can revoke or avoid a transaction once completed. The possessor of a cryptocurrency's private key-its password-has total and exclusive control over the account's assets. These digital assets cross jurisdictional boundaries without impediment. The features of cryptocurrencies make it easy for defendants to judgment-proof themselves and make these assets difficult to recover after a court has entered judgment. This comment explains cryptocurrency features relevant to asset recovery, explores pre-and postjudgment procedures as applied to cryptocurrencies, and suggests ways to mitigate the risks of this potentially difficult-to-recover asset.

Open access
Advanced Data Storage Technologies
Original source
Jan 1, 2019·Lecture notes in computer science
31 cites
Blockchain Interoperable Digital Objects

Babu Pillai, Kamanashis Biswas, Vallipuram Muthukkumarasamy

The future of distributed ledger technology such as blockchain is dependent on its ability to interact and integrate with other systems. Therefore, interoperability has become a fundamental issue that needs to be addressed. The emerging category of crypto-assets are managed and understood using different frameworks. There is, therefore, a need for a unified classification of crypto-assets. This work aims to bring some clarity to and understanding on interoperable crypto-assets and their characteristics. This paper categorizes digital crypto-assets for the purpose of implementing interoperability. The categorization of crypto-assets is based on their functionalities and their purpose. An interoperability scenario has been given for the defined crypto-asset classes.

Open access
Blockchain Technology Applications and Security
Cloud Data Security Solutions
Advanced Data Storage Technologies
Original source
Jan 1, 2019·IEEE Access
10 cites
ScanAT: Identification of Bytecode-Only Smart Contracts With Multiple Attribute Tags

Yun-Tae Kim, Dohyun Pak, JongHyup Lee

Smart contracts on blockchain systems implement business logic and directly handle important assets. Although smart contracts play these critical roles, it is hard for users interacting with the system to understand the real behavior of the deployed bytecodes of smart contracts. The quirks of smart contracts, such as code reuse and limited unique datasets, make it challenging to recognize the functional details of smart contracts. In this paper, we propose a new method for characterizing bytecode-only smart contracts by automatically assigning multiple attribute tags. Using a deep learning approach, our system, the ScanAT, extracts attribute tags from the source code and metadata of known smart contracts and trains their bytecode with the attribute tags. The ScanAT then infers attribute tags from the bytecode of smart contracts alone. Our experiments show that ScanAT can achieve 81% accuracy in predicting attribute tags, using convolutional neural networks and a customized autoencoder.

Open access
Blockchain Technology Applications and Security
Advanced Data Storage Technologies
Advanced Malware Detection Techniques
Original source
Jan 1, 2019·IACR Cryptology ePrint Archive
16 cites
Refinement and Verification of CBC Casper

Ryuya Nakamura, Takayuki Jimba, Dominik Harz

Decentralised ledgers are a prime application case for consensus protocols. Changing sets of validators have to agree on a set of transactions in an asynchronous network and in the presence of Byzantine behaviour. Major research efforts focus on creating consensus protocols under such conditions, with proof-of-stake (PoS) representing a promising candidate. PoS aims to reduce the waste of energy inherent to proof-of-work (PoW) consensus protocols. However, a significant challenge is to get PoS protocols "right", i.e. ensure that they are secure w.r.t. safety and liveness. The "Correct-by-Construction" (CBC) Casper approach by the Ethereum project employs pen-and-paper proofs to ensure its security. CBC Casper is a framework to define consensus protocols and aims to prove safety without loss of abstractness. Each member of the CBC Casper family of protocols is defined by five parameters. CBC Casper models the protocol by a state of each validator and messages sent by validators. Each validator can transition its state using messages by other validators that include their current consensus value and a justification (i.e. their previous messages). We extend CBC Casper in three ways. First, we summarise the research of CBC Casper and extend the definitions of safety and liveness properties. To this end, we discuss an instance of CBC Casper called Casper The Friendly GHOST (TFG), a consensus protocol using a variant of the GHOST fork-choice rule. Second, we refine the properties of messages and states in CBC Casper and give a definition of blockchain safety for Casper TFG. Third, we formally verify the CBC Casper framework together with our refined message and state properties as well as our blockchain safety definition in the Isabelle/HOL proof assistant.

2 source records
Distributed systems and fault tolerance
Advanced Data Storage Technologies
Parallel Computing and Optimization Techniques
Original source
Jan 1, 2019
3 cites
Proof-of-Authentication for Private Distributed Ledger

Zhiyi Zhang, Vishrant Vasavada, Randy King, Lixia Zhang

Over the last few years, blockchain-based technologies have flourished in many application areas. One of them is the creation of distributed ledgers where records of immutable objects are widely replicated for both transparency and availability. However, the Proof-of-Work (PoW) approach, a popular gating control that determines who can add new records into a ledger, is deemed infeasible for IoT devices with resource constraints.

Open access
Caching and Content Delivery
Blockchain Technology Applications and Security
Advanced Data Storage Technologies
Original source
Nov 21, 2018
28 cites
StreamChain

Zsolt István, Alessandro Sorniotti, Marko Vukolić

Processing at block granularity and blockchains seem inseparable. The original role of blocks is to amortize the cost of cryptography (e.g., solving proof-of-work) and to make data transfers more efficient in a geo-distributed setting. While blocks are a simple and powerful tool for amortizing these costs, today in permissioned distributed ledgers, that are often neither geo-distributed, nor require proof-of-work, the benefits of operating on blocks are overshadowed by the large latencies they introduce.

Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Advanced Data Storage Technologies
Original source