Summary

Bitcoin has brought about a true revolution in how we think about money. In one fell stroke it solved the main problems that afflicted previous attempts at a truly digital currency: distributed consensus, double spending, and external attacks. Perhaps more importantly, it provided the first working version of a blockchain or distributed ledger. However, despite their relative simplicity, the underlying concepts on which these technologies are built are not well known and often obscured by hype and technical jargon.

Since the days of Bitcoin’s founding, many other crypto-currencies have been proposed and released. This tutorial will introduce these technologies in an intuitive way for data scientists, explaining their driving algorithms, motivations, and data structures.


Program

  • How Money works

  • The Ingredients of a Crypto-Currency

  • Bitcoin

    • How does it work?

    • A linked list of blocks

    • Proof of Work

    • Merkle Tree

    • Transactions

  • Blockchain ecosystem

  • Bitcoin over time