Consensus Protocols workshop

Details
https://secure.meetupstatic.com/photos/event/a/2/9/0/600_463901616.jpeg
Consensus Protocols workshop
In the consensus problem, each process proposes some initial value, and processes that do not fail must reach an irrevocable decision on exactly one of the proposed values.
The consensus problem captures an essential component of replication in distributed systems: the fact that replicas (processes) need to agree on the next state transition they handle, so that they can remain in identical states.
Lottery based algorithms
Voting based algorithms
Proof of Elapsed Time
Proof of Work
R Byzantine Fault Tolerance
Paxos/Raft
TenderMint
Stellar Consensus Protocol
Overview available at
http://paxos.systems/
Sample code, git repo at
https://github.com/denizalti/paxosmmc
Note
Please get your fully charged laptop and make sure that you have C/C++ compiler installed.
This is a "free of charge" FOSS workshop.

Consensus Protocols workshop