← Library08 Sources/Ei Maung PDFs

source · pdf · bitcoin · distributed-systems

Bitcoin On Point

08 Sources/Ei Maung PDFs/Bitcoin On Point.md

Bitcoin On Point

Official source

Actual coverage

Bitcoin's origin; cryptography overview; transaction/network operation; mining and exchanges; notable events and scams; altcoins.

Technical mental model

  • Public-key cryptography proves control of keys; hashes provide compact, change-sensitive identifiers.
  • Transactions transfer control according to validation rules and signatures.
  • Nodes independently validate and propagate data.
  • Proof of work makes history expensive to rewrite and coordinates probabilistic consensus without a central operator.
  • Mining packages valid transactions into blocks and competes under the network difficulty rule.

Durable lessons

  • Decentralization trades centralized trust for protocol rules, replication, incentives, and operational complexity.
  • Finality is probabilistic; applications choose confirmation depth from risk.
  • Private-key custody is an irreversible security responsibility.
  • Exchanges reintroduce centralized counterparty risk.
  • Distinguish protocol claims, asset speculation, and application utility.

Safety

This note is technical education, not financial advice. Verify current protocol, legal, tax, custody, and security information before acting.

Knowledge connections