

Understanding Crypto 1: Daniel Mescheder: What Problem Do Blockchains Actually Solve?
14 snips Jun 3, 2022
AI Snips
Chapters
Transcript
Episode notes
Distributed Systems and Blockchains
- Blockchains are distributed systems designed to address scaling and resilience challenges in data storage.
- They ensure data availability even with multiple machines or system failures.
Consensus in Distributed Systems
- Consensus algorithms, like Paxos or Raft, are computationally expensive but crucial for financial applications requiring agreement on balances.
- Achieving consensus involves significant network communication overhead.
Byzantine Consensus
- Blockchains address the Byzantine consensus problem, focusing on preventing cheating within a distributed system.
- This problem is exemplified by the "double-spend" issue in cryptocurrency.