Blockchain Papers

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

33 papersLast indexed Aug 31, 2026
Search papers

Paper index

33 results · page 2 of 2

Clear filters
Aug 12, 2026·West Science Information System and Technology
0 cites
Exploring the Mechanisms of Efficiency and Scalability in Blockchain: A Qualitative Study of Distributed Ledger Algorithms in Decentralized Networks in Bintan, Riau Islands

Dodi Setiawan, Sri Sutjiningtyas, A. Eka Hermia Fitrianingsy, Ronald Naibaho · 5 authors

Blockchain consensus mechanisms are critical for ensuring security, efficiency, and scalability in decentralized networks. This study qualitatively examines ten widely used consensus algorithms—Proof of Work (PoW), Proof of Stake (PoS), Delegated PoS (DPoS), PBFT, Raft, Proof of Authority (PoA), Hybrid PoW/PoS, DAG/IOTA, Hashgraph, and Tendermint—within the research context of Bintan, Riau Islands, Indonesia. Performance was evaluated through literature review and simulated network observations, focusing on transaction throughput (TPS), latency, energy consumption, and network stability. Results indicate that DAG/IOTA and Hashgraph achieve the highest throughput with minimal latency, making them suitable for IoT and enterprise-scale applications. PoS and PoA offer energy-efficient alternatives, while PoW provides high security at the cost of high energy usage. Hybrid PoW/PoS demonstrates balanced performance across multiple metrics. Qualitative analysis highlights trade-offs among energy efficiency, throughput, latency, and decentralization. These findings provide practical guidance for selecting consensus mechanisms according to network requirements, operational constraints, and sustainability considerations, contributing a consolidated perspective on blockchain efficiency and scalability.

Open access
2 source records
Blockchain Technology Applications and Security
Blockchain Technology in Education and Learning
Big Data and Digital Economy
Original source
Aug 11, 2026·Discover Applied Sciences
0 cites
A adaptive SLA-based resource management framework for optimizing performance frontiers in blockchain-as-a-service

Dileep Kumar Murala, G. Siva Krishna, P. N. V. M. Syamala Rao, Madhusudana Rao Nalluri · 5 authors

Integrating blockchain technology with cloud computing has enabled Blockchain as a Service (BaaS), a cloud-based paradigm that allows users to design, deploy, and manage customized blockchain applications, including smart contracts and domain-specific business functionalities. BaaS providers manage infrastructure provisioning, maintenance, and scalability while ensuring quality of service (QoS) compliance through service level agreements (SLAs). However, existing resource management approaches often struggle to satisfy dynamic performance requirements in a cost-efficient manner without increasing operational overhead or reducing provider efficiency. This paper presents a structured Adaptive SLA-based assistance framework for deploying Hyperledger Fabric on cloud platforms. The framework integrates automated performance monitoring using Hyperledger Caliper, SLA violation detection through programmed SLA chaincode, and automated VM scaling via the OpenStack4J API within a 3E (effective–efficient–economical) verification methodology. A greedy multi-objective scheduling mechanism guides parameter optimization by selecting scaling actions according to marginal performance gain per unit cost. Experiments were conducted on the Nectar Research Cloud using Hyperledger Fabric 2.5 to evaluate the impact of VM size, block size, peer count, and storage configuration on throughput (TPS) and average latency. Results demonstrate that the framework consistently achieves performance targets of 50%, 100%, and 200% above the baseline configuration through adaptive resource reconfiguration. Among evaluated strategies, Comb2, which combines dual block size adjustment with VM scaling, emerged as the optimal balanced configuration in terms of performance and cost efficiency. While automated monitoring, SLA enforcement, and VM scaling are fully implemented, continuous online scheduling under dynamically changing workloads remains future work. The proposed framework establishes a practical foundation for SLA-driven blockchain optimization in cloud environments and supports future extensibility to additional BaaS platforms.

Open access
Blockchain Technology Applications and Security
Cloud Computing and Resource Management
Big Data and Digital Economy
Original source
Aug 10, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
AgentShield-Crypto: Zero-Trust Cryptographic Identity and Cascading Anomaly Firewalls for Autonomous Multi-Agent Trading Systems

Saiful Islam Tanvir

Autonomous multi-agent systems powered by Large Language Models (LLMs) are increasingly deployed in high-frequency algorithmic trading, decentralized finance (DeFi), and complex financial decision-making workflows. However, existing multi-agent interaction architectures rely heavily on implicit semantic trust: context passing between upstream and downstream agents occurs via unauthenticated, unstructured natural language or JSON payloads. This design creates critical vulnerabilities, exposing systems to indirect prompt injection, context tampering, system prompt spoofing, and multi-turn cascade poisoning. When an upstream agent ingests malicious external data, adversarial payloads can propagate through the inter-agent execution graph, bypassing single-agent perimeter guardrails and hijacking downstream financial execution logic. To resolve these vulnerabilities, we introduce AgentShield-Crypto, a zero-trust cryptographic framework for multi-agent LLM trading pipelines. AgentShield-Crypto enforces the Know-Your-Agent (KYA) protocol, replacing probabilistic natural language filters with deterministic cryptographic state boundaries. Under KYA, every agent's identity, static system prompt hash H(S_i), temporal liveness timestamp t_i, and output payload M_i are encapsulated into cryptographically signed state envelopes (E_i) using HMAC-SHA256. Inter-agent communication channels are guarded by Inline Cascading Anomaly Firewalls (ICAF), which evaluate verification predicates before allowing state transitions into downstream context windows. We construct and release AgentInject-Bench v1.0, an empirical benchmark comprising 7,000 test vectors spanning direct prompt injections, indirect context hijacking, multi-turn cascade poisoning, system prompt spoofing, and clean financial market baselines across GPT-4o, Claude 3.5 Sonnet, and Llama-3-70B-Instruct. Empirical evaluation demonstrates that AgentShield-Crypto achieves a 100.00% Defense Mitigation Rate (DMR) with a 0.00% False Positive Rate (FPR), completely eliminating multi-hop context hijacking while incurring sub-millisecond per-message execution latency (0.382 ms).

Open access
2 source records
Blockchain Technology Applications and Security
Big Data and Digital Economy
Mobile Agent-Based Network Management
Original source
Aug 10, 2026·bit-Tech
0 cites
Comparative Analysis of LSTM and GRU Models with Hyperparameter Optimization for Bitcoin Price Prediction

Mohammad Quthbul Widad, Rizky Parlika, Firza Prima Aditiawan

Although Bitcoin is acknowledged as the largest cryptocurrency by market capitalization and trading volume in the world's financial market, investors face a great deal of risk and uncertainty due to its exceptionally high volatility and non-linear price changes. To provide a data-driven foundation for risk reduction and forecasting support, accurate modeling techniques are crucial. This work attempts to provide a thorough comparative analysis mapping the precise accuracy–efficiency trade-off between Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) models under a standardized Grid Search hyperparameter optimization pipeline using a recent Bitcoin closing-price dataset spanning from January 1, 2020, to January 1, 2026. The research methodology follows a structured data science pipeline, beginning with data acquisition from Yahoo Finance, followed by preprocessing using Min-Max Scaling fitted strictly on the training partition to eliminate data leakage. Model development involves an experimental approach where both LSTM and GRU neural controllers are tuned to extract optimal structural weights. The predictive precision of these models is rigorously evaluated using three standard metrics: MAE, RMSE, and MAPE, while processing throughput is measured via hardware execution times. The research findings indicate that the optimized LSTM model achieved superior one-step-ahead predictive precision with a MAPE of 2.32%, whereas the GRU model recorded a higher error rate of 3.94%. However, the GRU model demonstrated a significant advantage in computational efficiency, completing the training process 8.45 times faster than LSTM. In conclusion, while LSTM is recommended as a forecasting support tool for high-precision financial analysis, GRU remains a viable, parameter-efficient alternative for real-time monitoring on resource-constrained systems before real-world financial deployment.

Open access
2 source records
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Big Data and Digital Economy
Original source
Aug 9, 2026·Journal of Cyber Security and Mobility
0 cites
Multi-Heterogeneous Power Data Security Protection in Smart Grid Based on Data Aggregation and Paillier Homomorphic Encryption Algorithm

Binyuan Yan, Zeyuan Zhou, Yun Fu, Yang Su

Multi-heterogeneous power data in smart grid refers to power data that includes multiple types, modalities, and sampling frequencies, such as user electricity consumption, equipment operation, and grid scheduling. The diverse and heterogeneous power data in the smart grid is related to the stable operation of the grid and user privacy. Without effective protection, it is easy to cause risks such as information leakage and scheduling failure. Therefore, targeted security protection solutions need to be constructed. However, there are problems with the loss of information granularity, high risk of privacy leakage, and limited data analysis in the current smart grid power data aggregation and sharing. To enhance the security protection effect of power data, a multi-dimensional data security protection scheme based on data aggregation and Paillier homomorphic encryption is proposed. Firstly, a three-tier system model for multivariate heterogeneous power data in smart grids is constructed (smart meters, data collection stations, and blockchain nodes). Subsequently, the Paillier homomorphic encryption algorithm is integrated to encrypt and aggregate users’ multi-dimensional electricity consumption data. At the same time, data aggregation and consortium chain technology have been introduced. Experimental results demonstrate that this scheme offers significant advantages over traditional Rivest-Shamir-Adleman (RSA) encryption schemes, traditional Advanced Encryption Standard (AES) encryption schemes, Elgamel encryption schemes, and traditional Transmission Control Protocol/Message Queuing Telemetry Transmission Protocol transmission schemes in terms of computational and communication overhead. When the number of users reaches 5000, the computational overhead at data collection stations is only 35.6% of that in traditional RSA methods, and the communication overhead is merely 28.7% of traditional transmission control protocol methods. Additionally, when transmitting power data from 5000 users simultaneously, the information accuracy rate exceeds 92%, and the packet loss rate remains below 0.5%. In conclusion, the proposed scheme provides an efficient and reliable technical pathway for the secure transmission of multivariate heterogeneous power data in smart grids.

Open access
Smart Grid Security and Resilience
Big Data and Digital Economy
Blockchain Technology Applications and Security
Original source
Aug 8, 2026·International Journal of Engineering Trends and Technology
0 cites
Lightweight Graph Neural Networks (LGNN) for Real-time Double-Spending Attack Detection in Blockchain Environments

Rintu Augustine, A. Krishnaveni

To handle the main problem of double-spending attacks in blockchain networks, this paper introduces a new, Light-weight Graph Neural Network (LGNN) approach named Dynamic Sparse Graph Attention Network (DSGAT). To effectively detect double spending behavior, DSGAT method integrates adaptive graph sparsification with attention based on the fundamental graph-structured nature of blockchain transactions. Unlike computationally intensive GNNs, DSGAT may be implemented on edge devices or distributed monitoring systems with low-tech, low-cost hardware since it is optimized for resource-limited environments and doesn't need much processing capacity. To detect double-spending attack, this paper explains building blockchain transaction graphs from a large set of node and edge features. A set of simulated transactions involving double-spending attack is generated using large-scale simulations with the BCASim blockchain simulator, and the performance of DSGAT is compared with normal baselines. The experiment's outcomes prove that DSGAT is able to reduce model sizes and inference latency while keeping high detection rates, proving its feasibility and effectiveness for real-time double spending detection in low-resource environments. To improve blockchain security against double-spending attacks, this paper introduces a novel and realistic alternative.

Open access
Advanced Graph Neural Networks
Blockchain Technology Applications and Security
Big Data and Digital Economy
Original source
Aug 5, 2026·Logistics
0 cites
A DLT- and ZKP-Enabled Framework for Privacy-Preserving Digital Product Passports in Maritime Container Logistics

SAMIULLAH KHAIRY, M. Falcitelli

Background: Maritime container shipping carries over 80% of global trade, yet compliance verification creates a confidentiality–verifiability conflict: carriers treat telemetry as commercially sensitive, while regulators, insurers, and port authorities require verifiable proof that cargo remained within specification. The EU Ecodesign for Sustainable Products Regulation (ESPR) mandates Digital Product Passports (DPPs), but no standardised DPP architecture exists for the multi-stakeholder maritime domain. Methods: We present Ocean DPP, a blockchain-anchored platform combining GS1 EPCIS 2.0, oneM2M, IOTA, and Groth16 zero-knowledge proofs (ZKPs), letting stakeholders verify compliance predicates without revealing raw sensor values; Merkle-tree batching reduces anchoring costs. We evaluate it in 16 experiments on a single-host testbed using synthetic workloads and a local IOTA network. Results: The platform achieved 95th-percentile latency of 48 ms without ZKP and 500 ms with proof generation, throughput of 7 events/s per host, 304 ms mean proof generation and 9.8 ms verification, 100% EPCIS 2.0 compliance, and zero permanent message loss across four failure-injection scenarios; horizontal scaling reduced the median latency by 37%. Conclusions: To the best of our knowledge, Ocean DPP is the first implemented, quantitatively evaluated platform integrating EPCIS 2.0, oneM2M, IOTA, and Groth16 ZKPs for privacy-preserving maritime DPPs; broader multi-host and public-network validation remains for future work.

Open access
Blockchain Technology Applications and Security
Big Data and Digital Economy
Maritime Navigation and Safety
Original source
Aug 3, 2026·Figshare
0 cites
How to calculate the work in PoW (proof-of-work) in the Bitcoin blockchain

Richard Yegian

When we consider the PoW (proof-of-work) in the Bitcoin blockchain, how is the work calculated? How does this work convert to energy quantities? This paper demonstrates that in the Bitcoin blockchain, "Proof-of-Work" (PoW) is not a complex calculus equation, but rather a probabilistic brute-force search. Miners repeatedly run block header data through a cryptographic hash function, tweaking variables until they output a number that meets a strict network threshold. In the Bitcoin blockchain, Proof-of-Work (PoW) is a probabilistic brute-force search where miners repeatedly run block headers through a double SHA-256 hash function to find an output below a global target threshold. The mathematical "work" is quantified by the network Difficulty (D), requiring roughly D × 2³² expected hashes per block. To convert this cryptographic effort into physical energy, the global network hashrate is first derived by dividing total block hashes by Bitcoin’s 10-minute target block time (600 seconds). This computational rate is then bridged to the physical world using hardware efficiency—measured in Joules per Terahash (J/TH)—multiplied by operational time. Because modern semiconductor ASICs operate roughly seven orders of magnitude above the absolute thermodynamic limits outlined by Landauer's principle, nearly all electricity consumed by this cryptographic pipeline directly converts into waste heat. The calculation of this work, how it translates mathematically to network metrics, and how those metrics convert into physical energy quantities is the discussion of this paper.<b>Part 1: How the "Work" is Calculated</b><b>1. The Hashing Puzzle (Double SHA-256)</b>A miner constructs a block header containing transaction data, a timestamp, the hash of the previous block, and a changing variable called a nonce. They pass this header through the SHA-256 algorithm twice:<br>H(x) = SHA-256(SHA-256(Block Header))The resulting output is a 256-bit unsigned integer, typically represented as a 64-character hexadecimal string.<b>2. The Target (</b><b>T</b><b>)</b>The network enforces a global threshold called the Target (T). For a block to be accepted, the hash output interpreted as a massive 256-bit integer must satisfy:<br>Hash Output ≤ T<br>Because the output of a cryptographic hash function is completely random and uniformly distributed, miners cannot predict the output. Finding a valid hash is essentially a Bernoulli trial (like rolling a die with an astronomical number of sides).<b>3. Mathematical Definition of Difficulty (D)</b>Because the Target T is a massive 256-bit number that changes every 2,016 blocks, Bitcoin uses a human-readable metric called Difficulty (D), scaled relative to a baseline "genesis" target (T<sub>max</sub>).<br>T<sub>max</sub> = 0x00000000FFFF0000000000000000000000000000000000000000000000000000The difficulty formula is D = T<sub>max</sub>/TAs the network gains more miners, T drops (becomes smaller), making hashes harder to find, which increases D.<br>The expected number of hashes E[hashes] required to find a valid block at a given difficulty is proportional to D:E[hashes] = D × 2³² × T/T<sub>max</sub> (scaled to baseline expectations)<br>More simply, the total expected hashes per block is roughly:Expected Hashes ≈ D × 4.295 × 10⁹<b>Part 2: From Computational Work to Energy Quantities</b>Energy consumption is a byproduct of hardware efficiency operating over a span of time to execute these hash attempts. There is no direct algorithmic conversion from a hash to Joules in the protocol code; instead, the conversion bridges cryptographic operations and thermodynamic hardware efficiency.<b>Step 1: Calculate Total Network Hashrate (H</b><sub><strong>net</strong></sub><b>)</b>The global hashrate represents the total number of hashes computed per second across all active machines globally. It is derived directly from the current difficulty (D) and Bitcoin's target block time (t = 600 seconds or 10 minutes):<br>Hashes per block = D × 2³²<br>Network Hashrate (H<sub>net</sub>) = D × 2³²/600 [hashes/second or H/s]<b>Step 2: Factor in Hardware Efficiency (EF)</b>ASIC (Application-Specific Integrated Circuit) miners dominate Bitcoin mining. Their electrical efficiency is measured in Joules per Terahash (J/TH) or Watts per Gigashash. Let the aggregate hardware efficiency of the network be denoted as EF (expressed in Joules per Hash, J/H):EF = Total Power Consumption (Watts)/Hashrate (H/s)<b>Step 3: Energy Derivation Formula</b>To calculate the total energy consumed by the entire Bitcoin network over a specific timeframe (e.g., 1 second, 1 day, or 1 year), we multiply the network hashrate by the hardware efficiency and time (t):<br>Energy (E) = H<sub>net</sub> × EF × Δ tSubstituting H<sub>net</sub> into the equation:<br>E = (D · 2³²/600) × EF × Δ t<br>For example, assume a network difficulty (D) of roughly 80 × 10¹² (80 trillion). Also, assume an average fleet hardware efficiency (EF) of 25 Joules per Terahash (25 × 10⁻¹² J/H). Calculate energy consumed over 1 day (Δ t = 86,400 seconds):Hashes/sec = 80 × 10¹² × 4,294,967,296/600 ≈ 5.72 × 10²⁰ H/sPower (Watts) = (5.72 × 10²⁰ H/s) × (2.5 × 10⁻¹¹ J/H) ≈ 14,300,000,000 W = 14.3 GWEnergy over 1 day = 14.3 GW × 24 hours ≈ 343.2 GWhThe summary of the conversion pipeline may be expressed as<br>Target (T) ⟶ Difficulty (D) ⟶ Network Hashrate (H<sub>net</sub>) ⟶× Hardware Efficiency (J/H)⟶ Power (Watts) ⟶× Time⟶ Energy (Joules/kWh)<b>Part 3: Thermodynamic Limits and Efficiency Bounds (Landauer's Principle)</b>To fully connect cryptographic work to physical energy, we can look at the theoretical minimum energy required by the laws of physics to perform computation.<b>1. Landauer's Principle</b>Landauer's principle establishes the minimum possible amount of energy required to erase or irreversibly manipulate a bit of information at a given temperature (T<sub>temp</sub>):<br>E<sub>min</sub> = k<sub><em>B</em></sub> T<sub>temp</sub> ln(2)k<sub><em>B</em></sub> is the Boltzmann constant (1.380649 × 10⁻²³ J/K).T<sub>temp</sub> is the absolute temperature of the environment (e.g., 300 K).For a single bit modification at room temperature, this absolute thermodynamic floor is roughly 2.8 × 10⁻²¹ Joules per bit.<b>2. Comparing SHA-256 to the Thermodynamic Limit</b>A single SHA-256 calculation involves processing a 512-bit message block through 64 rounds of complex logical operations (bitwise additions, rotations, and shifts), manipulating hundreds of thousands of bits cumulatively.Theoretical minimum energy per hash: Factoring in the sheer number of bit operations inside SHA-256, even a reversibly ideal computer would require thousands of bit manipulations, putting a strict physical floor on a single hash well above Landauer's limit (roughly on the order of 10⁻¹⁹ to 10⁻¹⁸ Joules per hash under optimal theoretical conditions).Actual ASIC efficiency: Modern state-of-the-art ASIC miners (like the Bitmain Antminer S21 series) operate around 15 to 20 J/TH (1.5 × 10⁻¹¹ Joules per hash).Comparing real-world hardware (10⁻¹¹ J/H) to absolute physical limits (10⁻¹⁸ J/H) reveals that current silicon-based semiconductor technology is roughly 7 orders of magnitude away from theoretical thermodynamic efficiency—meaning nearly all energy put into Bitcoin mining converts directly into waste heat.<b>Part 4: Complete Comprehensive Master Equation</b>Combining all components into a single macro-equation, the total daily electrical energy (E<sub>day</sub>) consumed by the global Bitcoin network can be calculated directly from the network's current Difficulty (D) and the average hardware efficiency fleet-wide (EF<sub>avg</sub> in J/TH):E<sub>day</sub> = (D · 2³²/600) × (EF<sub>avg</sub> × 10⁻¹²) × 86,400<br>Where:<br>D · 2³² / 600 yields the Network Hashrate (hashes/sec).EF<sub>avg</sub> × 10⁻¹² scales Joules-per-Terahash down to Joules-per-Hash.86,400 converts seconds into one full day.This mathematical coupling ensures that as network security (Difficulty D) scales up over time to attract more capital and hashpower, energy consumption scales linearly with it, modulated only by the parallel improvement rate of semiconductor manufacturing efficiency (EF<sub>avg</sub>).To recap the end-to-end framework:The Work: Quantified by the difficulty D and scaled via 2³² to determine total expected hashes per block.The Hashrate: Derived by dividing total hashes per block by the target 10-minute block time (600 seconds).The Energy Conversion: Bridged physically using the hardware's efficiency metric (Joules per Terahash, or J/TH) multiplied over time.The Physical Bound: Bounded by thermodynamic limits like Landauer's principle, explaining why modern ASICs produce the massive amounts of waste heat characteristic of the Bitcoin network.

Open access
2 source records
Blockchain Technology Applications and Security
Big Data and Digital Economy
Cloud Computing and Resource Management
Original source
Aug 3, 2026·Future Trends in AI Banking: Decentralized Finance (DeFi), Central Bank Digital Currencies (CBDCs), and Beyond
0 cites
Blockchain Frameworks: Usability and Applications Across Domains

Neha Kamboj, Vinita Choudhary, Sonal Trivedi

Blockchain technology, initially developed as a backbone for cryptocurrencies, has rapidly expanded into broader domains of finance and business. Its unique attributes – transparency, decentralization, immutability, and enhanced security – offer solutions to persistent challenges in financial services. This chapter examines blockchain applications beyond cryptocurrency, focusing on its role in transforming financial services such as Know Your Customer (KYC), cross-border payments, and compliance. A case-based exploration of blockchain-enabled KYC demonstrates how distributed ledgers can streamline identity verification while ensuring trust and efficiency. The chapter also outlines benefits, limitations, and potential applications, contributing to a holistic understanding for policymakers, financial institutions, researchers, and practitioners.

2 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Big Data and Digital Economy
Original source