Blockchain Papers

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

1,187 papersLast indexed Aug 31, 2026
Search papers

Paper index

1,187 results · page 23 of 50

Clear filters
Aug 18, 2021
3 cites
Blockchain and games

Vladimir Shcherba, Rasheed Hussain

Multiplayer computer games can be divided into two architectural groups: client-server and Peer-to-Peer (P2P). While the peer-to-peer approach is very promising due to its independence of expensive game servers, a number of issues, such as state synchronization in an un-trusted environment, arise. Blockchain networks are a special case of a P2P network, and they have the potential to efficiently tackle some issues with P2P-based multiplayer games. However, blockchain development is a vast and complicated area, foreign to most game developers. In this paper, we present a framework to connect an existing game client to a blockchain network, friendly towards game developers. More precisely, we develop a middleware solution and a data model therein, to store the game state on a chain and communicate it to the game client.

Peer-to-Peer Network Technologies
Caching and Content Delivery
Cloud Computing and Resource Management
Original source
Aug 9, 2021·arXiv (Cornell University)
0 cites
Aurora: a probabilistic algorithm for distributed ledgers enabling trustless synchronization and transaction inclusion verification

Federico Matteo Benčić, Ivana Podnar Žarko

A new node joining a blockchain network first synchronizes with the network to verify ledger state by downloading the entire ledger history. We present Aurora, a probabilistic algorithm that \textit{identifies honest nodes} for transient or persistent communication in the presence of malicious nodes in a blockchain network, or ceases operation if it is unable to do so. The algorithm allows a node joining the network to make an informed decision about its next synchronization step or to verify that a transaction is contained in a valid ledger block without downloading the entire ledger or even the header chain. The algorithm constructs a Directed Acyclic Graph on the network topology to select a subset of nodes including a predefined number of honest nodes with a given probability. It is evaluated on a Bitcoin-like network topology using an open-source blockchain simulator. We investigate algorithm performance and analyze its communication complexity. Our results show that the algorithm facilitates trustless interactions of resource-constrained nodes with a blockchain network containing malicious nodes to enable a leaner initial blockchain download or an efficient and trustless transaction inclusion verification. Moreover, the algorithm can be implemented without any changes to the existing consensus protocol.

Open access
2 source records
cs.CR
Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Original source
Aug 2, 2021·arXiv (Cornell University)
0 cites
Estimating the Peer Degree of Reachable Peers in the Bitcoin P2P Network

Matthias Grundmann, Max Baumstark, Hannes Hartenstein

A recent spam wave of IP addresses in the Bitcoin P2P network allowed us to estimate the degree distribution of reachable peers in the network. The resulting distribution shows that about every second reachable peer runs with Bitcoin Core's default setting of a maximum of 125 concurrent connections and nearly all connection slots are taken. We validate this result and, in addition, use our observations of the spam wave to group addresses that belong to the same peer. By doing this grouping, we improve on previous measurements and show that simply counting addresses overestimates the number of reachable peers by 13 %.

Open access
2 source records
cs.NI
cs.CR
Peer-to-Peer Network Technologies
Original source
Aug 1, 2021·2021 IEEE International Conference on Service-Oriented System Engineering (SOSE)
6 cites
RectorDApp: Decentralized Application for Managing University Rector Elections

Jesús Rosa-Bilbao, Juan Boubeta-­Puig

Blockchain is a distributed and secure database that can be applied to all types of transactions. Blockchain technology is growing in popularity because it allows for the development of applications whose information is traceable, immutable, transparent and reliable. Given the advantages that blockchain provides over other traditional systems, in this paper we present a decentralized application, called RectorDApp, for the management of university rector voting in a private, but transparent and immutable way, being able to verify publicly and in real time the election results. RectorDApp, capable of interacting with the Ethereum public blockchain network, was developed using the Truffle framework and the MetaMask software. The results demonstrate that RectorDApp is a highly useful application to address the digital transformation of university rector elections.

Internet Traffic Analysis and Secure E-voting
Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Original source
Jul 27, 2021·Peer-to-Peer Networking and Applications
2 cites
AToM: Active Topology Monitoring for the Bitcoin Peer-to-Peer Network

Federico Franzoni, Xavier Salleras, Vanesa Daza

Abstract Over the past decade, the Bitcoin P2P network protocol has become a reference model for all modern cryptocurrencies. While nodes in this network are known, the connections among them are kept hidden, as it is commonly believed that this helps protect from deanonymization and low-level attacks. However, adversaries can bypass this limitation by inferring connections through side channels. At the same time, the lack of topology information hinders the analysis of the network, which is essential to improve efficiency and security. In this paper, we thoroughly review network-level attacks and empirically show that topology obfuscation is not an effective countermeasure. We then argue that the benefits of an open topology potentially outweigh its risks, and propose a protocol to reliably infer and monitor connections among reachable nodes of the Bitcoin network. We formally analyze our protocol and experimentally evaluate its accuracy in both trusted and untrusted settings. Results show our system has a low impact on the network, and has precision and recall are over 90% with up to 20% of malicious nodes in the network.

Open access
2 source records
cs.CR
cs.NI
Blockchain Technology Applications and Security
Original source
Jul 26, 2021·2021 44th International Conference on Telecommunications and Signal Processing (TSP)
10 cites
A blockchain-based V2X communication system

Hassan Farran, David Khoury, Elie Kfoury, László Bokor

The security proposed for Vehicle-to-Everything (V2X) systems in the European Union is specified in the ETSI Cooperative Intelligent Transport System (C-ITS) standards, and related documents are based on the trusted PKI/CAs. The C-ITS trust model platform comprises an EU Root CA and additional Root CAs run in Europe by member state authorities or private organizations offering certificates to individual users. A new method is described in this paper where the security in V2X is based on the Distributed Public Keystore (DPK) platform developed for Ethereum blockchain. The V2X security is considered as one application of the DPK platform. The DPK stores and distributes the vehicles, RSUs, or other C-ITS role-players’ public keys. It establishes a generic key exchange/ agreement scheme that provides mutual key, entity authentication, and distributing a session key between two peers. V2X communication based on this scheme can establish an end-to-end (e2e) secure session and enables vehicle authentication without the need for a vehicle certificate signed by a trusted Certificate Authority.

Blockchain Technology Applications and Security
Vehicular Ad Hoc Networks (VANETs)
Peer-to-Peer Network Technologies
Original source
Jul 20, 2021·IEEE Internet of Things Journal
15 cites
Secure Access Control for DAG-Based Distributed Ledgers

Lianna Zhao, Luigi Vigneri, Andrew Cullen, William H. Sanders · 6 authors

Access control is a fundamental component of the design of distributed ledgers, influencing many aspects of their design, such as fairness, efficiency, traditional notions of network security, and adversarial attacks such as Denial-of-Service (DoS) attacks. In this work, we consider the security of a recently proposed access control protocol for Directed Acyclic Graph-based distributed ledgers. We present a number of attack scenarios and potential vulnerabilities of the protocol and introduce a number of additional features which enhance its resilience. Specifically, a blacklisting algorithm, which is based on a reputation-weighted threshold, is introduced to handle both spamming and multi-rate malicious attackers. The introduction of a solidification request component is also introduced to ensure the fairness and consistency of network in the presence of attacks. Finally, a timestamp component is also introduced to maintain the consistency of the network in the presence of multi-rate attackers. Simulations to illustrate the efficacy and robustness of the revised protocol are also described.

Open access
3 source records
Blockchain Technology Applications and Security
Security and Verification in Computing
Caching and Content Delivery
Original source
Jul 14, 2021·Proceedings of the Conference on Information Technology for Social Good (GoodIT 2021)
9 cites
Governing Decentralized Complex Queries Through a DAO

Mirko Zichichi, Luca Serena, Stefano Ferretti, Gabriele D'Angelo

Recently, a new generation of P2P systems capable of addressing data integrity and authenticity has emerged for the development of new applications for a "more" decentralized Internet, i.e., Distributed Ledger Technologies (DLT) and Decentralized File Systems (DFS). However, these technologies still have some unanswered issues, mostly related to data lookup and discovery. In this paper, first, we propose a Distributed Hash Table (DHT) system that efficiently manages decentralized keyword-based queries executed on data stored in DFS. Through a hypercube logical layout, queries are efficiently routed among the network, where each node is responsible for a specific keywords set and the related contents. Second, we provide a framework for the governance of the above network, based on a Decentralized Autonomous Organization (DAO) implementation. We show how the use of smart contracts enables organizational decision making and rewards for nodes that have actively contributed to the DHT. Finally, we provide experimental validation of an implementation of our proposal, where the execution of the same protocol for different logical nodes of the hypercube allows us to evaluate the efficiency of communication within the network.

Open access
2 source records
Peer-to-Peer Network Technologies
Caching and Content Delivery
Blockchain Technology Applications and Security
Original source
Jul 14, 2021·arXiv
0 cites
Simulation of Dissemination Strategies on Temporal Networks

Luca Serena, Mirko Zichichi, Gabriele D’Angelo, Stefano Ferretti

In distributed environments, such as distributed ledgers technologies and other peer-to-peer architectures, communication represents a crucial topic. The ability to efficiently disseminate contents is strongly influenced by the type of system architecture, the protocol used to spread such contents over the network and the actual dynamicity of the communication links (i.e. static vs. temporal nets). In particular, the dissemination strategies either focus on achieving an optimal coverage, minimizing the network traffic or providing assurances on anonymity (that is a fundamental requirement of many cryptocurrencies). In this work, the behaviour of multiple dissemination protocols is discussed and studied through simulation. The performance evaluation has been carried out on temporal networks with the help of LUNES-temporal, a discrete event simulator that allows to test algorithms running on a distributed environment. The experiments show that some gossip protocols allow to either save a considerable number of messages or to provide better anonymity guarantees, at the cost of a little lower coverage achieved and/or a little increase of the delivery time.

Open access
2 source records
cs.DC
Peer-to-Peer Network Technologies
Vehicular Ad Hoc Networks (VANETs)
Original source
Jul 14, 2021·International Journal of Network Management
26 cites
Truthful Decentralized Blockchain Oracles

Yuxi Cai, Nafis Irtija, Eirini Eleni Tsiropoulou, Andreas Veneris

Summary Blockchain systems rely on oracles to bridge external information to the decentralized applications residing in the systems. Astraea protocols are decentralized oracle designs utilizing majority‐voting mechanism to determine the oracle outcomes and/or rewards to voters. However, the voters are indifferent between voting through a single or multiple identities, as the potential rewards by the decentralized oracles grow linearly with the voters stakes. Additionally, the majority‐voting mechanism may facilitate herd behaviors among the voters, as the voters are rewarded only if they are in agreement with the majority outcomes. In this paper, a novel oracle protocol is introduced by proposing a peer prediction‐based scoring scheme along with non‐linear staking rules, aiming at extracting subjective data truthfully. Specifically, an incentive compatible scoring scheme is designed so that voters uniquely maximize their expected score by honest reporting. The voters are rewarded when their report achieves a relatively high score compared to the rest of the voters, as opposed to the existing schemes, where a reward is only given when they agree to the majority. Furthermore, a non‐linear stake scaling rule is proposed to discourage Sybil attacks. Detailed simulation results are presented to show the operation of the proposed oracle protocol and its improvement compared to indicative mechanisms proposed in the existing literature.

Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Internet Traffic Analysis and Secure E-voting
Original source
Jul 9, 2021·Applied Sciences
133 cites
The Blockchain Oracle Problem in Decentralized Finance—A Multivocal Approach

Giulio Caldarelli, Joshua Ellul

Decentralized Finance (DeFi) takes the promise of blockchain a step further and aims to transform traditional financial products into trustless and transparent protocols that run without involving intermediaries. Similar to how 2017 was the year of ICOs, 2020 was the year of DeFi, with more than fifteen billion dollars of total investments. The decentralized platforms utilize oracles to retrieve asset data from the external world, but their choice and management criteria are often unknown to the end-users. If oracles are poorly selected or managed, the funds of a rising number of investors are inevitably in danger. The issue, known as “the oracle problem”, which makes real-world applications controversial and debated due to the loss of decentralization, had recently drawn attention to DeFi, given the crescent number of related hacks that caused the loss of millions of dollars held in DeFi projects. Through a multivocal approach that considers academic papers, whitepapers, preprints, and opinion posts, this study aims to shed light on the pattern that identifies the oracle problem in DeFi and outline the most promising ways to overcome the related weaknesses. This research supports the view that the oracle problem in decentralized finance bears specific characteristics which require standardization and appropriate economic incentives to be addressed.

Open access
3 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Peer-to-Peer Network Technologies
Original source
Jul 5, 2021·International Journal of Network Management
14 cites
Visualization of Ethereum P2P network topology and peer properties

Soohoon Maeng, Meryam Essaid, Changhyun Lee, Sejin Park · 5 authors

Summary Ethereum is arguably the second most popular cryptocurrency‐based network after Bitcoin. Both use the distributed ledger technology known as the blockchain, which is considered secure. However, the provided security level is proportional to the number of connected nodes, the number of influential nodes, and the supported amount of hash power. Thus, the knowledge of the network properties and nodes' behavior is helpful to protect the network from possible attacks such as double‐spending attacks, DDoS attacks, 51% attacks, and Sybil attacks. This paper proposes a node discovery mechanism, which performs a P2P link discovery on the Ethereum main network. For that, we develop Search‐node, a modified version of Ethereum client that searches for all participating nodes in the blockchain network, stores the node information in the Bucket, and then processes the peer discovery method. Based on the collected data, we first visualize the Ethereum network topology and analyze the attributes of the network such as node degree, path length, diameter, and clustering coefficient. We then analyze the node properties and provide analytical results regarding the relationship between nodes, heavily connected nodes, node geo‐distribution, security issues, and possible attacks over the influential nodes. As a result, we have identified 68,406 nodes with a total of 642,034 edges. By analyzing the collected data, we have found that the diameter in the Ethereum network is equal to 8. The node degree is over 19, which is two times higher than the default configuration.

Peer-to-Peer Network Technologies
Caching and Content Delivery
Complex Network Analysis Techniques
Original source
Jul 1, 2021·2021 IEEE 45th Annual Computers, Software, and Applications Conference (COMPSAC)
8 cites
Lightnings over rose bouquets: an analysis of the topology of the Bitcoin Lightning Network

Andrea Lisi, Damiano Di Francesco Maesa, Paolo Mori, Laura Ricci

The Lightning Network is a P2P overlay that allows two Bitcoin users to create a new payment channel with a transaction, and later exchange cryptocurrency on that channel independently from the Bitcoin blockchain, improving Bitcoin’s scalability issues and making it more suitable for frequent micropayments. Moreover, the channels can also be used to route payments between two users who do not share a direct channel themselves.In this paper we study the topology of the Lightning Network in a given time period, performing a number of analysis on the channels and on the nodes composing the network. We study the churn rate, we evaluate centrality measurements and the clustering coefficient to evaluate the network connectivity, and finally we analyze the presence of a pattern that we named "bouquet". The importance of this pattern is proven by the finding that, removing specific nodes of the "bouquets" (1% of the total) causes the disconnection from the largest component of about 41% nodes.

Blockchain Technology Applications and Security
Complex Network Analysis Techniques
Peer-to-Peer Network Technologies
Original source
Jul 1, 2021·2021 IEEE 41st International Conference on Distributed Computing Systems (ICDCS)
14 cites
Demo: Proof-of-Work Network Simulator for Blockchain and Cryptocurrency Research

Simeon Wuthier, Sang‐Yoon Chang

Blockchain and the proof-of-work (PoW) distributed consensus protocol rely on peer-to-peer (P2P) networking. We build a PoW P2P simulator for the modeling and analyses of permissionless blockchain networking. Our simulator utilizes a built-in randomness generator for the simulations, has an easy-to-use interface and intuitive visualization, supports dynamic/programmable control and modifications, and can generate simulation data for further processing. We publish our simulator in open source to facilitate its use for blockchain and P2P networking research and especially recommend it for scalability research or preliminary testing. To highlight its features and capabilities, we demonstrate the simulator use in this paper to analyze the recent blockchain security research, including 51% attack, eclipse, partitioning, and DoS attack.

Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Caching and Content Delivery
Original source
Jun 28, 2021·arXiv (Cornell University)
1 cites
Verification of a Smart Contract for a Simple Casino

Mark Utting, Liam Kent

We describe the verification of an existing smart contract for a simple casino application, using the Whiley specification and programming language, with a fully automated verification engine based on Boogie and Z3. After finding and fixing several specification and code issues in the smart contract, we are able to verify all the operations of the smart contract.

Open access
2 source records
cs.LO
Gambling Behavior and Treatments
Peer-to-Peer Network Technologies
Original source
Jun 21, 2021·2021 IFIP Networking Conference (IFIP Networking)
24 cites
DC-PoET: Proof-of-Elapsed-Time Consensus with Distributed Coordination for Blockchain Networks

Amitangshu Pal, Krishna Kant

Blockchain technology has gained a significant amount of interest in recent years due to its decentralized control, immutability, transparency and robustness. In this paper we propose an enhancement to BlockChain built using proof-of-elapsed-time (PoET) consensus protocol to further increase its efficiency and transaction throughput. The proposed scheme, called DC-PoET, exploits distributed coordination (DC) among the nodes to avoid unnecessary transmission of conflicting blocks inspired by a similar mechanism in WiFi networks. We show that DC-PoET can support around 465 transactions per seconds with 30 MB block size, and even higher for larger blocks. We have also developed detailed analytical modeling for the performance of DC-PoET scheme using a two-dimensional Markov Chain, along with the validation of such modeling using Matlab simulations. The security analysis of our proposed scheme is also discussed.

Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Peer-to-Peer Network Technologies
Original source
Jun 21, 2021·2021 IFIP Networking Conference (IFIP Networking)
10 cites
VPN-Zero: A Privacy-Preserving Decentralized Virtual Private Network

Matteo Varvello, Iñigo Querejeta Azurmendi, Antonio Nappa, Panagiotis N. Papadopoulos · 6 authors

Distributed Virtual Private Networks (dVPNs) are new solutions aiming to solve the trust-privacy concern of a VPN's central authority by leveraging a distributed architecture. In this paper, we discuss the requirements of a successful dVPN system and we present VPN-Zero: a dVPN system with strong privacy guarantees that provides traffic accounting and has minimal performance impact on its users. VPN-Zero guarantees that a dVPN node only carries traffic it has “allowlisted”, without revealing its allowlist or knowing the traffic it tunnels. This is achieved via three main innovations: (a) an attestation mechanism which leverages TLS to certify a user visit to a specific domain, (b) a zero-knowledge proof to certify that some incoming traffic is authorized (e.g., falls in a node's allowlist, without disclosing the target domain), and (c) a dynamic chain of VPN tunnels to both increase privacy and guarantee service continuation while traffic certification is in place. The paper demonstrates VPN-Zero functioning when integrated with two production systems: BitTorrent's Distributed Hash Table and ProtonVPN. Early evaluation results show that the median setup time of VPN-Zero is about 10 seconds.

Internet Traffic Analysis and Secure E-voting
Caching and Content Delivery
Peer-to-Peer Network Technologies
Original source
Jun 19, 2021·Computer Science & Information Technology (CS & IT)
2 cites
Studying the Applicability of Proof of Reputation(PoR) as an Alternative Consensus Mechanism for Distributed Ledger Systems

Oladotun Aluko, Anton Kolonin

Blockchains combine several other technologies like cryptography, networking, and incentive mechanisms in order to support the creation, validation, and recording of transactions between participating nodes. A blockchain system relies on a consensus algorithm to determine the shared state among distributed nodes. An important component underlying any blockchainbased system is its consensus mechanism, which determines the characteristics of the overall system. This thesis proposes a reputation-based consensus mechanism for blockchain-based systems which we term Proof-of-Reputation(PoR) that uses the liquid rank algorithm where the reputation of a node is calculated by blending the normalized ratings by other nodes in the network for a given period with the reputation values of the nodes giving the ratings. The nodes with the highest reputation values eventually become part of the consensus group that determines the state of the blockchain.

Blockchain Technology Applications and Security
Cryptography and Data Security
Peer-to-Peer Network Technologies
Original source
Jun 17, 2021·Internet of Things
22 cites
Cross-Referencing Method for Scalable Public Blockchain

Takaaki Yanagihara, Akihiro Fujihara

We previously proposed a cross-referencing method for enabling multiple peer-to-peer network domains to manage their own public blockchains and periodically exchanging the state of the latest fixed block in the blockchain with hysteresis signatures among all the domains via an upper network layer. In this study, we evaluated the effectiveness of our method from three theoretical viewpoints: decentralization, scalability, and tamper resistance. We show that the performance of the entire system can be improved because transactions and blocks are distributed only inside the domain. We argue that the transaction processing capacity will increase to 56,000 transactions per second, which is as much as that of a VISA credit card system. The capacity is also evaluated by multiplying the number of domains by the average reduction in transaction-processing time due to the increase in block size and reduction in the block-generation-time interval by domain partition. For tamper resistance, each domain has evidence of the hysteresis signatures of the other domains in the blockchain. We introduce two types of tamper-resistance-improvement ratios as evaluation measures of tamper resistance for a blockchain and theoretically explain how tamper resistance is improved using our cross-referencing method. With our method, tamper resistance improves as the number of domains increases. The proposed system of 1,000 domains are 3-10 times more tamper-resistant than that of 100 domains, and the capacity is 10 times higher. We conclude that our method enables a more scalable and tamper-resistant public blockchain balanced with decentralization.

Open access
2 source records
cs.DC
cs.CR
Blockchain Technology Applications and Security
Original source
Jun 15, 2021·International Journal of Advanced Trends in Computer Science and Engineering
3 cites
The Promises of Blockchain and Cryptocurrencies Technology for Architecture and Interaction Design

Authors unavailable

Blockchain technology is gaining prominence after its first famous implementation as part of the digital currency Bitcoin. It is made up of a series of blocks (the ledger) that give a secure, unchangeable, and auditable list of records. Once a block is recorded using encryption and a distributed database, it cannot be modified. The ledger in the case of Bitcoin stores the history of all monetary transactions. In three sections, this paper provides a review of blockchain technology for an interface design audience: (1) The fundamentals that enable block-chain technology are briefly discussed. (2) Specific examples include the use of HCI in blockchain research and development. (3) In the form of a fledgling research agenda, opportunities and difficulties for HCI and interface design are presented.

Open access
Blockchain Technology Applications and Security
Digital Platforms and Economics
Peer-to-Peer Network Technologies
Original source
Jun 2, 2021·arXiv (Cornell University)
1 cites
A weighted unified informetrics based on Scopus and WoS

Parul Khurana, Geetha Ganesan, Gulshan Kumar, Kiran Sharma

Numerous indexing databases keep track of the number of publications, citations, etc. in order to maintain the progress of science and individual. However, the choice of journals and articles varies among these indexing databases, hence the number of citations and h-index varies. There is no common platform exists that can provide a single count for the number of publications, citations, h-index, etc. To overcome this limitation, we have proposed a weighted unified informetrics, named "conflate". The proposed system takes into account the input from multiple indexing databases and generates a single output. Here, we have used the data from Scopus and WoS to generate a conflate dataset. Further, a comparative analysis of conflate has been performed with Scopus and WoS at three levels: author, organization, and journal. Finally, a mapping is proposed between research publications and distributed ledger technology in order to provide a transparent and distributed view to its stakeholders.

Open access
2 source records
cs.DL
cs.IR
Advanced Text Analysis Techniques
Original source
Jun 1, 2021·ICC 2021 - IEEE International Conference on Communications
14 cites
A Scalable Two-Tier PBFT Consensus for Blockchain-Based IoT Data Recording

Haytham Qushtom, Jelena Mišić, Xiaolin Chang, Vojislav B. Mišić

The use of blockchain for Internet-of-Things (IoT) data recording necessitates an efficient and scalable consensus mechanism. In this paper, we describe a two-tier architecture in which IoT data is packaged in batches or blocks, approved by a low-tier cluster first and a top-tier cluster second, before being added to the replicated blockchain ledger. Both tiers use PBFT-like consensus enhanced with multiple-entry point operation using bandwidth reservation. This approach eliminates the dependence on a single primary leader that is characteristic for PBFT-like protocols, and allows the system to be deployed in geographically wide area. We provide a detailed probabilistic analysis of the proposed architecture using a discrete time Markov chain, and show that system performance depends on the number of ordering nodes in each cluster and the number of low-tier clusters.

Distributed systems and fault tolerance
Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Original source
Jun 1, 2021·Zenodo (CERN European Organization for Nuclear Research)
2 cites
An open measurement dataset on the Bitcoin P2P Network

Jean-Philippe Eisenbarth, Thibault Cholez, Olivier Perrin

The Bitcoin blockchain is managed by an under- lying peer-to-peer network. This network is responsible for the propagation of transactions carried out by users via the blocks (which contain the validated transactions), and to ensure consensus between the different nodes. The quality and safety of this network are therefore particularly essential. In this work, we present an open dataset on the peers composing the Bitcoin P2P Network that was made following a well defined and reproducible methodology. We also provide a first analysis of the dataset on three criteria: the number of public nodes and their client version and geographical distribution.

Open access
Blockchain Technology Applications and Security
Peer-to-Peer Network Technologies
Data Stream Mining Techniques
Original source