Bitcoin Forum
May 23, 2024, 10:16:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: NEO dBFT discussion on: April 03, 2018, 08:58:05 AM
in this paper https://people.eecs.berkeley.edu/~luca/cs174/byzantine.pdf
- n -> total number Consensus Nodes.
- m -> (n - 1) / 3, is stands for the maximum number of erroneous nodes allowed in the system

=> maximum message send in system is : (n - 1) * (n - 2) * ... * (n - m - 1)

m = 0 => n - 1 messages
m = 1 => (n -1) * (n - 2) messages

=> m is number round of Messages will be sent in the Committee
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!