Blockchain Papers

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

53,216 papersLast indexed Aug 31, 2026
Search papers

Paper index

53,216 results · page 1760 of 2,218

Clear filters
Jan 1, 2020·Journal of Property Planning and Environmental Law
6 cites
Constraints and Benefits of the Blockchain Use for Real Estate and Property Rights

Oleksii Konashevych

Many recent social media posts and news may create a perception of big success in the use of blockchain for the real estate industry, land registration and protection of titles and property rights. A sobering outlook is crucial because misleading concepts may bury the whole idea of blockchain use. The paper aims to research the possibilities of blockchain and other distributed ledger technologies (DLT) and applicability of these technologies for different purposes in real estate, property rights and public registries. Blockchain, which is distinguished from permissioned systems as the technology of the immutable ledger that does not require authorities, is a new word in governance. However, this technology has some principal features that can restrain its implementation at the state level, and thus require further research and development. The application of blockchain requires a proper architecture of overlaid technologies to support changes of outdated and mistaken data, address issues of digital identity and privacy, legal compliance and enforceability of smart contracts and scalability of the ledger. This paper shows the constraints of the technology's properties which were not explained before in the context of title rights and land registration even though technological limits are known in more specific technical sources. Along with the known benefits this meant to help to avoid misinterpretation of some DLT features by non-technical people. A multidisciplinary approach in analysing the technology and laws helped to better understand what can and cannot be beneficial for public registries and the protection of property rights. The presented outcomes can be laid down as requirements for the technical protocols aimed at addressing the issues of DLT and public policies to put blockchain at the service of society.

Open access
2 source records
cs.CY
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Original source
Jan 1, 2020·IEEE Access
54 cites
A Blockchain-Enabled Decentralized Energy Trading Mechanism for Islanded Networked Microgrids

Tarek Medalel Masaud, Jonathan Warner, Ehab F. El‐Saadany

Interconnected microgrids are becoming a building block in smart systems. Initiating secure and efficient energy trading mechanisms among networked microgrids for reliability and economic mutual benefits have become a crucial task. Recently, integrating blockchain technologies into the energy sector have gained significant amount of interest, e.g. transactive grid. This paper proposes a two-layer secured smart contract-based energy trading mechanism to allow microgrids to establish coalitions, adjust the electricity-trading price, and achieve transparent and decentralized secure transactions without intervention of a third trusted party. Since reliability benefits are main drivers of microgrids operation in islanded mode, a new decentralized smart contract based-energy trading model for islanded networked microgrids is proposed in the first layer with an objective to achieve demand generation balance. In the second layer, and to achieve a higher security, all executed contracts are verified and saved in a blockchain based on a new developed two-phase consensus method that utilizes practical Byzantine Fault Tolerance (pBFT), and a modified Proof of Stake (PoS). Simulations are conducted in Python environment to validate the proposed energy trading model.

Open access
Blockchain Technology Applications and Security
Smart Grid Energy Management
Smart Grid Security and Resilience
Original source
Jan 1, 2020·Lecture notes in computer science
3 cites
Stake Shift in Major Cryptocurrencies: An Empirical Study

Rainer Stütz, Peter Gaži, Bernhard Haslhofer, Jacob Illum

In the proof-of-stake (PoS) paradigm for maintaining decentralized, permissionless cryptocurrencies, Sybil attacks are prevented by basing the distribution of roles in the protocol execution on the stake distribution recorded in the ledger itself. However, for various reasons this distribution cannot be completely up-to-date, introducing a gap between the present stake distribution, which determines the parties' current incentives, and the one used by the protocol. In this paper, we investigate this issue, and empirically quantify its effects. We survey existing provably secure PoS proposals to observe that the above time gap between the two stake distributions, which we call stake distribution lag, amounts to several days for each of these protocols. Based on this, we investigate the ledgers of four major cryptocurrencies (Bitcoin, Bitcoin Cash, Litecoin and Zcash) and compute the average stake shift (the statistical distance of the two distributions) for each value of stake distribution lag between 1 and 14 days, as well as related statistics. We also empirically quantify the sublinear growth of stake shift with the length of the considered lag interval. Finally, we turn our attention to unusual stake-shift spikes in these currencies: we observe that hard forks trigger major stake shifts and that single real-world actors, mostly exchanges, account for major stake shifts in established cryptocurrency ecosystems.

Open access
2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Advanced Authentication Protocols Security
Original source
Jan 1, 2020·Journal of Governance and Regulation
5 cites
Fiscal decentralization in Jordan

Jameel Aljaloudi

This paper aims to measure the degree of fiscal decentralization in Jordan by estimating the indicators used by the World Bank and the International Monetary Fund. These are the share of local units in public revenues, the share of public spending, and the share of compensation for workers in local units from the total compensation of workers in the public sector. The study uses set of data about public revenues and expenditures of the central government, independent government units, as well as the municipalities’ budgets figures. These data are for the period 2016-2018 and published electronically by the Ministry of Finance and the Ministry of Local Administration in Jordan. The study revealed progress in the field of political and administrative decentralization represented in the establishment of elected councils at the national, regional, and municipal levels and the transfer of a number of powers from central authorities to regional or local bodies. The issuance of a new decentralization law and the amendment of the Municipalities Law in 2015. The results showed that the degree of fiscal decentralization is very low in Jordan, especially when compared to other countries that had implemented decentralization reforms.

Open access
Local Government Finance and Decentralization
Fiscal Policy and Economic Growth
Taxation and Compliance Studies
Original source
Jan 1, 2020·Procedia CIRP
18 cites
Smart contract based framework to increase transparency of manufacturing networks

Fabian Dietrich, Daniel Palm, Louis Louw

Globalisation, shorter product life cycles, and increasing product varieties have led to complex supply chains. At the same time, there is a growing interest of customers and governments in having a greater transparency of brands, manufacturers, and producers throughout the supply chain. Due to the complex structure of collaborative manufacturing networks, the increase of supply chain transparency is a challenge for manufacturing companies. The blockchain technology offers an innovative solution to increase the transparency, security, authenticity, and auditability of products. However, there are still uncertainties when applying the blockchain technology to manufacturing scenarios and thus enable all stakeholders to trace back each component of an assembled product. This paper proposes a framework design to increase the transparency and auditability of products in collaborative manufacturing networks by adopting the blockchain technology. In this context, each component of a product is marked with a unique identification number generated by blockchain-based smart contracts. In this way, a transparent auditability of assembled products and their components can be achieved for all stakeholders, including the customer.

Open access
Blockchain Technology Applications and Security
Sustainable Supply Chain Management
Supply Chain Resilience and Risk Management
Original source
Jan 1, 2020·IEEE Open Journal of the Computer Society
18 cites
Trace-Based Dynamic Gas Estimation of Loops in Smart Contracts

Chunmiao Li, Shijie Nie, Yang Cao, Yijun Yu · 5 authors

Smart contracts on Ethereum can be used to encode business logic and have been applied to many different areas, such as token exchanges and games. Unlike general programs, the computations of contracts on Ethereum are restricted by the gas limit. If a transaction runs out of the gas limit before an execution finishes, the Ethereum virtual machine throws an out-of-gas exception, and the entire transaction fails, which reverts to the state before the transaction started, although the transaction fee is still deducted. It is therefore, essential to conduct a gas estimation before sending a transaction. Existing studies have mostly failed in estimating the gas for a loop function because the number of iterations of the loops cannot be statically determined. However, we found that a quarter of all contracts have loop functions, and the gas cost for the loops is higher than for the other functions. Therefore, it is necessary to apply a gas estimation for the loop functions. In this study, we propose a gas estimation approach based on the transaction trace to dynamically estimate the gas for the loop functions. Our belief is that we can learn the relationship between the historical transaction traces and their gas costs to estimate the gas for new transactions. We considered three different abstractions of the original transaction trace and fed them to different machine learning models. The results show that our approach is effective in gas estimation and that a random forest can achieve the most accurate estimation.

Open access
Blockchain Technology Applications and Security
Software Engineering Research
Security and Verification in Computing
Original source
Jan 1, 2020·International Journal of Computer Theory and Engineering
19 cites
Ten Simple Rules for Digital Government Transformation with Blockchain Smart Contracts

Chatphimuk Supinyo, Pongkorn Settasompop, Plubploy Jandaeng, Surasak Phetmanee

The digital transformation makes our government sustainable accomplishment. Smart contracts are the primary purpose of digital government transformation. In this paper, we present ten simple rules to enable users to be careful and use this technology correctly. The organisation can be achieved a successful transformation to the smart organisation. Our rules are presented in nonchronological order that you should do before you even think about blockchain with smart contracts. This paper also encourages a regular user to apply in the government that still have used a traditional transaction. The recommendation can follow the suggested solution in order to have a successful migration from the traditional organisation towards suitable blockchain smart contracts.

Open access
Blockchain Technology Applications and Security
Original source
Jan 1, 2020·HAL (Le Centre pour la Communication Scientifique Directe)
14 cites
Termination of Ethereum’s Smart Contracts

Thomas Genet, Thomas Jensen, Justine Sauvage

Ethereum is a decentralized blockchain technology equipped with so-called Smart Contracts. A contract is a program whose code is public, which can be triggered by any user, and whose actual execution is performed by miners participating in Ethereum. Miners execute the contract on the Ethereum Virtual Machine (EVM) and apply its effect by adding new blocks to the blockchain. A contract that takes too much time to be processed by the miners of the network may result into delays or a denial of service in the Ethereum system. To prevent this scenario, termination of Ethereum's Smart Contracts is ensured using a gas mechanism. Roughly, the EVM consumes gas to process each instruction of a contract and the gas provided to run a contract is limited. This technique could make termination of contracts easy to prove but the way the official definition of the EVM specifies gas usage makes the proof of this property non-trivial. EVM implementations and formal analysis techniques of EVM's Smart Contracts use termination of contracts as an assumption, so having a formal proof of termination of contracts is crucial. This paper presents a mechanized, formal, and general proof of termination of Smart Contracts based on a measure of EVM call stacks.

Open access
2 source records
Blockchain Technology Applications and Security
Cloud Computing and Resource Management
Cryptography and Data Security
Original source
Jan 1, 2020·Cogent Economics & Finance
40 cites
Adaptive market hypothesis: An empirical analysis of time –varying market efficiency of cryptocurrencies

Ambreen Khursheed, Muhammad Abubakr Naeem, Sheraz Ahmed, Faisal Mustafa

This study examines the adaptive market hypothesis (AMH) in relation to time-varying market efficiency by using three tests, namely Generalized Spectral (GS), Dominguez-Lobato (DL) and the automatic portmanteau test (AP) test on four-digital currencies; Bitcoin, Monaro, Litecoin, and Steller over the sample period of 2014–2018. The study applies Jarque-Bera test, ADF test, Ljung-Box statistics and ARCH-LM test for testing normality of returns, stationarity of series, serial correlation and volatility clustering in returns and squared returns of selected cryptocurrencies. Further, the study adopts an extremely important category of martingale difference hypothesis (MDH), which uses non-linear methods of dependencies for identifying changing linear and non-linear dependence in the price movement of currencies. The results indicate that price movements with linear and nonlinear dependences varies over time. Our tests also reveal that Bitcoin, Monaro and Litecoin have the longest efficiency periods. While Steller shows the longest inefficient market period. In view of varying market conditions, the results indicate that different market periods have significant impact on prices fluctuations of cryptocurrencies. Therefore, our findings suggest implementing the adaptive market hypothesis (AMH) as predicting changes in cryptocurrency prices over time must consider the time-varying market conditions for efficient forecasting.

Open access
Complex Systems and Time Series Analysis
Market Dynamics and Volatility
Financial Markets and Investment Strategies
Original source
Jan 1, 2020·Research in International Business and Finance
23 cites
Benefits of sectoral cryptocurrency portfolio optimization

Maria Čuljak, Bojan Tomić, Saša Žiković

No abstract is available for this record.

Open access
2 source records
Financial Markets and Investment Strategies
Market Dynamics and Volatility
Blockchain Technology Applications and Security
Original source
Jan 1, 2020·The European Journal of Applied Economics
23 cites
The potential effects of cryptocurrencies on monetary policy

Nenad Tomić, Violeta Todorović, Božidar Čakajac

All current cryptocurrencies are controlled by private entities, so that the issue of impact on monetary system becomes very important. Autonomous decisions by private entities concerning the money supply could diminish the ability of central banks to implement monetary policy effectively. The subject of this paper is the influence of alternative cryptocurrency forms on the monetary system. The aim of this paper is to determine the ability of central banks to conduct monetary policy successfully in conditions of widespread use of cryptocurrencies in payment transactions. The situation in the cryptocurrency market is compared with the phases of Internet development and the current situation on other markets of electronic payment systems. It is concluded that cryptocurrencies do not have the capacity to endanger the traditional monetary system at the current level. Bearing in mind the early maturity of this market, certain predictions of possible future trends have been made. In the case of private cryptocurrency usage growth, central banks could partially or completely lose influence over monetary policy. The proposed solution is the development of national cryptocurrencies that would ensure the retention of seigniorage to central banks and the prevention of further use of private cryptocurrencies in criminal activities.

Open access
Blockchain Technology Applications and Security
Original source
Jan 1, 2020·Frontiers in Blockchain
27 cites
The Cost of Bitcoin Mining Has Never Really Increased

Yo-Der Song, Tomaso Aste

The Bitcoin network is burning a large amount of energy for mining. In this paper, we estimate the lower bound for the global mining energy cost for a period of ten years from 2010 to 2020, taking into account changes in energy costs, improvements in hashing technologies and hashing activity. We estimate energy cost for Bitcoin mining using two methods: Brent Crude oil prices as a global standard and regional industrial electricity prices weighted by the share of hashing activity. Despite a ten-billion-fold increase in hashing activity and a ten-million-fold increase in total energy consumption, we find the cost relative to the volume of transactions has not increased nor decreased since 2010. This is consistent with the perspective that, in order to keep the Blockchain system secure from double spending attacks, the proof or work must cost a sizable fraction of the value that can be transferred through the network. We estimate that in the Bitcoin network this fraction is of the order of 1%.

Open access
5 source records
Blockchain Technology Applications and Security
Market Dynamics and Volatility
Caching and Content Delivery
Original source
Jan 1, 2020·IEEE Access
42 cites
Double SHA-256 Hardware Architecture With Compact Message Expander for Bitcoin Mining

Hoai Luan Pham, Thi Hong Tran, Tri Dung Phan, Vu Trung Duong Le · 6 authors

In the Bitcoin network, computing double SHA-256 values consumes most of the network energy. Therefore, reducing the power consumption and increasing the processing rate for the double SHA256 algorithm is currently an important research trend. In this paper, we propose a high-data-rate low-power hardware architecture named the compact message expander (CME) double SHA-256. The CME double SHA-256 architecture combines resource sharing and fully unrolled datapath technologies to achieve both a high data rate and low power consumption. Notably, the CME algorithm utilizes the double SHA-256 input data characteristics to further reduce the hardware cost and power consumption. A review of the literature shows that the CME algorithm eliminates at least 9.68% of the 32-bit XOR gates, 16.49% of the 32-bit adders, and 16.79% of the registers required to calculate double SHA-256. We synthesized and laid out the CME double SHA-256 using CMOS 0.18 μm technology. The hardware cost of the synthesized circuit is approximately 13.88% less than that of the conventional approach. The chip layout size is 5.9 mm×5.9 mm, and the correctness of the circuit was verified on a real hardware platform (ZCU 102). The throughput of the proposed architecture is 61.44 Gbps on an ASIC with Rohm 180nm CMOS standard cell library and 340 Gbps on a FinFET FPGA 16nm Zynq UltraScale+ MPSoC ZCU102.

Open access
Blockchain Technology Applications and Security
Electrochemical sensors and biosensors
Advanced Memory and Neural Computing
Original source
Jan 1, 2020·Sensors
140 cites
A Privacy-Preserving Healthcare Framework Using Hyperledger Fabric

Stamatellis, Charalampos, Pavlos Papadopoulos, Nikolaos Pitropakis, Sokratis Katsikas · 5 authors

Electronic health record (EHR) management systems require the adoption of effective technologies when health information is being exchanged. Current management approaches often face risks that may expose medical record storage solutions to common security attack vectors. However, healthcare-oriented blockchain solutions can provide a decentralized, anonymous and secure EHR handling approach. This paper presents PREHEALTH, a privacy-preserving EHR management solution that uses distributed ledger technology and an Identity Mixer (Idemix). The paper describes a proof-of-concept implementation that uses the Hyperledger Fabric's permissioned blockchain framework. The proposed solution is able to store patient records effectively whilst providing anonymity and unlinkability. Experimental performance evaluation results demonstrate the scheme's efficiency and feasibility for real-world scale deployment.

Open access
3 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Access Control and Trust
Original source
Jan 1, 2020·IEEE Access
115 cites
Survival Study on Blockchain Based 6G-Enabled Mobile Edge Computation for IoT Automation

Ramesh Sekaran, Rizwan Patan, Arunprasath Raveendran, Fadi Al‐Turjman · 6 authors

Internet of Things (IoT) and Mobile Edge Computing (MEC) technology acts as a significant part of daily lives to facilitate control and monitoring of objects to revolutionize the ways that human interacts with physical world. IoT system includes large volume of data with network connectivity, power, and storage resources to transform data into meaningful information. Blockchain has decentralized nature to provide useful mechanism for addressing IoT challenges. Blockchain is distributed ledger with fundamental attributes, namely recorded, transparent, and decentralized. Blockchain formed participants in distributed ledger to record the transactions and communicate with other through trustless method. Security is considered as the most valuable features of Blockchain. IoT and Blockchain are emerging ideas for creating the applications to share the intrinsic features. Several existing works has been developed for the integration of blockchain with IoT. But, Blockchain protocols in the state-of-the-art works with IoT failed to consider the computational loads, delays, and bandwidth overhead which lead to new set of problems. The review estimates main challenges in integration of Blockchain and IoT technologies to attain high-level solutions by addressing the shortcomings and limitations of IoT and Blockchain technologies.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Advanced Wireless Communication Technologies
Original source
Jan 1, 2020·IEEE Access
54 cites
A Graph Model Based Blockchain Implementation for Increasing Performance and Security in Decentralized Ledger Systems

Konstantinos Tsoulias, Georgios Palaiokrassas, Georgios Fragkos, Αντώνιος Λίτκε · 5 authors

Blockchains are being recently used as a supporting technology framework for decentralized applications requiring functionalities such as exchange of value through tokens, cryptocurrency and smart contracts. In this paper, we have developed a decentralized application model in Python, where blockchain data are stored in a Neo4j graph database. Following the basic principles of Ethereum blockchain network, we implemented a Casper-like consensus mechanism and tested its effectiveness in achieving finality. For block proposing, we employed both Proof of Work and Proof of Stake protocols and examined how participants' incentives and consensus criteria differ according to each one. A major part of this work is to incorporate the graph model in the functionality of the blockchain and its components, while also exploiting its benefits in data analysis by finding relationships between data and extracting their true value. Through this approach, we were able to monitor and visualize changes in blockchain data in various use case scenarios. Lastly, we ran a series of simulated experiments to test the efficiency of the implemented technologies and mechanisms in preventing the most common blockchain attacks such as the 51% Attack, Catastrophic Crashes and Attack from dynamic validator sets. We show how the modelling of the blockchain data as a distributed graph can assist protocols operations, enhance their security, and facilitate the application of analytical methods to the stored information through path-dependent queries.

Open access
Blockchain Technology Applications and Security
Original source
Jan 1, 2020·IEEE Access
70 cites
Blockchain-Based Transaction Validation Protocol for a Secure Distributed IoT Network

A. S. M. Sanwar Hosen, Saurabh Singh, Pradip Kumar Sharma, Uttam Ghosh · 7 authors

Blockchain is attracting more and more attention to its applicability in the fields of Internet of Things (IoT). In particular, it is able to store data in unalterable blocks, associated with its secure peer-to-peer in a growing problem of transaction authorization in industrial and service provisioning applications. Moreover, it facilitates decentralized transaction (TX) validation and distributed ledger. The underneath algorithm of TX selection for validation may not be effective in terms of delay of various services of the applications. Because the existing random-based or fee-based selections are a delay insensitive that does not guarantee a minimum delay of a time-critical TX. This paper proposes a blockchain-based transaction validation protocol for a secure distributed IoT network. It includes a context-aware TX validation technique, where a TX is validated by a miner with the priority of a service. Besides, we adopt the Software Defined Networking enabled gateway as a middleware between IoT and the blockchain network in which the control operations and security of the network in a largescale are ensured. The proposed network model has evaluated and compared to the Core network. The results ensure the given priority in TX validation is more delay sensitive than the existing technique to provide quality of service of the network.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Software-Defined Networks and 5G
Original source