Blockchain Papers

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

105 papersLast indexed Aug 31, 2026
Search papers

Paper index

105 results · page 5 of 5

Clear filters
Sep 1, 2018·Infoscience (Ecole Polytechnique Fédérale de Lausanne)
1 cites
Channels: Horizontal Scaling and Confidentiality on Permissioned Blockchains with Application on Hyperledger Fabric

Elli Androulaki, Christian Cachin, Angelo De, Eleftherios Kokoris Kogias

Sharding, or partitioning the system’s state so that different subsets of participants handle it, is a proven approach to building distributed systems whose total capacity scales horizontally with the number of participants. Many distributed ledgers have adopted this approach to increase their performance, however, they focus on the permissionless setting that assumes the existence of a strong adversary. In this paper, we deploy channels for permissioned blockchains. Our first contribution is to adapt sharding on asset-management applications for the permissioned setting, while preserving liveness and safety even on transactions spanning across-channels. Our second contribution is to leverage channels as a confidentiality boundary, enabling different organizations and consortia to preserve their privacy within their channels and still be part of a bigger collaborative ecosystem. To make our system concrete we map it on top of Hyperledger Fabric.

Open access
Advanced Memory and Neural Computing
Original source
Jun 1, 2018·2018 IEEE 20th International Conference on High Performance Computing and Communications; IEEE 16th International Conference on Smart City; IEEE 4th International Conference on Data Science and Systems (HPCC/SmartCity/DSS)
25 cites
An Industrial Prototype of Trusted Energy Performance Contracts Using Blockchain Technologies

Önder Gürcan, Marc Agenis-Nevers, Yves-Marie Batany, Mohamed Elmtiri · 6 authors

Energy conservation measurements in buildings are more and more popular as they benefit from an intelligent contractual framework called Energy Performance Contracts (EPC), where energy savings are measured as the difference between a predictive baseline model and the actual consumption. While modern predictive models make use of large amounts of data from external sources and increasingly complex algorithms, these two aspects make their use difficult in practice because they need mutual understanding and transparency, requiring the involvement of a third-party for auditing. In this sense, we designed and developed a prototype that overcomes these issues by storing the predictive models and the data in an immutable blockchained data structure using the Ethereum framework. To the best of our knowledge, this is the first working prototype using the blockchain technology applied to EPCs. This paper presents and discusses the technical solutions and best-practice guidelines adopted in this prototype.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Advanced Memory and Neural Computing
Original source
May 27, 2018·Technologies
64 cites
Towards analyzing the complexity landscape of solidity based ethereum smart contracts

Péter Hegedűs

Blockchain-based decentralized cryptocurrency platforms are currently one of the hottest topics in technology. Although most of the interest is generated by cryptocurrency related activities, it is becoming apparent that a much wider spectrum of applications can leverage the blockchain technology. The primary concepts enabling such general use of the blockchain are the so-called smart contracts, which are special programs that run on the blockchain. One of the most popular blockchain platforms that supports smart contracts is Ethereum. As smart contracts typically handle money, ensuring their low number of faults and vulnerabilities are essential. To aid smart contract developers and help to mature the technology, we need analysis tools and studies for smart contracts. As an initiative for this, we propose the adoption of some well-known OO metrics for Solidity smart contracts. Furthermore, we analyze more than 40 thousand Solidity source files with our prototype tool. The results suggest that smart contract programs are short, neither overly complex nor coupled too much, do not rely heavily on inheritance, and either quite well-commented or not commented at all. Moreover, smart contracts could benefit from an external library and dependency management mechanism, as more than 85% of the defined libraries in Solidity files code the same functionalities.

Open access
2 source records
Blockchain Technology Applications and Security
Advanced Malware Detection Techniques
Advanced Memory and Neural Computing
Original source
Feb 21, 2018·Lecture notes in computer science
14 cites
Formalizing and Implementing Distributed Ledger Objects

Antonio Fernández Anta, Chryssis Georgiou, Kishori M. Konwar, Nicolas Nicolaou

Despite the hype about blockchains and distributed ledgers, no formal abstraction of these objects has been proposed. To face this issue, in this paper we provide a proper formulation of a distributed ledger object. In brief, we define a ledger object as a sequence of records, and we provide the operations and the properties that such an object should support. Implementation of a ledger object on top of multiple (possibly geographically dispersed) computing devices gives rise to the distributed ledger object. In contrast to the centralized object, distribution allows operations to be applied concurrently on the ledger, introducing challenges on the consistency of the ledger in each participant. We provide the definitions of three well known consistency guarantees in terms of the operations supported by the ledger object: (1) atomic consistency (linearizability), (2) sequential consistency, and (3) eventual consistency. We then provide implementations of distributed ledgers on asynchronous message passing crash-prone systems using an Atomic Broadcast service, and show that they provide eventual, sequential or atomic consistency semantics. We conclude with a variation of the ledger - the validated ledger - which requires that each record in the ledger satisfies a particular validation rule.

Open access
3 source records
Distributed systems and fault tolerance
Blockchain Technology Applications and Security
Optimization and Search Problems
Original source
Jan 1, 2018·IEEE Access
65 cites
ASIC-Resistance of Multi-Hash Proof-of-Work Mechanisms for Blockchain Consensus Protocols

Hyungmin Cho

Blockchain technology rapidly gained popularity based on its open and decentralized operation. Consensus protocol is the core mechanism of a blockchain network that securely maintains the distributed ledger from possible attacks from adversaries. Proof-of-work (PoW) is a commonly used consensus protocol that requires a significant amount of computation to find a new valid block. As the application-specific integrated circuits (ASICs) that are specially designed for PoW computation begin to dominate blockchain consensus operation, the decentralized nature of blockchain networks is being threatened. Many PoW mechanisms are being proposed to disincentivize the use of ASICs in the consensus operation. Employing multiple hash functions in the PoW computation (i.e., multi-hash PoW) is one of the commonly adopted approaches to achieve such ASIC-resistance. In this paper, we experimentally evaluate the level of ASIC-resistance of the multi-hash PoW mechanisms. We assess the level of ASIC-resistance based on the performance gap between ASICs and general-purpose computing platforms. Contrary to the expectation of the multi-hash PoW mechanisms, our results reveal that ASIC-resistance of these PoW mechanisms is not strong enough to prevent ASIC-based mining. Most of them show similar levels of ASIC-resistance as those of PoW mechanisms that are already defeated by ASIC-based systems.

Open access
Blockchain Technology Applications and Security
Advanced Memory and Neural Computing
Cryptography and Data Security
Original source
Jan 1, 2018·Lecture notes in computer science
24 cites
LedgerGuard: Improving Blockchain Ledger Dependability

Qi Zhang, Petr Novotny, Salman Baset, Donna N. Dillenberger · 6 authors

The rise of crypto-currencies has spawned great interest in their underlying technology, namely, Blockchain. The central component in a Blockchain is a shared distributed ledger. A ledger comprises series of blocks, which in turns contains a series of transactions. An identical copy of the ledger is stored on all nodes in a blockchain network. Maintaining ledger integrity and security is one of the crucial design aspects of any blockchain platform. Thus, there are typically built-in validation mechanisms leveraging cryptography to ensure the validity of incoming blocks before committing them into the ledger. However, a blockchain node may run over an extended period of time, during which the blocks on the disk can may become corrupted due to software or hardware failures, or due to malicious activity. This paper proposes LedgerGuard, a tool to maintain ledger integrity by detecting corrupted blocks and recovering these blocks by synchronizing with rest of the network. The experimental implementation of LedgerGuard is based on Hyperledger Fabric, which is a popular open source permissioned blockchain platform.

Open access
3 source records
cs.DC
cs.CR
Blockchain Technology Applications and Security
Original source
Jul 18, 2017·arXiv (Cornell University)
1 cites
Teechain: A Secure Asynchronous Blockchain Payment Network

Joshua Lind, Oded Naor, Ittay Eyal, Florian Kelbert · 6 authors

Blockchains such as Bitcoin and Ethereum execute payment transactions securely, but their performance is limited by the need for global consensus. Payment networks overcome this limitation through off-chain transactions. Instead of writing to the blockchain for each transaction, they only settle the final payment balances with the underlying blockchain. When executing off-chain transactions in current payment networks, parties must access the blockchain within bounded time to detect misbehaving parties that deviate from the protocol. This opens a window for attacks in which a malicious party can steal funds by deliberately delaying other parties' blockchain access and prevents parties from using payment networks when disconnected from the blockchain. We present Teechain, the first layer-two payment network that executes off-chain transactions asynchronously with respect to the underlying blockchain. To prevent parties from misbehaving, Teechain uses treasuries, protected by hardware trusted execution environments (TEEs), to establish off-chain payment channels between parties. Treasuries maintain collateral funds and can exchange transactions efficiently and securely, without interacting with the underlying blockchain. To mitigate against treasury failures and to avoid having to trust all TEEs, Teechain replicates the state of treasuries using committee chains, a new variant of chain replication with threshold secret sharing. Teechain achieves at least a 33x higher transaction throughput than the state-of-the-art Lightning payment network. A 30-machine Teechain deployment can handle over 1 million Bitcoin transactions per second.

Open access
Blockchain Technology Applications and Security
Advanced Memory and Neural Computing
Distributed systems and fault tolerance
Original source
Jun 1, 2016·2016 ACM/IEEE 43rd Annual International Symposium on Computer Architecture (ISCA)
67 cites
ASIC Clouds: Specializing the Datacenter

Ikuo Magaki, Moein Khazraee, Luis Vega Gutierrez, Michael Taylor

GPU and FPGA-based clouds have already demonstrated the promise of accelerating computing-intensive workloads with greatly improved power and performance. In this paper, we examine the design of ASIC Clouds, which are purpose-built datacenters comprised of large arrays of ASIC accelerators, whose purpose is to optimize the total cost of ownership (TCO) of large, high-volume chronic computations, which are becoming increasingly common as more and more services are built around the Cloud model. On the surface, the creation of ASIC clouds may seem highlyimprobable due to high NREs and the inflexibility of ASICs. Surprisingly, however, large-scale ASIC Clouds have already been deployed by a large number of commercial entities, to implement the distributed Bitcoin cryptocurrency system. We begin with a case study of Bitcoin mining ASIC Clouds, which are perhaps the largest ASIC Clouds to date. From there, we design three more ASIC Clouds, including a YouTube-style video transcoding ASIC Cloud, a Litecoin ASIC Cloud, and a Convolutional Neural Network ASIC Cloud and show 2-3 orders of magnitude better TCO versus CPU and GPU. Among our contributions, we present a methodology that given an accelerator design, derives Pareto-optimal ASIC Cloud Servers, by extracting data from place-and-routed circuits and computational fluid dynamic simulations, and then employing clever but brute-force search to find the best jointly-optimized ASIC, DRAM subsystem, motherboard, power delivery system, cooling system, operating voltage, and case design. Moreover, we show how data center parameters determine which of the many Pareto-optimal points is TCO-optimal. Finally we examine when it makes sense to build an ASIC Cloud, and examine the impact of ASIC NRE.

Open access
Cloud Computing and Resource Management
Parallel Computing and Optimization Techniques
Advanced Memory and Neural Computing
Original source
Jul 11, 2011·Research Repository (Delft University of Technology)
1 cites
Modeling SRAM Start-up Characteristics For Physical Unclonable Functions

Apurva Dargar

The security of electronic devices is of crucial importance to companies as well as to users.Moreover, companies that develop Intellectual Property also want to protect them from counterfeiting and overbuilding.Company profits, brand reputations and personal information of the users are at stake if there is a breach in the security of these electronic devices.In the classical approach, a system is secured by storing the cryptographic keys permanently in the non-volatile memories that are present in the security devices.However, this permanent storage of the key makes them easy targets for physical attacks; hence compromising the security of the system.A more secure, cost-effective and elegant solution to this permanent key storage is the use of Physical Unclonable Functions (PUFs).PUF is a method of producing a signature from a physical object, such as an Integrated Circuit, by relying on the non-reproducible physical attributes of a device.These signatures are unique because fabricated circuits exhibit slightly different electrical behavior from one another even if their design, mask and manufacturing process are identical.Various kinds of PUFs exist; examples are Optical PUF, Butterfly PUF and SRAM PUF.However, the start-up value based SRAM PUFs appear to be the most promising ones for usage in ICs.Although the SRAM PUFs are becoming very popular, only a little has been published in the field of modeling and analysis of their start-up behavior.Reproducing the same start-up behavior, every time the chip is powered-on, is very crucial in order to produce the same cryptographic key.This thesis proposes an analytical model for the start-up value based SRAM PUFs; it helps in understanding the impact of both non-technological parameters (such as supply voltage and temperature) as well as technological parameters (such as the geometry of the transistors and threshold voltage) on the behavior of the start-up values of an SRAM.Various experiments have been performed to analyze and quantify their impact.The results obtained indicate a major impact of the non-technology parameters.The reproducibility of start-up values becomes more likely with slower ramp-ups and lower temperatures.For example, the percentage of reproducible bits increase from 93.5% at 1s ramp-up to 96% at 10ms ramp-up.Amongst the technology parameters, it is observed that a small mismatch of 1.6% in the threshold voltage is enough to flip the start-up value of the cell for 65nm technology.These results have been validated by comparing them with actual silicon data measured at Intrinsic ID.The validation of the results proves the correctness of the analytical model proposed and gives a proof of robustness of the start-up values. Modeling SRAM Start-up Characteristics ForPhysical Unclonable Functions

Open access
Physical Unclonable Functions (PUFs) and Hardware Security
Integrated Circuits and Semiconductor Failure Analysis
Advanced Memory and Neural Computing
Original source