Skip to content
#federated learning Open access

Toward Intelligent Blockchain Consensus: A Machine Learning-Enhanced Redbelly Framework for Scalable, Secure, and Energy-Efficient Decentralized Networks

Sep 2026 · Computers · 30 references
Blockchain Technology Applications and Security

Abstract

Blockchain consensus still forces a hard choice among scalability, security, and energy use. Redbelly, a leaderless Byzantine Fault Tolerance protocol, largely settles the scalability-versus-energy side of that tension, yet it accepts any cryptographically valid transaction without judging whether it is economically fraudulent or whether the node behind it is misbehaving. That blind spot is what we target. We present ML-Redbelly, a formally specified extension that attaches four learning components to the Redbelly pipeline: a LightGBM gradient-boosted fraud classifier, an Isolation Forest behavioural anomaly detector, a tabular Q-Learning agent for adaptive committee selection, and a Paillier-based federated learning aggregator that keeps model updates private. We prove that this layer leaves Redbelly’s safety and liveness intact, give pseudocode and complexity bounds for every component, and measure the system on the IEEE-CIS Fraud Detection benchmark (400,000 transactions) paired with a faithful discrete-event Redbelly simulator parameterised from measured inputs and validated against the published Redbelly deployment. LightGBM reaches an F1 of 0.783 (precision 0.858, recall 0.719, AUROC 0.963), a 34 percent relative F1 gain over the conference-baseline Random Forest at five times the inference speed. The Isolation Forest detector attains recall 0.885 at a false-positive rate of 0.047, and the Q-Learning agent settles into a stable policy within about 200 rounds across normal, bursty, and Byzantine-attack conditions. End to end, the framework sustains 48,844 TPS on 32 validators (mean over 30 seeds), and because the leaderless superblock commits every proposer’s block in parallel, this throughput advantage over leader-based BFT grows with the validator count (5.0 times PBFT and 2.9 times HotStuff at 32 validators). The learning layer costs only about 4 percent in throughput, since the measured ML inference is small next to the geo-distributed consensus round. Per-transaction energy is comparable across BFT protocols, being dominated by signature verification, and is orders of magnitude below proof-of-work chains, which expend energy on mining. One federated update epoch takes 36 s across 10 nodes with 2048-bit Paillier keys and reconstructs gradients with negligible error. All performance figures are emergent outputs of the discrete-event simulation, which reproduces the published Redbelly benchmark to within a conservative factor of about 1.7. Taken together, these results outline a simulation-validated design for making consensus intelligent as well as fast and identify the steps needed toward real-cluster deployment.

View source

Similar papers

#machine learning Review Open access Oct 2014

Software development in startup companies: A systematic mapping study

The results indicate that software engineering work practices are chosen opportunistically, adapted and configured to provide value under the constrains imposed by the startup context.

Nicolò Paternoster, Carmine Giardino, M. Unterkalmsteiner et al. · 394 citations · ⚡54
#machine learning Review Open access Jun 2014

Why Early-Stage Software Startups Fail: A Behavioral Framework

This state-of-practice investigation was performed using a literature review followed by a multiple-case study approach and presents how inconsistency between managerial strategies and execution can lead to failure by means of a behavioral framework.

Carmine Giardino, Xiaofeng Wang, P. Abrahamsson · 175 citations · ⚡19
#machine learning Review Open access Oct 2016

“Failures” to be celebrated: an analysis of major pivots of software startups

This study conducts a case survey study based on the secondary data of the major pivots happened in 49 software startups, and demonstrates that customer need pivot is the most common among all pivot types.

Sohaib Shahid Bajwa, Xiaofeng Wang, Anh Nguyen-Duc et al. · 127 citations · ⚡15
#machine learning Review Open access May 2016

Key Challenges in Software Startups Across Life Cycle Stages

It is found that what perceived as biggest challenges by software startups do vary across different life cycle stages, even though its significance decreases when the learning focuses of the startups move from problem to solution and their products mature.

Xiaofeng Wang, Henry Edison, Sohaib Shahid Bajwa et al. · 62 citations · ⚡6

Related blog posts

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.