Bitcoin 101 and Beyond Jonathan Levin VP Business Development, Chainalysis GmbH.

Slides:



Advertisements
Similar presentations
Zerocash Decentralized Anonymous Payments from Bitcoin
Advertisements

Secure Multiparty Computations on Bitcoin
Bitcoin: A New Internet Currency Stephen Clayton Senior Economic Education Specialist Federal Reserve Bank of Dallas The opinions expressed are solely.
Bitcoin: Free Money Roger Ver. Why Bitcoin? “For the first time in the history of the world, anyone can now send or receive any amount of money with anyone.
Understanding Networked Applications: A First Course Chapter 14 by David G. Messerschmitt.
Lect. 18: Cryptographic Protocols. 2 1.Cryptographic Protocols 2.Special Signatures 3.Secret Sharing and Threshold Cryptography 4.Zero-knowledge Proofs.
Digital Cash Present By Kevin, Hiren, Amit, Kai. What is Digital Cash?  A payment message bearing a digital signature which functions as a medium of.
Payment Systems 1. Electronic Payment Schemes Schemes for electronic payment are multi-party protocols Payment instrument modeled by electronic coin that.
BITCOIN – 2014 John BlackSpring Digital Currency  Chaum’s ideas in the 1980’s  All ideas required a central bank or single point of trust  Chaum.
Michal Kriziak MA1N0218 Financial Management The Bitcoin Currency.
1 Freeriders in P2P: Pricing Incentives Don Towsley UMass-Amherst collaborators: D. Figueiredo, J. Shapiro.
Bitcoin: Free Money Roger Ver Blockchain. Bitcoin: Free Money “For the first time in the history of the world, anyone can now send or receive any amount.
BITCOIN An introduction to a decentralised and anonymous currency. By Andy Brodie.
The world’s first decentralized digital currency Meni Rosenfeld Bitcoil 29/11/2012Written by Meni Rosenfeld1.
Digital Cash By Gaurav Shetty. Agenda Introduction. Introduction. Working. Working. Desired Properties. Desired Properties. Protocols for Digital Cash.
Bitcoin (what, why and how?)
E-Commerce Security Professor: Morteza Anvari Student: Xiaoli Li Student ID: March 10, 2001.
Decentralized multi-signature solutions for Bitcoin.
1 Bitcoin A Digital Currency. Functions of Money.
2/16/001 E-commerce Systems Electronic Payment Systems.
BITCOIN What is bitcoin? Put simply, bitcoin is a digital currency. It can be used to make electronic payments face to face or over the internet just like.
By Hinal Pithia Monday, November 14, Overview The traditional wallet The digital wallet –How it works –Technology –Payment Models –The players –Considerations.
OBJECTIVES  To understand the concept of Electronic Payment System and its security services.  To bring out solution in the form of applications to.
Privacy Preserving Payments in Credit Networks By: Moreno-Sanchez et al from Saarland University Presented By: Cody Watson Some Slides Borrowed From NDSS’15.
The Silk Road: An Online Marketplace
IS ANONYMOUS CURRENCY A GOOD IDEA? BY ADAM LASSWELL.
BITMINGLE REID BIXLER AND CARTER HALL. BACKGROUND Unlinkability – Input and Output must be unlinkable Verifiability – Attacker must not be able to steal.
Bitcoin as real currency Bitcoin. Phone: | Bitcoin? - decentralized, peer to peer no banks.
Section #9: Bitcoins. Digital currency Unique string of bits Use cryptography for security and privacy Not tied to names: hard to trace Finite set of.
Block Chain 101 May 2017.
CSE 4095 Lecture 22 – BlockChain Slides adapted from Claudio Orlandi.
A Blockchain Implementation
Join Bitcoin2You & Start Earning Today!!
Passion for building stronger business
Evaluation Forms for Blockchain- Based System ver. 1.0
Bitcoin - a distributed virtual currency system
The Changing Face of Digital Identity
KrypC Technologies Accelerated Blockchain Adoption.
Mechanics of Bitcoin Part I
Information Unchained
Blockchains and Cryptocurrencies: What Financial Planners Need to Know
Investing in cryptoassets
Anonymity vs. Privacy Campbell R. Harvey Duke University, NBER and
Blockchain Adrian Zaragoza.
Zcash Mining – A Guide For Beginners. Zcash (also known as ZEC and seventeenth most valued cryptocurrency with market capitalization of $500 million)
{ BLOCKCHAIN Technology. BSEtecBSEtec is a digital solution provider company which offers the best service with the implement of the latest technologies.
Blockchain Helpline Number
CS898AT – Bitcoins and Cryptocurrencies
Crypto Mining LLC.
Anonymity vs. Privacy Campbell R. Harvey Duke University, NBER and
Bitcoin: A New Internet Currency
Campbell R. Harvey Duke University and NBER
Blockchain & Social Impact
Distributed Ledger Technology (DLT) and Blockchain
Blockchain Alexander Prenta 9/27/2018.
The Living Blockchain Craig Sellars, Co-Founder of Omni Tether vAtomic
Campbell R. Harvey Duke University and NBER
Campbell R. Harvey Duke University and NBER
Introduction to Blockchain
Blockchain Concepts RISK FORUM 2017 Hash function (e.g. SHA-256)
Faculty Seminar Series Blockchain Technology
Zerocash: Decentralized Anonymized Payments from Bitcoins
Blockchain Technology: A New Approach to Provenance
Blockchain and Distributed Ledger Technology: Innovation, Operation, and Legal and Regulatory Implications Consumer Protection on the Blockchain Emily.
Blockchain Tech Big Picture
GAYATRI INSTITUTE OF COMPUTER AND MANAGEMENT HINJILICUT (GANJAM)
Blockchain Tech Big Picture
Campbell R. Harvey Duke University and NBER
Not about digital currencies
Cryptocurrency and Blockchain Technology
Presentation transcript:

Bitcoin 101 and Beyond Jonathan Levin VP Business Development, Chainalysis GmbH

Bitcoin’s design primitives Every transaction is public to prevent double spending Interactions are done using throwaway pseudonyms Fees were not initially considered in November 2008 but were a later addition Directed Acyclic Graph – Append only ledger Proof of work used to help new nodes that are entering the network quickly choose the correct global state The Blockchain was designed to minimize bloat Keeps track of checksums rather than tokens

New Privacy Model Party Transactions Trusted Third Party Counterparty Public Pseudonyms Traditional Privacy Model Party Transactions Public New Privacy Model Counterparty Pseudonyms are cryptographic keys that are used to sign transactions in Bitcoin

Bitcoin Transaction JSON { "hash":"a6d9c176ecb041c b f a7a8e61b041343efc3bcb6e", "ver":1, "vin_sz":1, "vout_sz":2, "lock_time":0, "size":257, "in":[ { "prev_out":{ "hash":"b5045e7daad205d1a204b544414af74fe66b eae5423e325", "n":0 }, "scriptSig":" e3d e9b2be11728cc7e44a f75ebc71375f0a6dd080d02202ef b3ecddddb0bed77960adccac5bbe317dfb0ce149eeee76498c19b101 04a36b5d3b4caa05aec80752f2e2805e4401fbdbe21be1011dc60c358c5fc4d3bedd1e03161fb4b 3a021c3764da57fee0d73570f3570f1b3dd92a1b06aae968846" } ], "out":[ { "value":" ", "scriptPubKey":"OP_DUP OP_HASH e bc11ecf f a10 OP_EQUALVERIFY OP_CHECKSIG" }, { "value":" ", "scriptPubKey":"OP_DUP OP_HASH d739ae983d8c75a0cb82958e94b7ae81e OP_EQUALVERIFY OP_CHECKSIG" } ] } Note the amount of inputs not present!!!

Bitcoin: Plumbing Analogy Each transaction is dependent on a previous transaction output Outputs can be combined and split up with ability to have 749 inputs and outputs Wallet implementations prioritized lower fees rather than privacy Transaction graph grows in complexity but can be looked at in a time series since it is append only There is no mapping from inputs to outputs However Bitcoin is far from anonymous

Proof of work: Anonymous consensus

Proof of work: Reality Check

Engineering the base layer Decentralised Trust minimization between parties Decentralised Trust minimization between parties Centralised Cost minimization Centralised Cost minimization Anonymous Authenticated identities Untraceable Traceable Bitcoin Coinbase Blockchain.info Circle Zerocash Bitcoin Paypal Bitcoin Circle Ripple Colored coins Onename Stellar? Traditional Banking Traditional Banking 2009 Bitcoin Zerocash

Model of Innovation  Open source community with baked in incentives to form a new currency drives competition  Development on the Bitcoin protocol is slow due to the amounts of money at stake  Lock-in drivers e.g. number of users, number of developers, VC money, security of the ledger, trust in the system.  The security of the Bitcoin ledger and the creation of digital scarcity is perhaps the most important characteristic of these ledgers and might ensure its survival with additional functionality being added e.g. Side-chains 3 Components to look for: Economic model Scripting ability Security model

Litmus test for a killer app  Does the use case require trust minimization between parties?  Does it not require every participant to identify themselves when participating? Put another way do we need to give participants the ability to maintain a level of privacy?  Do we need auditability in several directions?  How time sensitive is the underlying application? Will latency matter?  Could the system achieve an efficient outcome with a rigid rule that governs provable digital scarcity?  Do you need a purely fungible commodity at core? (digital currency, storage, elec, etc)  Do you need fragmented supply?  What is our current solution to the requirements above? How much does it depend on a single player and what is the cost of the system?

Contact Twitter: