CSE 552 preparation for reading

Slides:



Advertisements
Similar presentations
Bitcoin: A New Internet Currency Stephen Clayton Senior Economic Education Specialist Federal Reserve Bank of Dallas The opinions expressed are solely.
Advertisements

COMS 486 Iowa State University Introduction to Bitcoin A P2P Electronic Cash System.
Bitcoin. What is Bitcoin? A P2P network for electronic payments Benefits: – Low fees – No middlemen – No central authority – Can be anonymous – Each payment.
Hash Table indexing and Secondary Storage Hashing.
The world’s first decentralized digital currency Meni Rosenfeld Bitcoil 29/11/2012Written by Meni Rosenfeld1.
Bitcoins and the Digital Economy Presented By: Matt Blackman.
1 Bitcoin A Digital Currency. Functions of Money.
1 ZYZZYVA: SPECULATIVE BYZANTINE FAULT TOLERANCE R.Kotla, L. Alvisi, M. Dahlin, A. Clement and E. Wong U. T. Austin Best Paper Award at SOSP 2007.
Replication (1). Topics r Why Replication? r System Model r Consistency Models r One approach to consistency management and dealing with failures.
Bitcoin Jeff Chase Duke University.
SCP: A Computationally Scalable Byzantine Consensus Protocol for Blockchains Loi Luu, Viswesh Narayanan, Kunal Baweja, Chaodong Zheng, Seth Gilbert, Prateek.
Bitcoin Tech Talk Zehady Abdullah Khan (Andy) Graduate Assistant, Computer Science Department, Purdue University.
© 2016 consensys.net Intro to The Blockchain. © 2016 consensys.net.
Bitcoin Bitcoin is a cryptocurrency. The platform that hosts Bitcoin is a p2p system. Bitcoin can be abstracted as a digital file that records the account.
Block Chain 101 May 2017.
Symposium on Distributed Ledger Technology SDLT'2017
Kermit Lowry, John Whatley, Wesley Cooper, and Matthew Eith
Distributed Financial Technology in Payments
Bitcoin and the Blockchain
Bitcoin Based on “Bitcoin Tutorial” presentation by
Evaluation Forms for Blockchain- Based System ver. 1.0
Blockchains in 12 Easy Steps and Observations to Ponder…
Virtual currency? Crypto-currency? Internet Money? Property?
Bitcoin - a distributed virtual currency system
Cryptocurrencies By Rui Sakurai and Shane Spears
Introduction to Blockchain & Ethereum
The Cryptoeconomic Way
Blockchain beyond cryptocurrencies
Bitcoin Explained in 2 Minutes
Dash Mining - for Dummies. Dash, an altcoin, is best known for two main features – ability to send instantly and highest level of privacy provision. It’s.
So what is Blockchain anyway?
Deanonymization of Clients in Bitcoin P2P Network
protocollo e casi studio

Technical Overview of Bitcoin
Bitcoin and the Blockchain
Let’s build a Blockchain!
Nakamoto Consensus Marco Canini
EECS 498 Introduction to Distributed Systems Fall 2017
Focus Group 3: Blockchain and digitalisation
Introduction to Blockchains
Bitcoin: A New Internet Currency
Distributed Ledger Technology (DLT) and Blockchain
Nonce Making Sense of Nonces.
Blockchain Concepts RISK FORUM 2017 Hash function (e.g. SHA-256)
Secure Electronic Transactions (SET)
Bitcoin & Blockchain Bina Ramamurthy 2/22/2019.
Mining Path Traversal Patterns with User Interaction for Query Recommendation 龚赛赛
刘振 上海交通大学 计算机科学与工程系 电信群楼3-509
OurSQL = MySQL + Blockchain
Consensus Algorithms.
GRIF DEX is an international decentralized exchange, a trading platform where you can buy and sell coins, tokens and fiat currency. An exchange will conform.
Debasis Bhattacharya, JD, DBA – UH Maui College, HI
A wide Network 108 Institutes 10,000 Employees 1 B€ Budget
Kai Bu 04 Blockchain Kai Bu
Presentation On Bit-Coins.
Blockchains and Auditing
Blockchains and Smart Contracts for the Internet of Things
Bitcoin Data Structures
Ethereum Virtual Machine
Wokshop SAIS 2018 Dr. Meg Murray Kennesaw state university
Faculty Seminar Series Blockchain Technology
Paxos Made Simple.
Distributed Computers and Web Technologies (3-0-6)
Bitcoin and Blockchain
Blockchain.
Explore Txs, block, blockchain in Bitcoin
Not about digital currencies
BUILDING A BLOCKCHAIN USING PYTHON
Cryptocurrency and Blockchain Technology
Presentation transcript:

CSE 552 preparation for reading Blockchains CSE 552 preparation for reading

Systematization of knowledge A special kind of paper that appears in IEEE S&P Doesn’t have new research Surveys existing research Provides a new viewpoint not necessarily understood by the purveyors of that research A survey is useful to introduce yourself to a new area

A blockchain is a replicated state machine ...but with only probabilistic properties ... The key is to ensure global consensus on the sequence of inputs Header

Each block can succeed only one log prefix hash ...

Consensus is on the hardest chain to produce hash PoW ... “Work” is to find a such that the hash of the is less than the current target nonce block

Participation is motivated by payment hash PoW ... $$$ for miner $ Adding a block to the chain (mining) lets you add a transaction creating currency in your personal account A transaction can also specify that the miner gets whatever “change” is left over from running it

Distributed systems in a blockchain The blockchain itself The dissemination network Lets clients send transactions to miners Lets miners publicize the blocks they mine