Parallel Proof-of-Work (PoW) protocols are suggested to improve the safety guarantees, transaction throughput and confirmation latencies of Nakamoto consensus. In this work, we first consider the existing parallel PoW protocols and develop hard-coded incentive attack structures. Our theoretical results and simulations show that the existing parallel PoW protocols are more vulnerable to incentive attacks than the Nakamoto consensus, e.g., attacks have smaller profitability threshold and they result in higher relative rewards. Next, we introduce a voting-based semi-parallel PoW protocol that outperforms both Nakamoto consensus and the existing parallel PoW protocols from most practical perspectives such as communication overheads, throughput, transaction conflicts, incentive compatibility of the protocol as well as a fair distribution of transaction fees among the voters and the leaders. We use state-of-the-art analysis to evaluate the consistency of the protocol and consider Markov decision process (MDP) models to substantiate our claims about the resilience of our protocol against incentive attacks.
Parallel Proof-of-Work (PoW) protocols have been proposed to improve the security guarantees, transaction throughput, and confirmation latency of Nakamoto consensus. This paper first examines existing parallel PoW protocols and develops hardcoded incentive attack structures. Theoretical results and simulations demonstrate that existing parallel PoW protocols are more vulnerable to incentive attacks than Nakamoto consensus, with lower profitable thresholds and higher relative rewards. Subsequently, the paper introduces a voting-based semi-parallel PoW protocol that outperforms both Nakamoto consensus and existing parallel PoW protocols in practical aspects including communication overhead, throughput, transaction conflicts, protocol incentive compatibility, and fair transaction fee distribution between voters and leaders. The protocol's consistency is evaluated using state-of-the-art analysis, and a Markov Decision Process (MDP) model is employed to confirm claims regarding the protocol's resistance to incentive attacks.
This work aims to design a protocol that combines the advantages of parallel PoW (reduced variance, increased throughput) while effectively resisting incentive attacks.
Vulnerability Discovery: Conducts in-depth analysis of existing parallel PoW protocols (Bobtail, Tailstorm, DAG-style voting), revealing they are more vulnerable to incentive attacks than Nakamoto consensus
Protocol Design: Proposes a voting-based semi-parallel PoW protocol achieving:
Reduced communication overhead
Elimination of transaction conflicts
Enhanced incentive compatibility
Fair transaction fee distribution
Theoretical Analysis:
Evaluates double-spending attack probability using state-of-the-art security delay analysis
Constructs MDP model to analyze incentive attack resistance
Provides rigorous mathematical proofs and simulation verification
Performance Improvements: Outperforms existing solutions across multiple practical dimensions including security, throughput, and fairness
Design a blockchain consensus protocol with miner proof-of-work and transaction proposals as inputs, and confirmed transaction ledger as output, satisfying:
Security: Resistance to double-spending and incentive attacks
Liveness: Guarantee of eventual transaction confirmation
Fairness: Reasonable reward distribution mechanism
The paper cites 48 relevant references covering important works in blockchain consensus, incentive mechanisms, security analysis, and other areas, providing a solid theoretical foundation for the research.