Bitcoin & Blockchain Bina Ramamurthy 2/22/2019.

Slides:



Advertisements
Similar presentations
The world’s first decentralized digital currency Meni Rosenfeld Bitcoil 29/11/2012Written by Meni Rosenfeld1.
Advertisements

1 Bitcoin A Digital Currency. Functions of Money.
Bitcoin Tech Talk Zehady Abdullah Khan (Andy) Graduate Assistant, Computer Science Department, Purdue University.
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.
© 2016 consensys.net Intro to The Blockchain. © 2016 consensys.net.
Block Chain 101 May 2017.
CRYPTOCURRENCY Bitcoin,Ether & Beyond..
Introduction to Blockchain
Blockchain Infrastructure for e-Science
Blockchain – An Introduction
A Blockchain Implementation
Kermit Lowry, John Whatley, Wesley Cooper, and Matthew Eith
Cryptocurrencies by.
Blockchain Introduction
WEBINAR Blockchain: Time For A Reality Check
Virtual currency? Crypto-currency? Internet Money? Property?
Bitcoin - a distributed virtual currency system
Where Money and Technology Meet
Distributed Systems for Information Systems Management
Cryptocurrencies By Rui Sakurai and Shane Spears
Introduction to Blockchain & Ethereum
Blockchains and Cryptocurrencies: What Financial Planners Need to Know
Making Blockchain Real for Business
Blockchain beyond cryptocurrencies
Bitcoin Explained in 2 Minutes
Blockchain at UB B. Ramamurthy
So what is Blockchain anyway?
“The blockchain is the most important technology since the internet itself.” Mark Andreessen: Cofounder of Netscape; board of directors of: Facebook,

ZBitcoin is a Bitcoin buy sell platform that provides opportunities for everyone to buy and sell bit coins using the crypto money. Explore.
Formally: An informal introduction to Blockchain
Blockchain OVERVIEW B. Ramamurthy ©2018, all rights reserved
Rechtsanwältin – Germany Attorney at Law – New York
Breaking through with Blockchain
Blockchain and Cryptocurrencies
Getting Started with Ethereum Private Blockchain
Blockchain OVERVIEW B. Ramamurthy ©2018, all rights reserved
NEECOM – May 16, 2018 Todd L. Gould, CEO
Blockchain, Cryptocurrencies & ICO’s
Setting the Stage for a Community Blockchain Incubator
Blockchain technology
Blockchain at UB B. Ramamurthy
Distributed Ledger Technology (DLT) and Blockchain
Blockchain Alexander Prenta 9/27/2018.
Nonce Making Sense of Nonces.
Cryptocurrency as a payment option
IS 651: Distributed Systems Blockchain
Introduction to Blockchain
Blockchain Concepts RISK FORUM 2017 Hash function (e.g. SHA-256)
Hyperledger Fabric Composer Overview UW Blockchain Society, 10/29/2018
Swagatika (Jazz) Sarangi
Bitcoin & Blockchain Bina Ramamurthy 2/22/2019.
Debasis Bhattacharya, JD, DBA – UH Maui College, HI
Debasis Bhattacharya, JD, DBA – UH Maui College, HI
Kai Bu 04 Blockchain Kai Bu
How to describe it to your grandmother!
Ethereum Virtual Machine
Introduction to blockchain
Wokshop SAIS 2018 Dr. Meg Murray Kennesaw state university
Faculty Seminar Series Blockchain Technology
Blockchain Technology
Blockchain Technology: A New Approach to Provenance
Distributed Computers and Web Technologies (3-0-6)
Blockchain, Riskblock, and Bitcoin.
Campbell R. Harvey Duke University and NBER
GAYATRI INSTITUTE OF COMPUTER AND MANAGEMENT HINJILICUT (GANJAM)
Blockchain Tech Big Picture
What is A blockchain? B. RAMAMURTHY ©2019, ALL RIGHTS RESERVED
Explore Txs, block, blockchain in Bitcoin
Not about digital currencies
Presentation transcript:

Bitcoin & Blockchain Bina Ramamurthy 2/22/2019

References https://bitcoin.org https://marmelab.com/blog/2016/04/28/blockchain-for-web-developers-the-theory.html https://en.bitcoin.it/wiki/Block_hashing_algorithm https://blockexplorer.com/ https://www.ibm.com/blockchain/hyperledger.html 2/22/2019

Overview What is bitcoin? What is its main contribution? Hmm..What is Blockchain? Why is there so much excitement about this technology? Which are the main businesses involved in Blockchain as a provider? How can you get involved? Where can you learn more? 2/22/2019

Bitcoin Bitcoin : peer-peer cryptocurrency that does not require a middle entity such as a bank to complete a transaction between the sender and receiver. Created by a secretive person known as Satoshi Nakamoto. Runs on the Internet so all transactions are “virtual” To keep track of the transactions, an ingenious ledger technology has been devised. This ledger is distributed and is a collection of blocks of transactions. How do you trust the ledger? The trust model out of this distributed ledger is an important contribution of Bitcoin. The distributed ledger is called the “Blockchain” Bitcoin “technology” is the genesis for this Blockchain revolution. 2/22/2019

What is Blockchain? 2/22/2019

Transaction {Public-key private-key pair} plays an a critical role in sending “money” from party to another. Each transaction has one or more inputs, one or more outputs and several header information such a transaction#, timestamp etc. Lets say Alice wants to send money to Bob. Alice gets Bob’s hashed public key Encodes details of the transactions in Bob’s public key and outputs it as Unspent Tx Output (UTXO) to Bob. Only Bob can decrypt it with his private key and it displays as unspent money in Bob’s wallet. 2/22/2019

Block The bitcoin network involves a very important role that of “miner”. Miners collect a bunch of transactions typically about 2016+/- (the typical number of transactions in 10 minutes) and hashes them together. Merkel tree is used for this hash process. Then a “nonce” in the header is adjusted to bring this hash to a number below a certain target value. Many miners are competing to do this operation. The one who finishes first gets to create the block and gets rewarded in bitcoin. He/she will also very the transactions in the block. And include a hash form a previously completed block thus forming “immutable” (trusted) block chain. 2/22/2019

Block and Blockchain 2/22/2019

Blockchain Revolution Instead of money, a transaction could embed an important document, a testimony, a congressional bill, a old textbook, contracts. It provides a “trust model” It is open and at the same time secure Internet of assets (instead of Bitcoins) Tracking provenance of precious gems, collectables 2/22/2019

Main Players Bitcoin is main thrust and innovation behind “Blockchain” Ethereum is another major player IBM and Linux open source are collaborating on another distributed ledger called “hyperledger” 2/22/2019

IBM’s Comparison of three Blockchain Products Bitcoin Ethereum Hyperledger Cryptocurrency required bitcoin ether, user-created cryptocurrencies none Network public public or permissioned permissioned Transactions anonymous anonymous or private public or confidential Consensus proof of work PBFT Smart contracts (business logic) yes (Solidity, Serpent, LLL) yes (chaincode) Language C++ Golang, C++, Python Golang, Java 2/22/2019

Summary How can you buy bitcoin? Bitcoin can be bought like a stick on exchanges. Today 1 bitcoin = 1,000,000,000 satoshi 1 bitcoin’s market value today is: $1780 (highly volatile) Bitcoin has more clout for its technology than as a currency. Many prominent players are taking the innovation of bitcoin and morphing it into platforms with better governance and application. IBM’s direction seems to be best one in the market now, I plan to explore it for hands on experience. 2/22/2019