English

Fast Stochastic Peer Selection in Proof-of-Stake Protocols

Distributed, Parallel, and Cluster Computing 2019-11-13 v1 Data Structures and Algorithms

Abstract

The problem of peer selection, which randomly selects a peer from a set, is commonplace in Proof-of-Stake (PoS) protocols. In PoS, peers are chosen randomly with probability proportional to the amount of stake that they possess. This paper presents an approach that relates PoS peer selection to Roulette-wheel selection, which is frequently used in genetic and evolutionary algorithms or complex network modelling. In particular, we introduce the use of stochastic acceptance algorithm [6] for fast peer selection. The roulette-wheel selection algorithm [6] achieves O(1) complexity based on stochastic acceptance, whereas searching based algorithms may take O(N ) or O(logN ) complexity in a network of N peers.

Keywords

Cite

@article{arxiv.1911.04629,
  title  = {Fast Stochastic Peer Selection in Proof-of-Stake Protocols},
  author = {Quan Nguyen and Andre Cronje and Michael Kong},
  journal= {arXiv preprint arXiv:1911.04629},
  year   = {2019}
}
R2 v1 2026-06-23T12:12:29.504Z