SlideShare une entreprise Scribd logo
1  sur  62
Télécharger pour lire hors ligne
BLOCKNOTARY
PATRICE KERREMANS & DANILA SMOLKO
INTRO
THE TEAM
Danila Smolko Patrice Kerremans
Geert Vermeiren Pat(rick) Boens
TEXT
▸ Bitcoin & Blockchain (including Payment Demo)
▸ Ethereum
▸ Hyperledger
▸ Smart Contracts (including cases)
▸ Notary impacts (including cases)
SHORT INTRODUCTION
https://www.youtube.com/watch?v=YIVAluSL9SU
Bitcoin is the tip of the Ice berg
The blockchain can be used for any property transaction
The Blockchain is the single source of truth
It is distributed and doesn’t require middlemen
It is virtually unhackable due to this distributed nature
SUMMARIZED
INTERNET
MOBILE
CLOUD
BLOCKCHAIN
BITCOIN &
BLOCKCHAIN
A PURELY PEER-TO-PEER VERSION OF
ELECTRONIC CASH [WHICH] WOULD ALLOW
ONLINE PAYMENTS TO BE SENT DIRECTLY
FROM ONE PARTY TO ANOTHER WITHOUT
GOING THROUGH A FINANCIAL INSTITUTION.
2008 - Satoshi Nakamoto - whitepaper
INTRODUCTION OF THE BITCOIN CONCEPT
THE BLOCK CHAIN IS …
A chain of blocks (duh!)
Blocks containing transactions and referencing previous blocks…
Genesis Block
THE TIMES 03/JAN/2009
CHANCELLOR ON BRINK
OF SECOND BAILOUT FOR
BANKS
BitCoin Genesis Block’s Coinbase Parameter
THE FAMOUS BITCOIN GENESIS BLOCK
SOLVING A VERY DIFFICULT PUZZLE
PROOF OF WORK
Find a hash that starts with a number of leading zeros
The acting of searching for this nonce is called mining
The first miner to find this nonce is rewarded new
bitcoins that are created by 

adding a Coinable Transaction to the block.
Coinbase Transaction = reward
Regular Transactions
MINER
MINER
PARTY
PARTY
PARTY
PARTY
A
C
0000000000e304476c788cd474fb579a
TEXT
FINDING THIS APPROPRIATE HASH = MINING Find the hash with enough zeroes = mining
MINING BITCOINS
THE ALGORITHM ADAPTS TO MAKE MINING ONE BLOCK TO TAKE APPROXIMATELY
10
MIN
WHAT IS BLOCKCHAIN
NOT CENTRALIZED, NOT DECENTRALIZED, DISTRIBUTED
Every node in the network has a full copy of the entire blockchain
TEXT
THE BLOCKCHAIN
Distributed
No central, nor decentralized power(s) has control over the
system
Immutable
means that something is unchanging over time or unable to
be changed
Traceable
Since all transactions are timestamped and linked to
previous transactions they can be traced & audited
public / pseudo anonymous
Anyone can join the blockchain and use it to submit
transactions. No KYC -yet- so some privacy
Crypto-key based extremely secure
Smart Contracts promising technology
WALLET
THE PLAYERS
U
BLOCK
CHAIN
WALLET
PROVIDER
WALLET
PROVIDER
WALLET
PROVIDER
COIN
EXCHANGE
COIN
EXCHANGE
U
U
WALLET
Users can have their
wallet managed at a
wallet provider and then
buy and sell Coins via a
Coin exchange (typically
for a fee)
Some exchanges all
serve as wallet providers
User can exchange
Coins in their managed
wallet with other users
User can also manage their
own wallets in their own
devices (but then the user
needs to manage their private
keys as well)
MINER
MINER
MINER
MINER
TEXT
PAYMENT
DEMO
II € €
THE BYZANTINE GENERALS PROBLEM
THE PROBLEM EXPLAINED
A1 and A2 have not yet agreed on a attack time
A2 only attacks if A1 attacks and vice-versa
A1 nor A2will perish if they attack B alone
A1 and A2 can only send messages with messengers that have to go
through the valley
RULES
Of the Fight
GENERAL
IMPOSSIBILITY: IN
GENERAL, NO
SOLUTIONS WITH
FEWER THAN 3M+1
GENERALS CAN COPE
WITH M TRAITORS
SOLUTION
NAKAMOTO ALGORITHM
by having a large enough amount of generals (miners)
fight (mine) a heavy terrain (puzzle) should begged
enough a deterrent for traitors (hackers)
OTHER
BLOCKCHAINS
ETHEREUM
ETHEREUM
BETTER THAN BITCOIN (?)
▸ In Ethereum the block time is set to twelve seconds compared to Bitcoins 10 minutes. This allows for faster transaction times. Ethereum does this by
using the Ghost protocol.
▸ Ethereum has a slightly different economic model than Bitcoin – Bitcoin block rewards halve every 4 years whilst Ethereum releases the same amount
of Ether each year ad infinitum.
▸ Ethereum has a different method for costing transactions depending on their computational complexity, bandwidth use and storage needs. Bitcoin
transactions compete equally with each other. This is called Gas in Ethereum and is limited per block whilst in Bitcoin it is limited by the block size.
▸ Ethereum has its own Turing complete internal code... a Turing complete code means that given enough computing power and enough time...
anything can be calculated. With Bitcoin there is not this form of flexibility.
▸ Ethereum was crowd funded whilst Bitcoin was released and early miners own most of the coins that will ever be mined. With Ethereum 50% of the
coins will be owned by miners in year five.
▸ Ethereum discourages centralized pool mining through its Ghost protocol rewarding stale blocks. There is no advantage to being in a pool in terms
of block propagation.
▸ Ethereum uses a memory hard hashing algorithm called Ethash that mitigates against the use of ASICS, and encourages decentralised mining by
individuals using their GPU’s.
https://www.cryptocompare.com/coins/guides/why-is-ethereum-different-to-bitcoin/
CRYPTOCURRENCY
ETHEREUM’S CURRENCY IS CALLED
ETHER
HYPERLEDGER
HYPERLEDGER (OR THE HYPERLEDGER PROJECT) IS A CROSS-INDUSTRY
COLLABORATIVE EFFORT, STARTED IN DECEMBER 2015 BY THE LINUX
FOUNDATION, TO SUPPORT BLOCKCHAIN-BASED DISTRIBUTED LEDGERS.
IT IS FOCUSED ON LEDGERS DESIGNED TO SUPPORT GLOBAL BUSINESS
TRANSACTIONS, INCLUDING MAJOR TECHNOLOGICAL, FINANCIAL, AND
SUPPLY CHAIN COMPANIES, WITH THE GOAL OF IMPROVING MANY
ASPECTS OF PERFORMANCE AND RELIABILITY.
wikipedia
HYPERLEDGER
R3
R3 (R3CEV LLC) IS A BLOCKCHAIN TECHNOLOGY
COMPANY. IT LEADS A CONSORTIUM OF 45
FINANCIAL COMPANIES IN RESEARCH AND
DEVELOPMENT OF BLOCKCHAIN USAGE IN THE
FINANCIAL SYSTEM.
wikipedia
R3
COMPARISON
COMPARISON
HyperLedger Ethereum Bitcoin
Description
General Purpose
Blockchain
General Purpose
Blockchain
Transactions
Blockchain
Governance Linux Foundation Ethereum Developers Bitcoin Developers
Currency none Ether Bitcoin
Mining Reward none Ether Bitcoin
Consensus Network Pluggable Mining Mining
Network Private or Public Public or Private Public
Privacy Open to Private Open Open
Smart Contracts
Multiple
Programming languages
Solidity
Programming Language
Not baked in
SMART
CONTRACTS
Firm A Firm B
SMART CONTRACT
IF (CONDITIONS ARE MET) THEN
EXECUTE THESE TERMS
The use of code and a blockchain to execute logic if certain conditions are met.
Execution is not “forgotten”, it is automatic.
No discussion about the conditions or terms,
since code is unambiguous.
You still need lawyers to make sure the rules
are properly defined.
Faster and cheaper.
THE PHRASE "SMART CONTRACTS" WAS
COINED BY LEGAL THEORIST COMPUTER
SCIENTIST NICK SZABO IN 1994*
wikipedia
SMART CONTRACTS
* the idea was around since the 70s, though
SMART CONTRACT TEMPLATES
A DECENTRALIZED AUTONOMOUS ORGANIZATION
THAT IS RUN THROUGH RULES ENCODED AS
COMPUTER PROGRAMS CALLED SMART CONTRACTS.
A DAO'S FINANCIAL TRANSACTION RECORD AND
PROGRAM RULES ARE MAINTAINED ON A BLOCKCHAIN
wikipedia
DAO - DECENTRALIZED AUTONOMOUS ORGANIZATION
COULD THE BITCOIN
NETWORK BE USED AS AN
ULTRA-SECURE NOTARY
SERVICE?
YES!
*
* but mainly for proof of existence, not for all notary services…
ADDING A COMMENT TO THE BLOCKCHAIN
OP_RETURN
80 CHARACTERS
ADDING A “DOCUMENT” TO THE BLOCKCHAIN
C35AD8A76CF51E00E
6E3DADAE01712C7DD
CFF83CA7125D1D3BB
2A8D7A57B10CD
21/09/2016
TEXT
GHANA - BITLAND
Ghana Blockchain Cadastral Land
Registration Registry Technology 2016
by NGO Bitland:
‣ Investigate the issued land title (land commission of Ghana)
‣ Survey the land (real estate)
‣ Confirm the land-title validity (talk to nearby neighbours).
‣ Record the property GPS coordinates with a GPS device
‣ Submit the collected data and information into the Blockchain
ledger
‣ Issue a paper certificate to the rightful property owner
TEXT
BLOCK NOTARY AN TIERON
▸ Sending a picture to the blockchain and
receiving a receipt for it.
TEXT
BLOCK NOTARY
UPROOV.COM
LOVE AND MARRIAGE…
ATM
TEXT
WHAT DOES LEARN US?
TEXT
STARTUPS
START-UPS
TEXT
MORE STARTUPS,
DIFFERENT VIEW
BANKS & FINANCIAL SERVICES PLAYERS
BANKS

Contenu connexe

Tendances

Blockchain and the Real Estate Life Cycle
Blockchain and the Real Estate Life CycleBlockchain and the Real Estate Life Cycle
Blockchain and the Real Estate Life CycleAchim Jedelsky
 
Ethereum - Introduction to Smart Contracts
Ethereum - Introduction to Smart ContractsEthereum - Introduction to Smart Contracts
Ethereum - Introduction to Smart Contractsjarradh
 
Smart Contracts: Enabling New Work-Life Culture
Smart Contracts: Enabling New Work-Life CultureSmart Contracts: Enabling New Work-Life Culture
Smart Contracts: Enabling New Work-Life Cultureeeykholt
 
Blockchain; how it works, and why you should care
Blockchain; how it works, and why you should careBlockchain; how it works, and why you should care
Blockchain; how it works, and why you should careVincent Olislagers
 
Blockchain 101 - Distributed:Health
Blockchain 101 - Distributed:HealthBlockchain 101 - Distributed:Health
Blockchain 101 - Distributed:HealthJeff Garzik
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchainCeline George
 
Blockchain 101 by imran bashir
Blockchain 101  by imran bashirBlockchain 101  by imran bashir
Blockchain 101 by imran bashirImran Bashir
 
Blockchain - Introduction and Authoring Smart Contracts
Blockchain - Introduction and Authoring Smart ContractsBlockchain - Introduction and Authoring Smart Contracts
Blockchain - Introduction and Authoring Smart ContractsVikas Grover
 
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IOBlockStars.io
 
Smart Contract & Ethereum
Smart Contract & EthereumSmart Contract & Ethereum
Smart Contract & EthereumAkshay Singh
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMTal Be'ery
 
Bitcoin Status Report - On-Chain Scaling Aug 2016
Bitcoin Status Report - On-Chain Scaling Aug 2016Bitcoin Status Report - On-Chain Scaling Aug 2016
Bitcoin Status Report - On-Chain Scaling Aug 2016Jeff Garzik
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart ContractsNelson Rosario
 
Bitcoin and blockchain basics
Bitcoin and blockchain basicsBitcoin and blockchain basics
Bitcoin and blockchain basicsMichele Pace
 
The Blockchain: Introduction and Implications
The Blockchain: Introduction and ImplicationsThe Blockchain: Introduction and Implications
The Blockchain: Introduction and ImplicationsMichael Lesniak
 
Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesVasiliy Suvorov
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP Tomoaki Sato
 
Introduction to Bitcoin, Blockchain, and Ethereum by Justin Wu
Introduction to Bitcoin, Blockchain, and Ethereum by Justin WuIntroduction to Bitcoin, Blockchain, and Ethereum by Justin Wu
Introduction to Bitcoin, Blockchain, and Ethereum by Justin WuJustin Wu
 

Tendances (20)

Blockchain and the Real Estate Life Cycle
Blockchain and the Real Estate Life CycleBlockchain and the Real Estate Life Cycle
Blockchain and the Real Estate Life Cycle
 
Ethereum - Introduction to Smart Contracts
Ethereum - Introduction to Smart ContractsEthereum - Introduction to Smart Contracts
Ethereum - Introduction to Smart Contracts
 
Smart Contracts: Enabling New Work-Life Culture
Smart Contracts: Enabling New Work-Life CultureSmart Contracts: Enabling New Work-Life Culture
Smart Contracts: Enabling New Work-Life Culture
 
Blockchain; how it works, and why you should care
Blockchain; how it works, and why you should careBlockchain; how it works, and why you should care
Blockchain; how it works, and why you should care
 
Blockchain 101 - Distributed:Health
Blockchain 101 - Distributed:HealthBlockchain 101 - Distributed:Health
Blockchain 101 - Distributed:Health
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchain
 
Blockchain 101 by imran bashir
Blockchain 101  by imran bashirBlockchain 101  by imran bashir
Blockchain 101 by imran bashir
 
Blockchain - Introduction and Authoring Smart Contracts
Blockchain - Introduction and Authoring Smart ContractsBlockchain - Introduction and Authoring Smart Contracts
Blockchain - Introduction and Authoring Smart Contracts
 
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO
9 BUILDING BLOCKS FOR A SUCCESSFUL BLOCKCHAIN INDUSTRY | BLOCKSTARS.IO
 
Smart Contract & Ethereum
Smart Contract & EthereumSmart Contract & Ethereum
Smart Contract & Ethereum
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEM
 
Ethereum
EthereumEthereum
Ethereum
 
Bitcoin Status Report - On-Chain Scaling Aug 2016
Bitcoin Status Report - On-Chain Scaling Aug 2016Bitcoin Status Report - On-Chain Scaling Aug 2016
Bitcoin Status Report - On-Chain Scaling Aug 2016
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart Contracts
 
Bitcoin and blockchain basics
Bitcoin and blockchain basicsBitcoin and blockchain basics
Bitcoin and blockchain basics
 
The Blockchain: Introduction and Implications
The Blockchain: Introduction and ImplicationsThe Blockchain: Introduction and Implications
The Blockchain: Introduction and Implications
 
Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniques
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP
 
What is blockchain
What is blockchainWhat is blockchain
What is blockchain
 
Introduction to Bitcoin, Blockchain, and Ethereum by Justin Wu
Introduction to Bitcoin, Blockchain, and Ethereum by Justin WuIntroduction to Bitcoin, Blockchain, and Ethereum by Justin Wu
Introduction to Bitcoin, Blockchain, and Ethereum by Justin Wu
 

En vedette

Waterfall and Agile: a comparison
Waterfall and Agile: a comparisonWaterfall and Agile: a comparison
Waterfall and Agile: a comparisonPatrice Kerremans
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin Jérôme Kehrli
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureMelanie Swan
 
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdom
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdomHướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdom
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdomTom Vũ
 
Hướng dẫn bảo mật blockchain
Hướng dẫn bảo mật blockchainHướng dẫn bảo mật blockchain
Hướng dẫn bảo mật blockchainTom Vũ
 
Blockchainを支える技術
Blockchainを支える技術Blockchainを支える技術
Blockchainを支える技術Takumi Seike
 
プログラミングで楽しむビットコイン
プログラミングで楽しむビットコインプログラミングで楽しむビットコイン
プログラミングで楽しむビットコインShu Kobuchi
 
Blockchain For Developers
Blockchain For DevelopersBlockchain For Developers
Blockchain For DevelopersAlex Chepurnoy
 
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説Daisuke Nishino
 
Models of Imapct by Mathew Manos
Models of Imapct by Mathew ManosModels of Imapct by Mathew Manos
Models of Imapct by Mathew ManosPHX Startup Week
 
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015Jeff Garzik
 
Introdução ao Ethereum, Uma Plataforma Blockchain
Introdução ao Ethereum, Uma Plataforma BlockchainIntrodução ao Ethereum, Uma Plataforma Blockchain
Introdução ao Ethereum, Uma Plataforma BlockchainRenato Guimaraes
 
Bloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainBloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainJeff Garzik
 
Bitcoin 3.0 - Beyond Smart Contracts
Bitcoin 3.0 - Beyond Smart ContractsBitcoin 3.0 - Beyond Smart Contracts
Bitcoin 3.0 - Beyond Smart ContractsJeff Garzik
 
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud”
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud” A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud”
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud” Fabrício Vargas Matos
 
DApps all around - the state of decentralized development
DApps all around - the state of decentralized developmentDApps all around - the state of decentralized development
DApps all around - the state of decentralized developmentBlockStars.io
 
Blockchain Programming
Blockchain ProgrammingBlockchain Programming
Blockchain ProgrammingRhea Myers
 
Etherem ~ agvm
Etherem ~ agvmEtherem ~ agvm
Etherem ~ agvmgha sshee
 

En vedette (20)

Waterfall and Agile: a comparison
Waterfall and Agile: a comparisonWaterfall and Agile: a comparison
Waterfall and Agile: a comparison
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 
Internet of Things (2015)
Internet of Things (2015)Internet of Things (2015)
Internet of Things (2015)
 
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdom
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdomHướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdom
Hướng dẫn gởi và nhận bitcoin trong blockchain - bitcoin247.net - bitkingdom
 
Hướng dẫn bảo mật blockchain
Hướng dẫn bảo mật blockchainHướng dẫn bảo mật blockchain
Hướng dẫn bảo mật blockchain
 
Blockchainを支える技術
Blockchainを支える技術Blockchainを支える技術
Blockchainを支える技術
 
プログラミングで楽しむビットコイン
プログラミングで楽しむビットコインプログラミングで楽しむビットコイン
プログラミングで楽しむビットコイン
 
Blockchain For Developers
Blockchain For DevelopersBlockchain For Developers
Blockchain For Developers
 
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説
『これからの.NETアプリケーション開発』セミナー .NET用アプリケーション フレームワーク Open 棟梁 概説
 
Models of Imapct by Mathew Manos
Models of Imapct by Mathew ManosModels of Imapct by Mathew Manos
Models of Imapct by Mathew Manos
 
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015
A Bevy of Block Size Proposals - Scaling Bitcoin HK 2015
 
Introdução ao Ethereum, Uma Plataforma Blockchain
Introdução ao Ethereum, Uma Plataforma BlockchainIntrodução ao Ethereum, Uma Plataforma Blockchain
Introdução ao Ethereum, Uma Plataforma Blockchain
 
Bloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainBloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to Blockchain
 
Bitcoin 3.0 - Beyond Smart Contracts
Bitcoin 3.0 - Beyond Smart ContractsBitcoin 3.0 - Beyond Smart Contracts
Bitcoin 3.0 - Beyond Smart Contracts
 
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud”
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud” A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud”
A tecnologia blockchain (cryptoledger) e ecossistema disruptivo “pós-cloud”
 
DApps all around - the state of decentralized development
DApps all around - the state of decentralized developmentDApps all around - the state of decentralized development
DApps all around - the state of decentralized development
 
BIMA Blockchain Breakfast Briefing | Benjamin Maugain Presentation | Cyber-Duck
BIMA Blockchain Breakfast Briefing | Benjamin Maugain Presentation | Cyber-DuckBIMA Blockchain Breakfast Briefing | Benjamin Maugain Presentation | Cyber-Duck
BIMA Blockchain Breakfast Briefing | Benjamin Maugain Presentation | Cyber-Duck
 
Blockchain Programming
Blockchain ProgrammingBlockchain Programming
Blockchain Programming
 
Etherem ~ agvm
Etherem ~ agvmEtherem ~ agvm
Etherem ~ agvm
 

Similaire à Blockchain for Notaries

Blockchain, smart contracts - introduction
Blockchain, smart contracts - introductionBlockchain, smart contracts - introduction
Blockchain, smart contracts - introductionLukasz Jarmulowicz
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfAkash Agrawal
 
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCY
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCYBLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCY
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCYsanidulsattar
 
Building Apps with Ethereum Smart Contract
Building Apps with Ethereum Smart ContractBuilding Apps with Ethereum Smart Contract
Building Apps with Ethereum Smart ContractVaideeswaran Sethuraman
 
BlockChain for the Banker
BlockChain for the BankerBlockChain for the Banker
BlockChain for the BankerBohdan Szymanik
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrencyphexcom1
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Ziyad Abualrob
 
Blockchain Technology and Cryptocurrency
Blockchain Technology and CryptocurrencyBlockchain Technology and Cryptocurrency
Blockchain Technology and CryptocurrencyAdityaSingh1213
 
Introduction to Cryto currency (Basics).pdf
Introduction to Cryto currency (Basics).pdfIntroduction to Cryto currency (Basics).pdf
Introduction to Cryto currency (Basics).pdfNshimyumuremyiOlivie2
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professionalPortia Burton
 
BCHGraz - Meetup #8 - Intro & Ethereum
 BCHGraz - Meetup #8 - Intro & Ethereum BCHGraz - Meetup #8 - Intro & Ethereum
BCHGraz - Meetup #8 - Intro & EthereumBlockchainHub Graz
 
The Greatest Invention Since Electricity
The Greatest Invention Since ElectricityThe Greatest Invention Since Electricity
The Greatest Invention Since ElectricityMeg Montgomery
 
Impact of Blockchain on IT AuditBlockchain Techn.docx
Impact of Blockchain on IT AuditBlockchain Techn.docxImpact of Blockchain on IT AuditBlockchain Techn.docx
Impact of Blockchain on IT AuditBlockchain Techn.docxsheronlewthwaite
 
Kriptovaluták, hashbányászat és okoscicák
Kriptovaluták, hashbányászat és okoscicákKriptovaluták, hashbányászat és okoscicák
Kriptovaluták, hashbányászat és okoscicákhackersuli
 

Similaire à Blockchain for Notaries (20)

Blockchain, smart contracts - introduction
Blockchain, smart contracts - introductionBlockchain, smart contracts - introduction
Blockchain, smart contracts - introduction
 
The taxonomy of blockchain and cryptocurrency
The taxonomy of blockchain and cryptocurrencyThe taxonomy of blockchain and cryptocurrency
The taxonomy of blockchain and cryptocurrency
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
 
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCY
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCYBLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCY
BLOCKCHAIN, DIGITAL WALLET And CRYPTOCURRENCY
 
crypto ppt.ppt
crypto ppt.pptcrypto ppt.ppt
crypto ppt.ppt
 
Cryptocurrency
Cryptocurrency Cryptocurrency
Cryptocurrency
 
Building Apps with Ethereum Smart Contract
Building Apps with Ethereum Smart ContractBuilding Apps with Ethereum Smart Contract
Building Apps with Ethereum Smart Contract
 
BlockChain for the Banker
BlockChain for the BankerBlockChain for the Banker
BlockChain for the Banker
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018
 
CRYPTO.pptx
CRYPTO.pptxCRYPTO.pptx
CRYPTO.pptx
 
Blockchain Technology and Cryptocurrency
Blockchain Technology and CryptocurrencyBlockchain Technology and Cryptocurrency
Blockchain Technology and Cryptocurrency
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Introduction to Cryto currency (Basics).pdf
Introduction to Cryto currency (Basics).pdfIntroduction to Cryto currency (Basics).pdf
Introduction to Cryto currency (Basics).pdf
 
Blockchains in agriculture
Blockchains in agricultureBlockchains in agriculture
Blockchains in agriculture
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
 
BCHGraz - Meetup #8 - Intro & Ethereum
 BCHGraz - Meetup #8 - Intro & Ethereum BCHGraz - Meetup #8 - Intro & Ethereum
BCHGraz - Meetup #8 - Intro & Ethereum
 
The Greatest Invention Since Electricity
The Greatest Invention Since ElectricityThe Greatest Invention Since Electricity
The Greatest Invention Since Electricity
 
Impact of Blockchain on IT AuditBlockchain Techn.docx
Impact of Blockchain on IT AuditBlockchain Techn.docxImpact of Blockchain on IT AuditBlockchain Techn.docx
Impact of Blockchain on IT AuditBlockchain Techn.docx
 
Kriptovaluták, hashbányászat és okoscicák
Kriptovaluták, hashbányászat és okoscicákKriptovaluták, hashbányászat és okoscicák
Kriptovaluták, hashbányászat és okoscicák
 

Plus de Patrice Kerremans

Enhancing Enterprise Architecture with Artificial Intelligence
Enhancing Enterprise Architecture with Artificial IntelligenceEnhancing Enterprise Architecture with Artificial Intelligence
Enhancing Enterprise Architecture with Artificial IntelligencePatrice Kerremans
 
Cloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingCloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingPatrice Kerremans
 
Inversion of Control for SOA
Inversion of Control for SOAInversion of Control for SOA
Inversion of Control for SOAPatrice Kerremans
 
Routeyou mobile presentation
Routeyou mobile presentationRouteyou mobile presentation
Routeyou mobile presentationPatrice Kerremans
 
Call for Gunslingers to tame Mobzilla
Call for Gunslingers to tame MobzillaCall for Gunslingers to tame Mobzilla
Call for Gunslingers to tame MobzillaPatrice Kerremans
 
Momads explained @ Brave New Radio
Momads explained @ Brave New RadioMomads explained @ Brave New Radio
Momads explained @ Brave New RadioPatrice Kerremans
 
12 Topics Of A Good Community
12 Topics Of A Good Community12 Topics Of A Good Community
12 Topics Of A Good CommunityPatrice Kerremans
 

Plus de Patrice Kerremans (9)

Enhancing Enterprise Architecture with Artificial Intelligence
Enhancing Enterprise Architecture with Artificial IntelligenceEnhancing Enterprise Architecture with Artificial Intelligence
Enhancing Enterprise Architecture with Artificial Intelligence
 
Cloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingCloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computing
 
Inversion of Control for SOA
Inversion of Control for SOAInversion of Control for SOA
Inversion of Control for SOA
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
Routeyou mobile presentation
Routeyou mobile presentationRouteyou mobile presentation
Routeyou mobile presentation
 
Call for Gunslingers to tame Mobzilla
Call for Gunslingers to tame MobzillaCall for Gunslingers to tame Mobzilla
Call for Gunslingers to tame Mobzilla
 
Momads explained @ Brave New Radio
Momads explained @ Brave New RadioMomads explained @ Brave New Radio
Momads explained @ Brave New Radio
 
12 Topics Of A Good Community
12 Topics Of A Good Community12 Topics Of A Good Community
12 Topics Of A Good Community
 
Trends in mobiel internet
Trends in mobiel internetTrends in mobiel internet
Trends in mobiel internet
 

Dernier

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Dernier (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Blockchain for Notaries

  • 2. INTRO THE TEAM Danila Smolko Patrice Kerremans Geert Vermeiren Pat(rick) Boens
  • 3. TEXT ▸ Bitcoin & Blockchain (including Payment Demo) ▸ Ethereum ▸ Hyperledger ▸ Smart Contracts (including cases) ▸ Notary impacts (including cases)
  • 5. Bitcoin is the tip of the Ice berg The blockchain can be used for any property transaction The Blockchain is the single source of truth It is distributed and doesn’t require middlemen It is virtually unhackable due to this distributed nature SUMMARIZED
  • 8. A PURELY PEER-TO-PEER VERSION OF ELECTRONIC CASH [WHICH] WOULD ALLOW ONLINE PAYMENTS TO BE SENT DIRECTLY FROM ONE PARTY TO ANOTHER WITHOUT GOING THROUGH A FINANCIAL INSTITUTION. 2008 - Satoshi Nakamoto - whitepaper INTRODUCTION OF THE BITCOIN CONCEPT
  • 9.
  • 10. THE BLOCK CHAIN IS … A chain of blocks (duh!) Blocks containing transactions and referencing previous blocks… Genesis Block
  • 11. THE TIMES 03/JAN/2009 CHANCELLOR ON BRINK OF SECOND BAILOUT FOR BANKS BitCoin Genesis Block’s Coinbase Parameter THE FAMOUS BITCOIN GENESIS BLOCK
  • 12. SOLVING A VERY DIFFICULT PUZZLE PROOF OF WORK Find a hash that starts with a number of leading zeros The acting of searching for this nonce is called mining The first miner to find this nonce is rewarded new bitcoins that are created by 
 adding a Coinable Transaction to the block. Coinbase Transaction = reward Regular Transactions
  • 14. TEXT FINDING THIS APPROPRIATE HASH = MINING Find the hash with enough zeroes = mining
  • 15. MINING BITCOINS THE ALGORITHM ADAPTS TO MAKE MINING ONE BLOCK TO TAKE APPROXIMATELY 10 MIN
  • 16. WHAT IS BLOCKCHAIN NOT CENTRALIZED, NOT DECENTRALIZED, DISTRIBUTED Every node in the network has a full copy of the entire blockchain
  • 17. TEXT THE BLOCKCHAIN Distributed No central, nor decentralized power(s) has control over the system Immutable means that something is unchanging over time or unable to be changed Traceable Since all transactions are timestamped and linked to previous transactions they can be traced & audited public / pseudo anonymous Anyone can join the blockchain and use it to submit transactions. No KYC -yet- so some privacy Crypto-key based extremely secure Smart Contracts promising technology
  • 18. WALLET THE PLAYERS U BLOCK CHAIN WALLET PROVIDER WALLET PROVIDER WALLET PROVIDER COIN EXCHANGE COIN EXCHANGE U U WALLET Users can have their wallet managed at a wallet provider and then buy and sell Coins via a Coin exchange (typically for a fee) Some exchanges all serve as wallet providers User can exchange Coins in their managed wallet with other users User can also manage their own wallets in their own devices (but then the user needs to manage their private keys as well) MINER MINER MINER MINER
  • 19. TEXT
  • 22.
  • 24. THE PROBLEM EXPLAINED A1 and A2 have not yet agreed on a attack time A2 only attacks if A1 attacks and vice-versa A1 nor A2will perish if they attack B alone A1 and A2 can only send messages with messengers that have to go through the valley RULES Of the Fight
  • 25. GENERAL IMPOSSIBILITY: IN GENERAL, NO SOLUTIONS WITH FEWER THAN 3M+1 GENERALS CAN COPE WITH M TRAITORS
  • 26. SOLUTION NAKAMOTO ALGORITHM by having a large enough amount of generals (miners) fight (mine) a heavy terrain (puzzle) should begged enough a deterrent for traitors (hackers)
  • 29. ETHEREUM BETTER THAN BITCOIN (?) ▸ In Ethereum the block time is set to twelve seconds compared to Bitcoins 10 minutes. This allows for faster transaction times. Ethereum does this by using the Ghost protocol. ▸ Ethereum has a slightly different economic model than Bitcoin – Bitcoin block rewards halve every 4 years whilst Ethereum releases the same amount of Ether each year ad infinitum. ▸ Ethereum has a different method for costing transactions depending on their computational complexity, bandwidth use and storage needs. Bitcoin transactions compete equally with each other. This is called Gas in Ethereum and is limited per block whilst in Bitcoin it is limited by the block size. ▸ Ethereum has its own Turing complete internal code... a Turing complete code means that given enough computing power and enough time... anything can be calculated. With Bitcoin there is not this form of flexibility. ▸ Ethereum was crowd funded whilst Bitcoin was released and early miners own most of the coins that will ever be mined. With Ethereum 50% of the coins will be owned by miners in year five. ▸ Ethereum discourages centralized pool mining through its Ghost protocol rewarding stale blocks. There is no advantage to being in a pool in terms of block propagation. ▸ Ethereum uses a memory hard hashing algorithm called Ethash that mitigates against the use of ASICS, and encourages decentralised mining by individuals using their GPU’s. https://www.cryptocompare.com/coins/guides/why-is-ethereum-different-to-bitcoin/
  • 32. HYPERLEDGER (OR THE HYPERLEDGER PROJECT) IS A CROSS-INDUSTRY COLLABORATIVE EFFORT, STARTED IN DECEMBER 2015 BY THE LINUX FOUNDATION, TO SUPPORT BLOCKCHAIN-BASED DISTRIBUTED LEDGERS. IT IS FOCUSED ON LEDGERS DESIGNED TO SUPPORT GLOBAL BUSINESS TRANSACTIONS, INCLUDING MAJOR TECHNOLOGICAL, FINANCIAL, AND SUPPLY CHAIN COMPANIES, WITH THE GOAL OF IMPROVING MANY ASPECTS OF PERFORMANCE AND RELIABILITY. wikipedia HYPERLEDGER
  • 33. R3
  • 34. R3 (R3CEV LLC) IS A BLOCKCHAIN TECHNOLOGY COMPANY. IT LEADS A CONSORTIUM OF 45 FINANCIAL COMPANIES IN RESEARCH AND DEVELOPMENT OF BLOCKCHAIN USAGE IN THE FINANCIAL SYSTEM. wikipedia R3
  • 36. COMPARISON HyperLedger Ethereum Bitcoin Description General Purpose Blockchain General Purpose Blockchain Transactions Blockchain Governance Linux Foundation Ethereum Developers Bitcoin Developers Currency none Ether Bitcoin Mining Reward none Ether Bitcoin Consensus Network Pluggable Mining Mining Network Private or Public Public or Private Public Privacy Open to Private Open Open Smart Contracts Multiple Programming languages Solidity Programming Language Not baked in
  • 39. SMART CONTRACT IF (CONDITIONS ARE MET) THEN EXECUTE THESE TERMS The use of code and a blockchain to execute logic if certain conditions are met. Execution is not “forgotten”, it is automatic. No discussion about the conditions or terms, since code is unambiguous. You still need lawyers to make sure the rules are properly defined. Faster and cheaper.
  • 40. THE PHRASE "SMART CONTRACTS" WAS COINED BY LEGAL THEORIST COMPUTER SCIENTIST NICK SZABO IN 1994* wikipedia SMART CONTRACTS * the idea was around since the 70s, though
  • 41.
  • 43.
  • 44.
  • 45. A DECENTRALIZED AUTONOMOUS ORGANIZATION THAT IS RUN THROUGH RULES ENCODED AS COMPUTER PROGRAMS CALLED SMART CONTRACTS. A DAO'S FINANCIAL TRANSACTION RECORD AND PROGRAM RULES ARE MAINTAINED ON A BLOCKCHAIN wikipedia DAO - DECENTRALIZED AUTONOMOUS ORGANIZATION
  • 46. COULD THE BITCOIN NETWORK BE USED AS AN ULTRA-SECURE NOTARY SERVICE?
  • 47. YES! * * but mainly for proof of existence, not for all notary services…
  • 48. ADDING A COMMENT TO THE BLOCKCHAIN OP_RETURN 80 CHARACTERS
  • 49. ADDING A “DOCUMENT” TO THE BLOCKCHAIN C35AD8A76CF51E00E 6E3DADAE01712C7DD CFF83CA7125D1D3BB 2A8D7A57B10CD 21/09/2016
  • 50. TEXT GHANA - BITLAND Ghana Blockchain Cadastral Land Registration Registry Technology 2016 by NGO Bitland: ‣ Investigate the issued land title (land commission of Ghana) ‣ Survey the land (real estate) ‣ Confirm the land-title validity (talk to nearby neighbours). ‣ Record the property GPS coordinates with a GPS device ‣ Submit the collected data and information into the Blockchain ledger ‣ Issue a paper certificate to the rightful property owner
  • 51. TEXT BLOCK NOTARY AN TIERON ▸ Sending a picture to the blockchain and receiving a receipt for it.
  • 52. TEXT
  • 56. ATM
  • 57.
  • 59. TEXT
  • 62. BANKS & FINANCIAL SERVICES PLAYERS BANKS

Notes de l'éditeur

  1. music: https://soundcloud.com/linkin-park-online/linkin-park-final-masquerade-piano-cover
  2. http://www.digitalmusicnews.com/2015/10/05/im-imogen-heap-and-this-is-why-im-releasing-my-music-on-blockchain/