Blockchain Papers

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

497 papersLast indexed Aug 31, 2026
Search papers

Paper index

497 results · page 14 of 21

Clear filters
Jan 1, 2021·IEEE Access
78 cites
On Performance of PBFT Blockchain Consensus Algorithm for IoT-Applications With Constrained Devices

Yaroslav Meshcheryakov, Anna Melman, Oleg Evsutin, Vladimir Morozov · 5 authors

Cyber-physical systems and the Internet of things (IoT) are becoming an integral part of the digital society. The use of IoT services improves human life in many ways. Protection against cyber threats is an utmost important prospect of IoT devices operation. Malicious activities lead to confidential data leakage and incorrect performance of devices becomes critical. Therefore, development of effective solutions that can protect both IoT devices data and data exchange networks turns in to a real challenge. This study provides a critical analysis of the feasibility of using blockchain technology to protect constrained IoT devices data, justifies the choice of Practical Byzantine Fault Tolerance (PBFT) consensus algorithm for implementation on such devices, and simulates the main distributed ledger scenarios using PBFT. In this paper we investigate typical IoT network scenarios that can disrupt system performance. To ensure the adequacy of the models under study, we have analyzed the characteristics of real constrained IoT devices in terms of computing power and data rate. The simulation results demonstrate efficiency of the blockchain technology for constrained devices and make it possible to evaluate applicability limits of the chosen consensus algorithm.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source
Jan 1, 2021·IEEE Access
25 cites
An On-Chain Analysis-Based Approach to Predict Ethereum Prices

Nishant Jagannath, Tudor Barbulescu, Karam M. Sallam, Ibrahim Elgendi · 8 authors

The Ethereum blockchain generates a significant amount of data due to its intrinsic transparency and decentralized nature. It is also referred to as on-chain data and is openly accessible to the world. Moreover, the on-chain data is timestamped, integrated, and validated into an open ledger. This important blockchain feature enables us to assess the network’s health and usage. It serves as a massive data warehouse for complex prediction algorithms that can effectively detect systemic trends and forecast future behavior. We adopt a quantitative approach using a subset of these metrics to determine the network’s true monetary value by developing a Long Short-Term Memory Recurrent Neural Network (LSTM-RNN) with the metrics most closely associated with the price as inputs. Since several hyperparameters regulate the learning process in an RNN, they are highly sensitive to their values. It is thus critical, to select optimal hyperparameters so that the training is quick and effective. Determining the optimal parameters of an RNN model is a tedious and complex process. Hence, previous studies have developed several self-adaptive approaches to determine the optimal values for various parameters effectively. However, none of the prior studies explore self-adaptive algorithms in deep learning models in conjunction with on-chain data to predict cryptocurrency prices. In this paper, we propose three self-adaptive techniques, each of which converges on a set of optimal parameters to predict the price of Ethereum accurately. We compare our results to a traditional LSTM model. Our approach exhibits 86.94% accuracy while maintaining a minimum error rate.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Stock Market Forecasting Methods
Original source
Jan 1, 2021·National Bureau of Economic Research
162 cites
Blockchain Analysis of the Bitcoin Market

Igor Makarov, Antoinette Schoar

In this paper, we provide detailed analyses of the Bitcoin network and its main participants. We build a novel database using a large number of public and proprietary sources to link Bitcoin addresses to real entities and develop an extensive suite of algorithms to extract information about the behavior of the main market participants. We conduct three major pieces of analysis of the Bitcoin eco-system. First, we analyze the transaction volume and network structure of the main participants on the blockchain. Second, we document the concentration and regional composition of the miners which are the backbone of the verification protocol and ensure the integrity of the blockchain ledger. Finally, we analyze the ownership concentration of the largest holders of Bitcoin.

Open access
3 source records
Blockchain Technology Applications and Security
Complex Network Analysis Techniques
Data Stream Mining Techniques
Original source
Dec 31, 2020·Iraqi Journal of Information & Communications Technology
12 cites
CONSENSUS ALGORITHMS BASED BLOCKCHAIN OF THINGS FOR DISTRIBUTED HEALTHCARE

Istabraq M. Al‐Joboury, Emad H. Al-Hemiary

Internet of Things (IoT) consists of smart Things with evolution of ubiquitous computing. Fog Computing (FC) processes and analyzes data of these sensors near to users. However, the ever-increasing in number of Things and the consequent explosion in data traffic have led to fail traditional solutions of centralized storage. Blockchain is a new technology developed as a shared ledger build around peer-to-peer network to produce unchangeable blocks that contain multiple data. These blocks are linked to previous ones in sequence called chain through hash functions. Participants in blockchain selects a leader through one of consensus algorithms who adds new blocks in the chain to prevent dishonest nodes from creating invalid blocks. In this paper, we propose IoT based blockchain architecture named blockchain of Things to store medical records in a distributed manner. The architecture is emulated on Fog server Linux-based using Node.js and Postman. Three consensus protocols, namely: Proof of Work (PoW), Proof of Stake (PoS), and Byzantine Fault Tolerance (PBFT) are emulated and communicated using WebSocket. The consensus algorithms are evaluated in terms of CPU utilization and memory usage. The results show that PoS compared to PoW and PBFT is more lightweight and beneficial to IoT application.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source
Dec 7, 2020·2020 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)
9 cites
Forecasting Transactional Amount in Bitcoin Network Using Temporal GNN Approach

Shakshi Sharma, Rajesh Sharma

Financial institutions such as banks regularly forecast the amount of finances an individual will have in his/her account in the near future. This can help banks in categorizing their customers so that banks can recommend financial products that matches the needs of their customers. In this work, we explored the historical financial transactions for predicting the amount a customer will receive through his/her transacting partners at a specific time. In particular, we use the Bitcoin transactional dataset, which has two main characteristics: i) network, and ii) temporal. This paper contributes by exploiting a specific kind of Graph Neural Network approach called Temporal-Graph Convolutional Network (T-GCN) for predicting the amount of Bitcoins received by a customer at a particular timestamp. The lower errors obtained using T-GCN approach compared to 11 baseline approaches (such as Support Vector Regression (SVR), Random Forest Regression (RFR), Vector Auto-Regressive (VAR), Long Short-Term Memory (LSTM), etc.) clearly demonstrate the effectiveness of T-GCN approach. In addition, our findings reveal that time is an important feature for such kind of predictive tasks.

Blockchain Technology Applications and Security
Stock Market Forecasting Methods
Data Stream Mining Techniques
Original source
Nov 24, 2020·2020 5th International Conference on Cloud Computing and Artificial Intelligence: Technologies and Applications (CloudTech)
16 cites
An Artificial Neural Networks Based Ensemble System to Forecast Bitcoin Daily Trading Volume

Salim Lahmiri, Raafat George Saadé, Danielle Morin, Fassil Nebebe

Cryptocurrencies are digital assets gaining popularity and generating huge transactions on electronic platforms. We develop an ensemble predictive system based on artificial neural networks to forecast Bitcoin daily trading volume level. Indeed, although ensemble forecasts are increasingly employed in various forecasting tasks, developing an intelligent predictive system for Bitcoin trading volume based on ensemble forecasts has not been addressed yet. Ensemble Bitcoin trading volume are forecasted using two specific artificial neural networks; namely, radial basis function neural networks (RBFNN) and generalized regression neural networks (GRNN). They are adopted to respectively capture local and general patterns in Bitcoin trading volume data. Finally, the feedforward artificial neural network (FFNN) is implemented to generate Bitcoin final trading volume after having aggregated the forecasts from RBFNN and GRNN. In this regard, FFNN is executed to merge local and global forecasts in a nonlinear framework. Overall, our proposed ensemble predictive system reduced the forecasting errors by 18.81% and 62.86% when compared to its components RBFNN and GRNN, respectively. In addition, the ensemble system reduced the forecasting error by 90.49% when compared to a single FFNN used as a basic reference model. Thus, the empirical outcomes show that our proposed ensemble predictive model allows achieving an improvement in terms of forecasting. Regarding the practical results of this work, while being fast, applying the artificial neural networks to develop an ensemble predictive system to forecast Bitcoin daily trading volume is recommended to apply for addressing simultaneously local and global patterns used to characterize Bitcoin trading data. We conclude that the proposed artificial neural networks ensemble forecasting model is easy to implement and efficient for Bitcoin daily volume forecasting.

Stock Market Forecasting Methods
Data Stream Mining Techniques
Complex Systems and Time Series Analysis
Original source
Nov 20, 2020·Informatica
9 cites
The Analysis of the Characteristics and Evolution of the Collaboration Network in Blockchain Domain

Dejian Yu, Yitong Chen

Blockchain is a decentralized database, which can protect the safety of trade and avoid double payment. Due to the widespread attention of researchers, the studies of this field have increased sharply in recent years. It is meaningful to reveal the development level and trends based on this literature. This paper adopts bibliometric methods to study the collaboration characteristics from the levels of author, institution and country. Furthermore, several kinds of collaboration networks and their centrality analysis are also presented, which not only display the development level and collaboration degree but also the evolution of author collaboration modes in different phases.

Open access
Blockchain Technology Applications and Security
Complex Network Analysis Techniques
Data Stream Mining Techniques
Original source
Nov 18, 2020·Institution of Engineering and Technology eBooks
4 cites
Machine learning in blockchain

Kolla Bhanu Prakash, Vadla Pradeep Kumar, Venkata Raghavendra Pawan

The promise and potential of blockchain to drive social impact is enormous. Blockchain will touch every significant industry which people interact with in dayto-day life. Blockchain will enable solutions that are not previously possible. Health sector recently attracted more initiatives than any other industry. Applications for blockchain in health include digital health records exchange and pharmaceutical supply chain management. In many of these areas, blockchain offers a more secure, decentralized and efficient solution than would otherwise be possible. Blockchain and machine learning (ML) technologies are gaining strong momentum and thrust around the world. Blockchain, a disruptive technology, made its big splash with crypto currencies invention and trading. On the other hand, with predictive and descriptive algorithms, ML is making considerable waves in harnessing existing data to identify patterns and gain insights. Congregating the two technologies can only make them super disruptive! Both have the potential to hasten data exploration and analysis as well as intensify transactions security. Additionally, distributed blockchains can be a significant and proven input for ML, which requires big datasets to make quality predictions. It goes without saying that each technology has its degree of complexity, but both artificial intelligence (AI) and blockchain are in situations where they can benefit from each other and help one another. Both these technologies are able to effect and enact upon data in different ways as their combination makes sense, which can take the exploitation of data to new levels. At the same time, the integration of ML and AI into the blockchain, and vice versa, can enhance blockchain's underlying architecture and boost AI's potential. Additionally, blockchain can also make AI more coherent and understandable for tracing and decision-making using ML techniques. Blockchain and its ledger can record all data and variables that go through a decision made under ML. The present chapter focuses on a few standard ML algorithms that are useful in supporting blockchain technology.

Blockchain Technology Applications and Security
Brain Tumor Detection and Classification
Data Stream Mining Techniques
Original source
Nov 17, 2020·Spiral (Imperial College London)
34 cites
BONIK: A Blockchain Empowered Chatbot for Financial Transactions

Md. Saiful Islam Bhuiyan, Abdur Razzak, Md Sadek Ferdous, Chowdhury, MJM · 6 authors

A Chatbot is a popular platform to enable users to interact with a software or website to gather information or execute actions in an automated fashion. In recent years, chatbots are being used for executing financial transactions, however, there are a number of security issues, such as secure authentication, data integrity, system availability and transparency, that must be carefully handled for their wide-scale adoption. Recently, the blockchain technology, with a number of security advantages, has emerged as one of the foundational technologies with the potential to disrupt a number of application domains, particularly in the financial sector. In this paper, we forward the idea of integrating a chatbot with blockchain technology in the view to improve the security issues in financial chatbots. More specifically, we present BONIK, a blockchain empowered chatbot for financial transactions, and discuss its architecture and design choices. Furthermore, we explore the developed Proof-of-Concept (PoC), evaluate its performance, analyse how different security and privacy issues are mitigated using BONIK.

Open access
2 source records
cs.CR
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Original source
Nov 9, 2020·2020 IEEE 10th International Conference on System Engineering and Technology (ICSET)
5 cites
Highlight on Cryptocurrencies Mining with CPUs and GPUs and their Benefits Based on their Characteristics

Mahdi Alkaeed, Zaid Alamro, Muhammed Al-Ali, Hasan Abbas Al-Mohammed · 5 authors

Nowadays cryptography and their technologies have been with us for a long time. This field of science is developing day by day. Blockchain has come a long way since the birth of its first application. This application is Bitcoin which depends on Blockchain or DLT (Distributed Ledger Technology). Bitcoin is the most famous cryptocurrency intended for mass which appeared the first time in 2008. This innovation led to sparked in the digital revolution, which provides for many sectors and industries the security features, decentralization, and a reliable mechanism for transmission and storing data. This new technology led to the meteoric rise of Bitcoin and other such cryptocurrencies, so this has aroused the interest of governments and emerging companies to get an effective role in competition. We can apply blockchain in different sectors and different Internet of things (IoT). Cryptocurrency mining has become a major concern for computer professionals and also for those who earn more money from an additional source. Mining is a process for settle mathematical issues that depend on the strength and speed of the devices to solve those problems, which by resolving them leads to getting rewards in the form of a digital currency. In this paper, we will highlight the benefits of using both CPU (Central Processing Unit) and GPU (Graphical Processing Unit) and a practical comparison between them to find out the best and fastest based on previous studies and on the characteristics and architecture of each.

Data Mining Algorithms and Applications
Data Stream Mining Techniques
Network Security and Intrusion Detection
Original source
Nov 9, 2020·2020 15th IEEE Conference on Industrial Electronics and Applications (ICIEA)
5 cites
A Review on Data Analysis of Bitcoin Transaction Entity

Xi He, Zhang Fan, Shenwen Lin, Mao Hongliang · 5 authors

Bitcoin is a decentralized cryptocurrency that has led to a new trading model. It allows people to trade directly without going through financial institutions such as banks. This model results in many transactions that occur outside the law and beyond ethical constraints. In such an anonymous environment, the large number of entities using Bitcoin, and the huge scale of the Bitcoin trading network make it difficult for users to have a rough idea of the entire trading network before transaction. Thus, it is of great theoretical and practical significance to summarize the research problems, achievements and possible research trends based on Bitcoin data analysis. Therefore, in this paper we review the literatures about data analysis on Bitcoin transaction entities. Starting from the relevant conceptual framework of Bitcoin, this paper divides the existing research models into three categories, heuristic algorithm identification of entities, transaction descriptive statistics and network analysis, and visual system analysis. By analyzing the transaction entity, Bitcoin transaction data can be processed in a manner which is similar to an account, such as a bank or credit card, thereby achieving the purpose of in-depth analysis of all transaction activities related to the account entity. Finally, we summarize the data analysis results of Bitcoin transaction network and prospects of the future research directions.

2 source records
Blockchain Technology Applications and Security
Complex Systems and Time Series Analysis
Data Stream Mining Techniques
Original source
Nov 1, 2020·2020 First International Conference of Smart Systems and Emerging Technologies (SMARTTECH)
22 cites
Enhancing the security of financial transactions in Blockchain by using machine learning techniques: towards a sophisticated security tool for banking and finance

Dalila Boughaci, Abdullah A. K. Alkhawaldeh

Blockchain is an innovative technology that can be used for processing and sharing data in a safe manner, via an unreliable network. This paper starts with a background of blockchains. We give some principal concepts of this new technology. Then we deal with machine learning as intelligent techniques that may be used for analyzing huge datasets and detecting eventual malicious transactions that can be occured in the untrusted network. We show the importance of such intelligent techniques when combining together to make good decisions in banking and finance. Our idea is applied to the Bitcoin system where the public Elliptic dataset from Kaggle is used as a benchmark. Since the latter is not all labeled, we use the k-means algorithm to partition the unlabeled data into two main clusters while the labeled data are moved to their corresponding clusters. Then, four machine learning techniques are used to classify all the data. The proposed system shows promising results in particular when combining k-means with the random forest classifier.

Blockchain Technology Applications and Security
Imbalanced Data Classification Techniques
Data Stream Mining Techniques
Original source
Nov 1, 2020·2020 IEEE International Conference on Blockchain (Blockchain)
21 cites
Blockchain and off-chain: A Solution for Audit Issues in Supply Chain Systems

Juan Carlos López-Pimentel, Omar Rojas, Raúl Monroy

Even though there are researchers focused on implementing blockchain in auditing aspects, some data is cumbersome, and storing it on a blockchain requires too much computational cost. That's where a hybrid solution would be better. We aim to provide a blockchain-off-chain mechanism in the supply chain area. This paper presents an audit mechanism that, in the first instance, saves all the events (records) of a supply chain within a blockchain in a hashed form. In a second instance, users of a supply chain system can query integrity, data provenance, and traceability to blockchain through an intermediate server that establishes communication between blockchain and the supply chain. Our proposal has been validated employing a proof of concept where, some avocado supply chain services have been implemented using a microservices architecture.

Blockchain Technology Applications and Security
Data Stream Mining Techniques
IoT and Edge/Fog Computing
Original source
Nov 1, 2020·IOP Conference Series Materials Science and Engineering
1 cites
Prediction of Link Weight of bitcoin Network by Leveraging the Community Structure

hiba almamoori, Huda Naji Nawaf

Abstract In this work, the issue of predicting the edge weight in Bitcoin network has been addressed by leveraging community structure that involves members who trust with each other in their transactions. The proposed model consists of two main stages; the first one is the detection of trusted Bitcoin communities by implementing Newman- Girvan algorithm. In the context, the attributes of node have been modeling in different ways to get different structure of communities each time. Secondly, prediction the missing edge weight based on the neighbors of edge-source in community. In other words, the trust values that pointed to edge-target by neighbors are averaged to represent the prediction of missing edge weight. Practically, the model has been evaluated using two real-world datasets; Bitcoin-OTC and Bitcoin-Alpha datasets. The experimental results explicate the effectiveness of the proposed model comparable with other methods, where the minimization percentage for Bitcoin-OTC dataset is 4% and 18% for all and partial edges respectively. As for Bitcoin-Alpha dataset are 0% and 30% for all and partial edges respectively.

Open access
2 source records
Complex Network Analysis Techniques
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
Oct 23, 2020·arXiv
91 cites
Towards A First Step to Understand Flash Loan and Its Applications in DeFi Ecosystem

Dabao Wang, Siwei Wu, Ziling Lin, Lei Wu · 8 authors

Flash Loan, as an emerging service in the decentralized finance ecosystem, allows users to request a non-collateral loan. While providing convenience, it also enables attackers to launch malicious operations with a large amount of asset that they do not have. Though there exist spot media reports of attacks that leverage Flash Loan, there lacks a comprehensive understanding of existing Flash Loan services. In this work, we take the first step to study the Flash Loan service provided by three popular platforms. Specifically, we first illustrate the interactions between Flash Loan providers and users. Then, we design three patterns to identify Flash Loan transactions. Based on the patterns, 76, 303 transactions are determined. The evaluation results show that the Flash Loan services get more popular over time. At last, we present four Flash Loan applications with real-world examples and propose two potential research directions.

Open access
2 source records
Blockchain Technology Applications and Security
Advanced Malware Detection Techniques
Data Stream Mining Techniques
Original source
Oct 20, 2020·Anais do Symposium on Knowledge Discovery, Mining and Learning (KDMiLe 2020)
9 cites
Short-Term Forecasting in Bitcoin Time Series Using LSTM and GRU RNNs

Marcelo De Caux, Flávia Bernardini, José Viterbo

In recent years, bitcoin has become a very attractive investment in financial industry, which is not controlled by governments, but is based on trust between transfers under the technology of block chain. Hence, forecasting future bitcoin cryptocurrency values is a problem that has attracted the attention of many researchers in the field, while proving to be a very challenging problem. This work presents an experimental analysis using LSTM and GRUs for forecasting bitcoin values in a minute-granulated time for the entire next day. To this end we also present our methodology for conducting the experiments. The final goal is to create the core of a financial prediction tool around the RNNs. In our experiments, we achieved interesting results such as a SMAPE of 0.0002, a RMSE of US$ 3.844 and a rRMSE of 0.0028 in a day where bitcoin rates vary from US$ 13.2K and US$ 14.6K, surpassing the results of SMAPE found in the literature and proposed limit of SMAPE smaller than 0.007 for forecasts.

Open access
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
Oct 14, 2020·2020 6th Information Technology International Seminar (ITIS)
10 cites
Realtime monitoring of Bitcoin prices on several Cryptocurrency markets using Web API, Telegram Bot, MySQL Database, and PHP-Cronjob

Rizky Parlika, Pratama Wirya Atmaja

Various ways have been done by researchers from all over the world to predict the price of Bitcoin which is the first digital commodity based on blockchain. Various forecasting and computational techniques have been widely applied and continue to be refined to find a prediction package that has the closest accuracy. The purpose of this research is to test hundreds of API data shared by hundreds of Cryptocurrency Markets and as a result we have succeeded in extracting the latest bitcoin price data from 20 Crypto Markets via shared APIs. This data will then be stored in a MySQL database on hosting automatically when a condition is reached. This data can then be mined continuously using Cronjob, and to facilitate the reading of data that has been collected, we use a telegram bot as well as using a web-based application. This step is expected to help in efforts to monitor bitcoin price movements and predict future price movements.

2 source records
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Currency Recognition and Detection
Original source
Oct 9, 2020·2020 International Conference on Smart Technologies in Computing, Electrical and Electronics (ICSTCEE)
5 cites
Bitcoin Alert System using Bolt IoT Integrated with Blockchain

Srinidhi Srinivasan, Rubasri Sundar, Sam Joy Herald Immanuel, Ramesh Belvadi · 5 authors

The emergence of cryptocurrency has sparked an interesting debate on the future of financial transactions. Post-COVID, there will be unbelievable advancements in the most popular and promising technology, cryptocurrency particularly bitcoins, as it is more valuable than any form of cryptocurrencies. Our work is about bitcoin price alert system using bolt Internet of Things (IOT) and Blockchain. In this research paper, we will be writing a python program that checks the current price of the bitcoin and sends an alert if the current price of the bitcoin is higher than the set selling price. The program checks the current price of bitcoins whenever the price of bitcoins is updated. And at that same time it compares the current price with the bitcoin price that has been set as selling price. It alerts through buzzer, email and message. For this we use Bolt Internet of Things (IOT) module and ubuntu software for writing program in python.

Blockchain Technology Applications and Security
Data Stream Mining Techniques
Data Visualization and Analytics
Original source
Oct 7, 2020·Shock and Vibration
17 cites
Consensus Mechanism of IoT Based on Blockchain Technology

Yue Wu, Liangtu Song, Lei Liu, Jincheng Li · 6 authors

Applying blockchain technology to the Internet of Things (IoT) remains a huge challenge. To meet the actual needs of IoT, a lightweight and high-throughput consensus mechanism, combined with blockchain technology, is proposed in this study. Blockchain nodes use the Diffie–Hellman algorithm for key negotiation. Sensors and blockchain nodes can use the shared key to generate HMAC (Hash-based Message Authentication Code) signatures for sensor-aware transactions and use the Verifiable Random Function to implement block nodes. Offline fast election, which is the node that wins the election, becomes the block node. Machine learning methods are also introduced to identify or remove outliers in the sensor data before such data are uploaded to the chain. Experimental results show that the system throughput synchronously increases as the test load increases. Moreover, when the test load is 800 tps, the system throughput reaches the maximum, close to 600 tps. When the test load exceeds 800 tps, the actual system throughput starts to drop, and approximately 90% of transactions have a delay time within 5000 ms. This method can be used in a lightweight IoT system.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source
Oct 1, 2020·2020 3rd International Conference on Smart BlockChain (SmartBlock)
32 cites
Blockchain Technologies and Their Applications in Data Science and Cyber Security

Bhavani Thuraisingham

Blockchain technologies have been very effective in processing distributed transactions securely. They have many applications including in handling bitcoin cryptocurrencies and smart contracts. More recently the use of blockchain has been explored for data science applications. This paper examines blockchain technologies and discusses their applications in data science and cyber security.

Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Data Stream Mining Techniques
Original source
Oct 1, 2020·Journal of Physics Conference Series
0 cites
A Distributed Ledger-based Message Board for Complex Classifier Optimization in the Fog Environments

Iakov Korovin, E. V. Melnik, Anna Klimenko

Abstract The paper deals with the architecture and design of the complex distributed classifier for the intelligent video surveillance systems considering the contemporary tendency to detect the abnormal or suspicious behavior of the individuals by means of behavioral features set analysis. This paper focuses on the implementation of multiagent systems concept and the distributed ledger technology to the distributed message board architecture. Two selected approaches to the distributed ledger implementation are analyzed and estimated in terms of classifiers cooperation. Some simulation results are provided and discussed in terms of time consumption.

Open access
Artificial Immune Systems Applications
Neural Networks and Applications
Data Stream Mining Techniques
Original source
Sep 28, 2020·2020 IEEE International Smart Cities Conference (ISC2)
5 cites
BIT: A Blockchain Integrated Time Banking System for Community Exchange Economy

Ronghua Xu, Zhe Zhai, Yu Chen, J. Koji Lum

Advancements in Artificial Intelligence (AI) and Big Data technologies are reshaping the global economy. The community currency network is receiving more attention through enhancing social ties within a community. As the most popular type of community currency, Time Banking (TB) is a generalized community exchange economy, which uses the time to evaluate each participant's contributions on the same scale rather than any equivalence with the official national currency. TB is a noble idea with the potential to improve the quality of life through prosocial, reciprocally beneficial activities among community members. However, it also brings new concerns about security and trust issues. Inspired by blockchain and smart contract, this paper introduces a Blockchain Integrated Timebanking (BIT) system to secure a decentralized community exchange economy. In BIT system, service providers and recipients can securely exchange effort through a self-executing smart contract without relying on a third-party trust authority. The blockchain network ensures immutability, auditability, and traceability of all data and service transactions recorded on the distributed ledger. A proof-of-concept prototype was implemented and tested on a private Ethereum network. The experimental results verify the feasibility of the proposed BIT to provide decentralized community service exchanges with limited computation overhead and network latency.

Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Data Stream Mining Techniques
Original source
Sep 4, 2020·Proceedings of the 3rd Workshop on Cryptocurrencies and Blockchains for Distributed Systems
1 cites
DiLeNA

Luca Serena, Stefano Ferretti, Gabriele D’Angelo

This paper describes the Distributed Ledger Network Analyzer (DiLeNA), a new software tool for the analysis of the transactions network recorded in Distributed Ledger Technologies (DLTs). The set of transactions in a DLT forms a complex network. Studying its characteristics and peculiarities is of paramount importance, in order to understand how users interact in the distributed ledger system. The tool design and implementation is introduced and some results are provided. In particular, the Bitcoin and Ethereum blockchains, i.e. the most famous and used DLTs at the time of writing, have been analyzed and compared.

Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Data Stream Mining Techniques
Original source
Sep 2, 2020·International Journal of Distributed Systems and Technologies
15 cites
Fuzzy Crow Search Algorithm-Based Deep LSTM for Bitcoin Prediction

Chandrasekar Ravi

Prediction of stock market trends is considered as an important task and is of great attention as predicting stock prices successfully may lead to attractive profits by making proper decisions. Stock market prediction is a major challenge owing to non-stationary, blaring, and chaotic data and thus, the prediction becomes challenging among the investors to invest the money for making profits. Initially, the blockchain network is fed to the blockchain network bridge from which the bitcoin data is acquired that is followed with the bitcoin prediction. Bitcoin prediction is performed using the proposed FuzzyCSA-based Deep Long short-term memory (LSTM). At first, the flow strength indicators are extracted based on Double exponential moving average (DEMA), Rate of Change (ROCR), Average True Range (ATR), Simple Moving Average (SMA), and Moving Average Convergence Divergence (MACD) from the blockchain data. Based on the extracted features, the prediction is done using FuzzyCSA-based Deep LSTM, which is the combination of FuzzyCSA with Deep LSTM. Then, the CSA is modified using the fuzzy operator for determining the optimal weights in Deep LSTM. The experimentation of the proposed method is performed from the openly available dataset. The analysis of the method in terms of Mean Absolute Error (MAE), and Root Mean Square Error (RMSE) reveals that the proposed FuzzyCSA-based Deep LSTM acquired a minimal MAE of 0.4811, and the minimal RMSE of 0.3905, respectively.

Blockchain Technology Applications and Security
Stock Market Forecasting Methods
Data Stream Mining Techniques
Original source