Y
Hacker News
new
|
ask
|
show
|
jobs
by
deno
19 days ago
But what if the third bookkeeper is malicious? You need at least four bookkeepers to achieve byzantine fault tolerance with f=1.
1 comments
altruios
19 days ago
does this assume a maximum of one malicious bookkeeper?
link
deno
19 days ago
Yes, you need 3f+1, so 4 for f=1, 7 for f=2.
https://lamport.azurewebsites.net/pubs/byz.pdf
link