bitcoin what we know so far
play

Bitcoin What We Know So Far Consensus Cryptographic Primitives - PowerPoint PPT Presentation

Bitcoin What We Know So Far Consensus Cryptographic Primitives Today Putting It All Together The Bitcoin System The First Primitive Data Structure Reference Reference Header Header Header Transactions Transactions


  1. Bitcoin

  2. What We Know So Far • Consensus • Cryptographic Primitives

  3. Today • Putting It All Together • The Bitcoin System

  4. The First Primitive

  5. Data Structure

  6. Reference Reference Header Header Header Transactions Transactions Transactions

  7. How Do You Communicate? • Broadcast • Relay

  8. Growing This Thing • Add blocks • Which include transactions

  9. Growing This • Incentive to add blocks • Miners • Full Node • Block subsidy

  10. The Subsidy • 12.5 BTC • Halves again mid-2020-ish

  11. The Coinbase Transaction Header Header Coinbase 
 Transactions ——————————— 
 Transactions

  12. Malicious? • Give yourself BTC • All manner of invalid transactions

  13. How Do You Deter This?

  14. Impose a Cost • What kind of cost? • Computational

  15. Ingredients • A Preimage-Attack Resistant Hash Function • SHA-256 • An Evolving Challenge • Evolve in response to network realities

  16. The Challenge • H(x) < TARGET

  17. X? • Checksum of block header • Current protocol version • A reference to a prev block • A timestamp • .... • NONCE

  18. Nonce? • A one-time use value

  19. Mining • Miner can set this nonce • (note the rest are pretty much pre- determined)

  20. The Challenge • Pick that nonce • So that the block hash < TARGET

  21. SHA-256 • Output looks random • Preimage attack resistant • One-way

  22. TARGET • 00000FFFFF…. • Hex string • Probability of leading zeros?

  23. TARGET • SHA-256?

  24. Proof Of Work

  25. Some Algebra • P = (TARGET+1) / 2^256 • Likelihood of getting your value right • Expected value: • 2^256 / (TARGET+1)

  26. Protocol • Approx 10 minutes per block • So Given The Total Hash Rate (TH/s) • Compute Expected Time for block to be mined by the network

  27. Estimating THR • Look at previous 2016 blocks • Update every 2016 blocks • DIFFICULTY

  28. Target • DIFFICULTY = (Difficulty target) / (current target)

  29. An Evolving Challenge • Total Hashing Power • GPUs • ASICs • 80e6 TH/s

  30. Protocol Limits • 10 minutes per block • So total # of potential hashes: • 60 x 10 x 80e6 hashes in this period • Pick a target so that expected # of trials aligns with this hash rate

  31. Commit?

  32. Commit • Other miners build on top of this block

  33. Race Conditions

  34. 2 Miners • Both mine valid blocks • Both broadcast their blocks to the network • People accept both and start building on them

  35. Fork • It is unlikely: • Both branches will grow indefinitely equally • Someone in 1 branch will see a block from the other branch • PROTOCOL: Longest branch must be honored

  36. Fork • Stale blocks • All coinbase transactions are discarded • Other transactions are part of the next pool to build blocks from

  37. Fees • Block Reward: • Block subsidy • Transaction Fees

  38. Higher Fee • Miners likelier to include your transaction • How do you estimate what fee is good? • Records time of listen -> time to include • Reliable estimates

  39. Tale Of A Bitcoin Coinbase 
 Spend 
 Spend 
 Transaction 
 Coin 
 Coin 
 (Alice) (Bob) (Jair)

  40. Transaction Data Structure • Input (zero or more) • Output (one or more)

  41. A Coinbase Transaction • No inputs

  42. A Regular Transaction • (Signature (with pubkey), Amount)

  43. Alice Gives X BTC 
 To Bob • (Sign_Pubkey(bob_pubkey), X) • (One of) the output

  44. Referencing A Txn • Double SHA-256(txn)

  45. Bob Spends X • Point to where X is: • Txn id • Point to the output that contains the BTC • Satisfy the conditions • (priv key)

  46. Transaction State • Spent • Unspent

  47. You Can Only Spend • The unspent • UTXO

  48. Block Header • Merkle Tree Root: Checksum of Transactions

  49. Double Spend • Alice, Bob • Alice pays Bob bitcoin • Alice creates 2 blocks: • Bitcoin x paid to Bob: t1 • Bitcoin x paid to Alice: t2

  50. What Happens • Only 1 of these can be in the blockchain • Alice broadcasts t1 • Hides t2 • t1 is included in a block

  51. And Then • Alice begins working on t2 • Broadcasts t2 out

  52. 2 Cases • Alice controls >= 50% of the hash rate • Alice controls < 50% of the hash rate

  53. Case I • If Alice controls > 50% of the hash rate • Alice can exclusively mine blocks assuming the block (Containing t2) is the right one • And Alice will win

  54. Case II • Depends on how much compute power Alice has • The longer you wait (i.e. more blocks built on top of the block containing t1) • the lower the likelihood of getting hoodwinked

  55. Waiting • Confirmations: • # of blocks passed since “the one”

  56. Altering The Chain • How?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend