BITCOIN An introduction to a decentralised and anonymous currency. By Andy Brodie.

Slides:



Advertisements
Similar presentations
The easy answers to the hard questions! WHAT IS 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 INTRODUCTION TECHNOLOGY AND TOOL *Various slides adapted from James D’Angelo’s “How the Constraints of Digital Define Bitcoin”
Cryptocurrency Peter Carnesciali Marcus Rivera BitcoinDogecoin LitecoinPeercoin.
COMS 486 Iowa State University Introduction to Bitcoin A P2P Electronic Cash System.
CS425/CSE424/ECE428 — Distributed Systems — Fall Nikita Borisov - UIUC1.
Bitcoin. What is Bitcoin? A P2P network for electronic payments Benefits: – Low fees – No middlemen – No central authority – Can be anonymous – Each payment.
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.
Bitcoin Double Spending Attack Karame, Androulaki & Capkun Presented by Subhro Kar CSCE 715, Fall 2013.
Stefan Dziembowski Why do the cryptographic currencies need a solid theory? Forum Informatyki Teoretycznej, Warsaw
Bitcoin is the FUTURE of MONEY!!
The world’s first decentralized digital currency Meni Rosenfeld Bitcoil 29/11/2012Written by Meni Rosenfeld1.
Digital Currency Kody Myers. Definition Currency that does not exist in any physical form, but can be used similarly to physical currency while retaining.
Bitcoin (what, why and how?)
Bitcoins and the Digital Economy Presented By: Matt Blackman.
1 Bitcoin A Digital Currency. Functions of Money.
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.
Bitcoin today (October 2, 2015)
Intro to Block Chain Bitcoin. Blocks ●Ethereum - block chain ●Dogecoin - block chain ●Ripple - not a block chain ●Stellar - not a block chain ●Bitcoin.
IS ANONYMOUS CURRENCY A GOOD IDEA? BY ADAM LASSWELL.
Bitcoins: Decentralized Digital Currency How it Works When Bitcoin was first created, 21 million coins were scattered across the digital realm and hidden.
BZUPAGES.COM E-cash Payment System A company, DigiCash, has pioneered the use of electronic cash or e-cash. Anonymity of the buyer is the key feature of.
Bitcoin Tech Talk Zehady Abdullah Khan (Andy) Graduate Assistant, Computer Science Department, Purdue University.
Bitcoin is a cryptographic currency that has been in continuous operation over the last 3 years. It currently enjoys an exchange rate of $4.80 (as of April.
Quiz 2 Post-Mortem Bruce Maggs. 2 Create a new BitCoin address, and use it only once. E.g., create a new wallet. Create a new address and mine a BitCoin.
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.
Bitcoin Based on “Bitcoin Tutorial” presentation by Joseph Bonneau, Princeton University Bonneau slides marked “JB”
Bitcoin: Fake, Virtual and Real Partha Dasgupta Arizona State University Tempe, AZ, USA Note: “Current” numbers used are from mid-2015.
Buy a Bitcoin-Buying Bitcoins Published by:
First… What is Cryptocurrency? A Cryptocurrency is a digital currency that is created through mathematical engineering (algorithm). It is designed to.
Block Chain 101 May 2017.
Motivation ✓ ✘ ? Bitcoin/Ideal Credit Card Works on Internet
Kermit Lowry, John Whatley, Wesley Cooper, and Matthew Eith
Cryptocurrencies by.
Virtual currency? Crypto-currency? Internet Money? Property?
Bitcoin - a distributed virtual currency system
Bitcoin Mining by David Kopczyk.
Bitcoin Created By: CoinSecure.in.
A private and secure cryptocurrency for mobile devices
Easy Tips for Beginners on How to Mine Zcash Cryptocurrency
Anonymity vs. Privacy Campbell R. Harvey Duke University, NBER and
So what is Blockchain anyway?
Deanonymization of Clients in Bitcoin P2P Network

Zcash Mining – A Guide For Beginners. Zcash (also known as ZEC and seventeenth most valued cryptocurrency with market capitalization of $500 million)
Data Structures and Analysis (COMP 410)
Life skill presentation
Focus Group 3: Blockchain and digitalisation
Crypto Mining LLC.
Bitcoin and Cryptocurrency
Anonymity vs. Privacy Campbell R. Harvey Duke University, NBER and
Bitcoin: A New Internet Currency
Campbell R. Harvey Duke University and NBER
Bitcoin: Data flow.
Campbell R. Harvey Duke University and NBER
Campbell R. Harvey Duke University and NBER
Kai Bu 04 Blockchain Kai Bu
Presentation On Bit-Coins.
Blockchains and Auditing
Wokshop SAIS 2018 Dr. Meg Murray Kennesaw state university
Faculty Seminar Series Blockchain Technology
Blockchain Technology
Campbell R. Harvey Duke University and NBER
GAYATRI INSTITUTE OF COMPUTER AND MANAGEMENT HINJILICUT (GANJAM)
Campbell R. Harvey Duke University and NBER
Explore Txs, block, blockchain in Bitcoin
Author: Satoshi Nakamoto
Presentation transcript:

BITCOIN An introduction to a decentralised and anonymous currency. By Andy Brodie

TABLE OF CONTENTS What is a currency? What is Bitcoin? History How do Bitcoins and Bitcoin transactions work? Demonstration

WHAT IS A CURRENCY? “Something that is used as a medium of exchange.” It has no intrinsic value. It does not have to be “backed” by anything (e.g. gold) Typically USE centralised minting and validation; e.g. Bank of England. Something is only worth what someone else is willing to pay for it.

WHAT IS BITCOIN? Bitcoin is an electronic currency with some unique features. Decentralised Not controlled by a central authority, unlike e.g. GBP controlled by the Bank of England. Difficult to hack as there’s no central authority to attack. (Nearly) Anonymous Transactions Senders and receivers identified only by keys, which can change with each transaction. Further anonymity provided by “mixers” which split and combine transactions. Fast Transactions are typically completed within 10 minutes. Distributed Difficult to attack and subvert as network is distributed world-wide. Changing a committed transaction requires more CPU power than the rest of the network. Open Based on mathematical cryptography principles and open source software.

HISTORY Satoshi Nakamoto publishes a paper outlining the theory of Bitcoin – Bitcoin software released (by Nakamoto) 2010 – First purchase of Pizza using Bitcoins 2011 – First exchanges established and first recorded theft 2012 – First Bitcoin exchange licensed as a bank in Europe 2013 – Bitcoin market cap passes $1,000,000,000 The identity, or identities, of Satoshi Nakamoto remains unknown. But as theory is published and software is open source, it’s still trustable.

WHAT IS A BITCOIN? Current exchange rate 1BTC = £78 (at time of writing) Each BTC unit, or fraction, has a designated owner. The owner is identified by a public key. In order to “spend” a Bitcoin, i.e. transfer it to someone else, you need the private key that corresponds to the public key. Wallet software or online exchanges keep track of which Bitcoins belong to you. If you lose the private key, the coin is lost forever. This is known as a zombie coin.

THE BITCOIN NETWORK Bitcoin is supported by a network of nodes running Bitcoin software. Transactions are broadcast to all nodes. Transactions are grouped into blocks. Nodes broadcast verified blocks to each other. Blocks join together to form block chains. Block chains provide the transaction history used to verify new transactions. Anyone can set up their own node. You just need the software (e.g. BitcoinQt) and an Internet connection. Better yet, there are rewards for running a server: Minting new coins. Collecting transaction fees for including transactions within blocks.

BITCOIN TRANSACTIONS Each participant in a transaction has an address. Similar to a sort code and bank account number combination. Addresses are public keys. There is no cost for creating new addresses. Some recommend creating a new address for each transaction to aid anonymity. Mixer services provide greater anonymity by merging and re-splitting transactions. A transaction transfers Bitcoins of some value from one address to another. Contains variable number of inputs to outputs. Transaction fees are collect by omitting an output in a transaction. All Bitcoin transactions are public. Similar to stock market tapes today.

HOW BITCOIN TRANSACTIONS WORK 1.New transactions are broadcast to all nodes. 2.Each node collects new transactions into a block. 3.Each node works on signing its block via difficult proof-of-work 4.When a node finds a valid signature it broadcasts the block to all nodes. 5.Nodes accept the block only if all transactions in it are valid and not already spent. 6.Nodes express their acceptance of the block by working on creating the next block in the chain, using the hash of the accepted block as the previous hash.

BLOCKS Blocks contain: A “coinbase” minting transaction. Zero or more transactions between addresses. A signature - a difficult computational proof-of-work. Reference to the chronologically prior block (the chain). When Bitcoin launched, the “coinbase” could mint 50 Bitcoins. However, mining rate is decreasing to a theoretical maximum of 21 million Bitcoins. Current reward is 25BTC (likely to remain until 2016 before decreasing further). On average, transactions are incorporated in to blocks within 10 minutes of publication.

PROOF-OF-WORK Blocks are “mined.” Mining is a CPU intensive process. To create a new block, a combined hash (SHA-256 ) of a previous block and a calculated nonce must start with a required number of zero bits. Number of zero bits required controls difficulty to account for: Increasing CPU power in the network as more people join. Moore’s Law. Difficulty is reset every 2016 blocks by fixed algorithm in nodes to maintain block generation rate. Mining is typically done using GPU,dedicated FPGAs or custom ASICs. The reward for creating a new block is: Claiming the output of the coinbase transaction. Collection transaction fees (any unspecified outputs of a transaction). Currently, investing in a high-end GPU may pay off in 6 months.

KEY MESSAGES Bitcoins are a decentralised, independent currency. No central administration, minting or checking process. Based around strong cryptography principles. Spending is anonymous.

END This work is licensed under the Creative Commons Attribution 4.0 International License.Creative Commons Attribution 4.0 International License