Blockchain Papers

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

51,074 papersLast indexed Aug 24, 2026
Search papers

Paper index

51,074 results · page 1968 of 2,129

Clear filters
Nov 1, 2017·Digital Communications and Networks
586 cites
A blockchain future for internet of things security: a position paper

Mandrita Banerjee, Jung­hee Lee, Kim‐Kwang Raymond Choo

Internet of Things (IoT) devices are increasingly being found in civilian and military contexts, ranging from smart cities and smart grids to Internet-of-Medical-Things, Internet-of-Vehicles, Internet-of-Military-Things, Internet-of-Battlefield-Things, etc. In this paper, we survey articles presenting IoT security solutions published in English since January 2016. We make a number of observations, including the lack of publicly available IoT datasets that can be used by the research and practitioner communities. Given the potentially sensitive nature of IoT datasets, there is a need to develop a standard for sharing IoT datasets among the research and practitioner communities and other relevant stakeholders. Thus, we posit the potential for blockchain technology in facilitating secure sharing of IoT datasets (e.g., using blockchain to ensure the integrity of shared datasets) and securing IoT systems, before presenting two conceptual blockchain-based approaches. We then conclude this paper with nine potential research questions.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Caching and Content Delivery
Original source
Oct 31, 2017·Open MIND
0 cites
Bitcoin Wallet Transaction using Peer-to-Peer Network

M. Jancy Priya, Vanlin Sathya

A peer–to-peer allows online payments that sent directly from one party to another party without going through the financial institution. Digital signature is a part but the main benefit is lost, if a Trusted Third Party is still required to prevent digital signature. This digital signature uses peer–to-peer network. The network timestamps transaction by hashing them into an on-going chain of hash-based proof-of-work is done; it records that and cannot be changed without redoing the proof-of-work. The majority of CPU work is controlled by nodes. That are not cooperating to attack the network, they will generate the longest chain and outspace attackers.

Open access
Blockchain Technology Applications and Security
Original source
Oct 31, 2017·Journal of Physics A Mathematical and Theoretical
5 cites
Droplet localization in the random XXZ model and its manifestations

Alexander Elgart, A. Klein, Günter Stolz

Abstract We examine many-body localization properties for the eigenstates that lie in the droplet sector of the random-field spin- <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"> <mml:mstyle displaystyle="false"> <mml:mfrac> <mml:mn>1</mml:mn> <mml:mn>2</mml:mn> </mml:mfrac> </mml:mstyle> </mml:math> XXZ chain. These states satisfy a basic single cluster localization property (SCLP), derived in Elgart et al (2018 J. Funct. Anal . (in press)). This leads to many consequences, including dynamical exponential clustering, non-spreading of information under the time evolution, and a zero velocity Lieb–Robinson bound. Since SCLP is only applicable to the droplet sector, our definitions and proofs do not rely on knowledge of the spectral and dynamical characteristics of the model outside this regime. Rather, to allow for a possible mobility transition, we adapt the notion of restricting the Hamiltonian to an energy window from the single particle setting to the many body context.

Open access
Quantum many-body systems
Quantum Computing Algorithms and Architecture
Opinion Dynamics and Social Influence
Original source
Oct 31, 2017·First Monday
4 cites
A trusted cryptocurrency scheme for secure and verifiable digital transactions

Marco Baldi, Franco Chiaraluce

Decentralized digital currency systems known as cryptocurrencies are a breakthrough in electronic payments: the absence of a central authority can avoid the risk that a not fully reliable government seizes assets or causes hyperinflation, very small transactions can be made without incurring high costs and transactions can be traced, thus providing a tool to counter laundering and tax evasion. Furthermore, decentralization provides robustness against many attacks. Despite these advantages, cryptocurrencies have still not become mainstream solutions, because of scarce users’ inclination to adopt them as a privileged payment tool. This is mostly due to the absence of a structured form of control, which also prevents from having some credit insurance. Moreover, some present and future attacks, like quantum computer-based attacks, may threaten their security. In this paper we define new technical solutions to allow cryptocurrencies to become trusted tools for secure and verifiable digital transactions, and also for deposits, while preserving decentralization and users’ privacy. Based on a thorough security analysis, a new cryptocurrency model is first defined, exploiting a set of secure and post-quantum cryptographic primitives. Then, a secure supervision and authentication network is designed, which allows to control transactions, while guaranteeing users’ privacy. A robust reputation system for this context is also proposed, which helps to increase users’ trust and to reduce misconduct.

Open access
Blockchain Technology Applications and Security
Cryptography and Data Security
Distributed systems and fault tolerance
Original source
Oct 31, 2017·DEStech Transactions on Computer Science and Engineering
4 cites
Agent-based Simulation Research on Bitcoin Price Fluctuation

Qing Zhou, Qingqing Zhang, Qi Zhang

In recent years, with the development of the Internet, network currency has gradually emerged. Bitcoin which is produced on the basis of complex algorithms has developed rapidly and attracted wide attention in academia. This paper explores the influence factors of bitcoin market transaction by analyzing the interaction between agents in bitcoin market transaction. Applying complex adaptive system modeling method based on multi-agent, this paper establishes an agent-based bitcoin market transaction model, and designs behavioral rules as well as transaction mechanism in detail for each agent in the process of market transaction. Then, we carry out a simulation on the Starlogo simulation platform and analyze the impact of the change in trader’s number on market transaction.

Open access
Blockchain Technology Applications and Security
Spam and Phishing Detection
Cybercrime and Law Enforcement Studies
Original source
Oct 31, 2017·Ledger
8 cites
Sentiment Protocol: A Decentralized Protocol Leveraging Crowdsourced Wisdom

Anton Muehlemann

The wisdom of the crowd is a valuable asset in today’s society. It is not only important in predicting elections but also plays an essential role in marketing and the financial industry. Having a trustworthy source of opinion can make forecasts more accurate and markets predictable. Until now, a fundamental problem of surveys is the lack of incentives for participants to provide accurate information. Classical solutions like small monetary rewards or the chance of winning a prize are often not very attractive for participants. More attractive solutions, such as prediction markets, face the issue of illegality and are often unavailable. In this work, we present a solution that unites the advantages from classical polling and prediction markets via a customizable incentivization framework. Apart from predicting events, this framework can also be used to govern decentralized autonomous organizations.

Open access
3 source records
Internet Traffic Analysis and Secure E-voting
Mobile Crowdsensing and Crowdsourcing
Spam and Phishing Detection
Original source
Oct 30, 2017·2017. Proceedings of the 2017 Workshop on Programming Languages and Analysis for Security. ACM, New York, NY, USA
49 cites
Simplicity: A New Language for Blockchains

Russell O'Connor

Simplicity is a typed, combinator-based, functional language without loops and recursion, designed to be used for crypto-currencies and blockchain applications. It aims to improve upon existing crypto-currency languages, such as Bitcoin Script and Ethereum's EVM, while avoiding some of the problems they face. Simplicity comes with formal denotational semantics defined in Coq, a popular, general purpose software proof assistant. Simplicity also includes operational semantics that are defined with an abstract machine that we call the Bit Machine. The Bit Machine is used as a tool for measuring the computational space and time resources needed to evaluate Simplicity programs. Owing to its Turing incompleteness, Simplicity is amenable to static analysis that can be used to derive upper bounds on the computational resources needed, prior to execution. While Turing incomplete, Simplicity can express any finitary function, which we believe is enough to build useful ``smart contracts'' for blockchain applications.

Open access
2 source records
cs.PL
Distributed systems and fault tolerance
Blockchain Technology Applications and Security
Original source
Oct 29, 2017·arXiv
167 cites
Social Welfare Maximization Auction in Edge Computing Resource Allocation for Mobile Blockchain

Yutao Jiao, Ping Wang, Dusit Niyato, Zehui Xiong

Blockchain, an emerging decentralized security system, has been applied in many applications, such as bitcoin, smart grid, and Internet-of-Things. However, running the mining process may cost too much energy consumption and computing resource usage on handheld devices, which restricts the use of blockchain in mobile environments. In this paper, we consider deploying edge computing service to support the mobile blockchain. We propose an auction-based edge computing resource market of the edge computing service provider. Since there is competition among miners, the allocative externalities (positive and negative) are taken into account in the model. In our auction mechanism, we maximize the social welfare while guaranteeing the truthfulness, individual rationality and computational efficiency. Based on blockchain mining experiment results, we define a hash power function that characterizes the probability of successfully mining a block. Through extensive simulations, we evaluate the performance of our auction mechanism which shows that our edge computing resources market model can efficiently solve the social welfare maximization problem for the edge computing service provider.

Open access
2 source records
cs.GT
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Original source
Oct 28, 2017·Ledger
212 cites
Quantum Attacks on Bitcoin, and How to Protect Against Them

Divesh Aggarwal, Gavin K. Brennen, Troy Lee, Miklós Sántha · 5 authors

The key cryptographic protocols used to secure the internet and financial transactions of today are all susceptible to attack by the development of a sufficiently large quantum computer. One particular area at risk is cryptocurrencies, a market currently worth over 100 billion USD. We investigate the risk posed to Bitcoin, and other cryptocurrencies, by attacks using quantum computers. We find that the proof-of-work used by Bitcoin is relatively resistant to substantial speedup by quantum computers in the next 10 years, mainly because specialized ASIC miners are extremely fast compared to the estimated clock speed of near-term quantum computers. On the other hand, the elliptic curve signature scheme used by Bitcoin is much more at risk, and could be completely broken by a quantum computer as early as 2027, by the most optimistic estimates. We analyze an alternative proof-of-work called Momentum, based on finding collisions in a hash function, that is even more resistant to speedup by a quantum computer. We also review the available post-quantum signature schemes to see which one would best meet the security and efficiency requirements of blockchain applications.

Open access
4 source records
Quantum Computing Algorithms and Architecture
Cryptography and Data Security
Quantum Information and Cryptography
Original source
Oct 27, 2017·Concurrency and Computation Practice and Experience
36 cites
SeShare: Secure cloud data sharing based on blockchain and public auditing

Longxia Huang, Gongxuan Zhang, Shui Yu, Anmin Fu · 5 authors

Summary In a data sharing group, each user can upload, modify, and access group files and a user is required to generate a new signature for the modified file after modification. There is a situation that two or more users modify the same file at almost the same time, which should be avoided as it gives rise to a signature conflict. However, the existing schemes do not take it into consideration. In this paper, we proposed a new mechanism SeShare for data storing based on blockchain to realize signature uniqueness, which solves the problem of generating signatures for the same file meanwhile by different group users. Specifically, we record every signature of a file in a blockchain in chronological order, and only one user is allowed to add new signature at the end of the blockchain when modification conflicts occur. On the other hand, to provide a secure data sharing service, SeShare introduces an efficient public auditing scheme for file integrity verification when a group user leaves the group. We also prove the security of the proposed scheme and evaluate the performance at the end of this paper. Our experimental results demonstrate the efficiency of public auditing for user leaving.

Open access
Cloud Data Security Solutions
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source
Oct 27, 2017·Technology Innovation Management Review
85 cites
A Blockchain Ecosystem for Digital Identity: Improving Service Delivery in Canada’s Public and Private Sectors

Greg Wolfond

IntroductionIdentity verification and authentication has long been a critical component in service delivery for both the private and public sectors, but changing citizen demands in the digital age have stressed the need for new approaches to verify that an individual is who they say they are – with surety.

Open access
Privacy, Security, and Data Protection
Blockchain Technology Applications and Security
Cybercrime and Law Enforcement Studies
Original source
Oct 27, 2017·Technology Innovation Management Review
45 cites
Q&A. Is Internal Audit Ready for Blockchain?

Hugh Rooney, Brian Aiken, Megan Rooney

Q. Is internal audit ready for blockchain?A. Blockchain technology offers the promise of “a safe, transparent, rapid and affordable digital solution to many government challenges” (Policy Horizons, 2016). However, this same technology also poses challenges and opportunities to internal auditors wishing to provide maximum value to their organizations, whether governmental or

Open access
Blockchain Technology Applications and Security
Original source
Oct 27, 2017·arXiv
282 cites
Concurrency and Privacy with Payment-Channel Networks

Giulio Malavolta, Pedro Moreno-Sánchez, Aniket Kate, Matteo Maffei · 5 authors

Permissionless blockchains protocols such as Bitcoin are inherently limited in transaction throughput and latency. Current efforts to address this key issue focus on off-chain payment channels that can be combined in a Payment-Channel Network (PCN) to enable an unlimited number of payments without requiring to access the blockchain other than to register the initial and final capacity of each channel. While this approach paves the way for low latency and high throughput of payments, its deployment in practice raises several privacy concerns as well as technical challenges related to the inherently concurrent nature of payments that have not been sufficiently studied so far. In this work, we lay the foundations for privacy and concurrency in PCNs, presenting a formal definition in the Universal Composability framework as well as practical and provably secure solutions. In particular, we present Fulgor and Rayo. Fulgor is the first payment protocol for PCNs that provides provable privacy guarantees for PCNs and is fully compatible with the Bitcoin scripting system. However, Fulgor is a blocking protocol and therefore prone to deadlocks of concurrent payments as in currently available PCNs. Instead, Rayo is the first protocol for PCNs that enforces non-blocking progress (i.e., at least one of the concurrent payments terminates). We show through a new impossibility result that non-blocking progress necessarily comes at the cost of weaker privacy. At the core of Fulgor and Rayo is Multi-Hop HTLC, a new smart contract, compatible with the Bitcoin scripting system, that provides conditional payments while reducing running time and communication overhead with respect to previous approaches. Our performance evaluation of Fulgor and Rayo shows that a payment with 10 intermediate users takes as few as 5 seconds, thereby demonstrating their feasibility to be deployed in practice.

Open access
2 source records
cs.CR
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source
Oct 27, 2017·Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security
104 cites
Solidus

Ethan Cecchetti, Fan Zhang, Yan Ji, Ahmed E. Kosba · 6 authors

Blockchains and more general distributed ledgers are becoming increasingly popular as efficient, reliable, and persistent records of data and transactions. Unfortunately, they ensure reliability and correctness by making all data public, raising confidentiality concerns that eliminate many potential uses.

Open access
2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Privacy-Preserving Technologies in Data
Original source
Oct 27, 2017·Technology Innovation Management Review
167 cites
Anticipating the Economic Benefits of Blockchain

Melanie Swan

IntroductionBlockchain (distributed ledger technology) is a network software protocol that enables the secure transfer of money, assets, and information via the Internet, without the need for a third-party intermediary such as a bank (Swan, 2015). Transactions are validated, executed, and recorded chronologically in an append-only tamper-resistant database, where they remain

Open access
Technology's Impact on Media
Blockchain Technology Applications and Security
Personal Information Management and User Behavior
Original source
Oct 27, 2017·Technology Innovation Management Review
67 cites
Smart Contract Relations in e-Commerce: Legal Implications of Exchanges Conducted on the Blockchain

Philippa Ryan

IntroductionStewart Macaulay’s seminal 1963 article “Non-Contractual Relations in Business” explored why merchants and manufacturers often fail to plan their commercial relationships and why they seldom resort to legal sanctions to settle disputes. Macaulay found that, in many business exchanges, detailed planning and legal sanctions play only a small role. His tentative

Open access
Blockchain Technology Applications and Security
Privacy, Security, and Data Protection
Dispute Resolution and Class Actions
Original source
Oct 27, 2017·Technology Innovation Management Review
398 cites
Hitching Healthcare to the Chain: An Introduction to Blockchain Technology in the Healthcare Sector

Mark A. Engelhardt

IntroductionHealth is the foundation of an engaged and happy life, and modern humans have been the fortunate beneficiaries of great advances in medical technology (Collins, 2015). With each new technology, more clues become available to decipher the problems that plague our well-being. The advent of individualized information from cheaper genome sequencing, the Internet of

Open access
Healthcare Systems and Reforms
Global Healthcare and Medical Tourism
Big Data and Business Intelligence
Original source
Oct 26, 2017·IEEE Access
694 cites
EduCTX: A Blockchain-Based Higher Education Credit Platform

Muhamed Turkanović, Marko Hölbl, Kristjan Košič, Marjan Heričko · 5 authors

Blockchain technology enables the creation of a decentralized environment, where transactions and data are not under the control of any third party organization. Any transaction ever completed is recorded in a public ledger in a verifiable and permanent way. Based on the blockchain technology, we propose a global higher education credit platform, named EduCTX. This platform is based on the concept of the European Credit Transfer and Accumulation System (ECTS). It constitutes a globally trusted, decentralized higher education credit, and grading system that can offer a globally unified viewpoint for students and higher education institutions (HEIs), as well as for other potential stakeholders, such as companies, institutions, and organizations. As a proof of concept, we present a prototype implementation of the environment, based on the open-source Ark Blockchain Platform. Based on a globally distributed peer-to-peer network, EduCTX will process, manage, and control ECTX tokens, which represent credits that students gain for completed courses, such as ECTS. HEIs are the peers of the blockchain network. The platform is a first step toward a more transparent and technologically advanced form of higher education systems. The EduCTX platform represents the basis of the EduCTX initiative, which anticipates that various HEIs would join forces in order to create a globally efficient, simplified, and ubiquitous environment in order to avoid language and administrative barriers. Therefore, we invite and encourage HEIs to join the EduCTX initiative and the EduCTX blockchain network.

Open access
2 source records
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Cloud Data Security Solutions
Original source
Oct 25, 2017·arXiv
0 cites
Casper the Friendly Finality Gadget

Vitalik Buterin, Virgil Griffith

We introduce Casper, a proof of stake-based finality system which overlays an existing proof of work blockchain. Casper is a partial consensus mechanism combining proof of stake algorithm research and Byzantine fault tolerant consensus theory. We introduce our system, prove some desirable features, and show defenses against long range revisions and catastrophic crashes. The Casper overlay provides almost any proof of work chain with additional protections against block reversions.

Open access
cs.CR
Original source
Oct 25, 2017·Business Horizons
481 cites
Blockchain tokens and the potential democratization of entrepreneurship and innovation

Yan Chen

Over the past few years, Bitcoin has emerged as the first decentralized, global currency. The rise of Bitcoin has brought attention not only to digital currencies but also to the underlying technology empowering digital currencies: blockchain technology. A blockchain is a distributed ledger that records and secures transactions in a peer-to-peer network. Besides empowering digital currencies, blockchain technology has given innovators the capability of creating digital tokens to represent scarce assets, potentially reshaping the landscape of entrepreneurship and innovation. Blockchain tokens may democratize (1) entrepreneurship by giving entrepreneurs new ways to raise funds and engage stakeholders, and (2) innovation by giving innovators a new way to develop, deploy, and diffuse decentralized applications. Blockchain technology and tokens have sparked a new wave of innovation, which may start to revolutionize entrepreneurship and innovation.

Open access
2 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Sharing Economy and Platforms
Original source