SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
Blockchain
Blockbuster or Bullshit?
23rd
March 2016
C24
Copyright © 2016 C24 Technologies Ltd.
2
Flow
What is a Blockchain?
What is Bitcoin?
Smart Contracts
Distributed Ledgers
Blockbuster or Bullshit?
C24
Copyright © 2016 C24 Technologies Ltd.
3
Blockchain or Ledger?
In most cases we can interchange the word blockchain with ledger
• Distributed Ledger, Permissioned Ledger etc. refer to distribute and permission
blockchains respectively
Blockchain is the digital form of a ledger (not the only one though)
I will generally refer to blockchain today, I could use either
=
C24
Copyright © 2016 C24 Technologies Ltd.
4
What is Blockchain?
A blockchain is like a simple database - Records are linked in a
chain, the chain forms a block. We can also refer to is as a ledger
In some ways a blockchains are like genes running

through a generation
• Once the genes are mixed at conception there’s no going back
The key asset of a blockchain is, like your own

DNA, each record is uniquely linked to its parent(s)
Once written and accepted it can not be changed
• Your parent’s and your grandparents DNA is locked in you
C24
Copyright © 2016 C24 Technologies Ltd.
5
Hash examples
The SHA-256 hash of “C24 Technologies Ltd.” is…
•0EE19D3551F3CC21D269BB7CBF9808BD2E14149A76C498B56FE8E33DD8C43D24
The SHA-256 hash of “C24 Technologies Ltd” is…
•A0DE2800299C8F5966AE270E6255E8D6EFFD42C761BEED659AC6D4E7EBCE5FB6
Google “482C811DA5D5B4BC6D497FFA98491E38” and you’ll find it’s an
MD5 hash for “password123”
• This isn’t reverse-engineers but simply a dictionary previously known hashes
Hashes can be used for almost anything to “represent” large or
complex files, document or contracts
C24
Copyright © 2016 C24 Technologies Ltd.
6
How do we add a new contract to the chain?
With our contract…
• Take the hash from the previous record
• Add the details of the contract
Hash everything to create a new hash
• All done
We can now either replicate the block or just distribute the hash
• Or naturally we can do both
We have a blockchain (pretty much)…
Previous Hash
Transaction
New Hash
Previous Hash
Transaction
New Hash
Previous Hash
Transaction
New Hash
Previous Hash
Transaction
New Hash
C24
Copyright © 2016 C24 Technologies Ltd.
7
Blockchain Distribution
We can keep the blockchain and distribute the hashes (centralised)
We can distribute the

blockchain to trusted

parties (de-centralised)
Or everyone can have a

copy of the blockchain

(distributed)
Source: On Distributed Communications Networks - Paul Baran 1962
C24
Copyright © 2016 C24 Technologies Ltd.
8
Permissioned or Unpermissioned
Unpermissioned
Since a distributed blockchain has no owner there can be no access
controls, everyone must have access and identical copies
• This is the case for Bitcoin
• Consensus is slow and requires an anti-hacking mechanism
Permissioned
This is the more common model, additions to the blockchain must
be checked by the owner(s) of the blockchain
A permissioned ledger has better integrity and is faster than an
unpermissioned one
C24
Copyright © 2016 C24 Technologies Ltd.
9
Blockchain in Bitcoin
BitCoin is a specific implementation of blockchain
• Sometimes called Blockchain 1.0
• It is distributed and unpermissioned
A bank or banks could have hosted BitCoin but avoiding

“nasty” banks was the main ‘raison d’être’
BitCoin transactions are anonymous, this is achieved with another
mathematical feature called Public Key Infrastructure (PKI)
Effectively the owner of the private key is owner of the bitcoins
C24
Copyright © 2016 C24 Technologies Ltd.
10
Anarchy?
Bitcoin started after the financial crisis of 2007/8
Volumes have increased but it’s not exponential - watch this space!
• Also worth noting is the tendency towards gold rather than Bitcoin in the recent (early
2016) market jitters
0
50,000
100,000
150,000
200,000
250,000
2008 2009 2010 2011 2012 2013 2014 2015 2016
Daily volume
C24
Copyright © 2016 C24 Technologies Ltd.
11
How does it work?
Only the owner of the private key (part of PKI) can unlock the coins in the
public key account (BitCoin address)
Every BitCoin transaction is public, the sender, recipient, amount and
date/time
• But the parties are anonymous (by choice)
With the sender initiating the transaction this is the opposite to
traditional eCommerce
• The PSP starts by debiting of the card member (buyer)’s account first
C24
Copyright © 2016 C24 Technologies Ltd.
12
Who holds the blockchain for Bitcoin?
Every record in the Bitcoin blockchain has a “proof of work”
The “work” is a seriously huge amount of computation
• Basically computers generate hashes with as many leading 0s as possible
• Given that the generated hash is “random” the chances of one leading 0 is 1:58, the
chances of two are 1:582
and so on
Each hash can be verified so “proof of work” is verifiable
• This is similar to SETI and requires huge computing resources
This is called Bitcoin “mining” and the effort is rewarded by bitcoins
• The reward must always be more than the potential gain from hacking bitcoin
• Almost any computer can mine but some are now designed with a specific purpose of
BitCoin mining
10 leading 0s has a 1:430,804,206,899,405,824 chance
C24
Copyright © 2016 C24 Technologies Ltd.
13
Now you understand most of it
Blockchain at its most basic is a linked list of hashed records where
the hashes become the proof
Bitcoin is a decentralised blockchain using PKI to secure ownership
of coins
• There are a few other things like Merkle trees, difficulty level, nonces etc. but you have the
basics
• New additions and alternatives like SideChains, LiteCoin, DogeCoin, NameCoin, Colored
Coins, MetaCoins etc.
So why is everyone so excited about blockchain?
Smart Contracts
C24
Copyright © 2016 C24 Technologies Ltd.
14
Smart Contracts
Smart Contracts are effectively a small program that can be
attached and executed with the contract
• It becomes digitally signed with the rest of the contract
In a programming world it’s like an ultra-

immutable Object with methods that resides

in the blockchain
It can be triggered externally by an event, at a

specific time or run at the contract owner(s)

request
BitCoin’s smart contracts are not very smart and have very limited
functionality
• This is why so many companies are looking to provide a better alternative
C24
Copyright © 2016 C24 Technologies Ltd.
15
The Niche for Smart Contracts
Almost any blockchain usage can be really enhanced by using smart
contracts
The name is quite fitting however you might like to think of it as
smart messaging too
• I.e. Actions that need to be performed when a message arrives
Workflow (contract) automation
• In fact anything that has or requires some complex automation based on events
(additional information, changes, time etc.) could lend itself to Smart Contracts
Smart contract can also manage access to the contract
• Who can read or change what
C24
Copyright © 2016 C24 Technologies Ltd.
16
Blockchain and Smart Contracts
Insurance - as I’ve attempted to demonstrate
Land and property registry
• Land often gets divided and sold in parts with leases
Software contracts
• How many CPUs, cores, users, duration, MIPS etc.
Peer to peer lending - Crowd funding
• Many to many relationships and money changing hands
Music rights
• How many times was that played and how much do Google own me?
Medical and pharmaceutical
• IDs, treatment, medical history, who operated on who etc.
• Medicare - Bundled payments
There are several players in this space
• Codius - Ripple
• Ethereum
• Many many others
C24
Copyright © 2016 C24 Technologies Ltd.
17
Potential social resistance
While technically a blockchain is the perfect ledger it raises some
issues that need some serious consideration
Identity theft
• Once someone has stolen your ID and destroyed your credit the history can not be erased
• Today you can work with your bank to “correct” your history, while this is already difficult
today, it will be impossible with a blockchain
History “correction”
• Anything from witness relocation, wrongful arrest/conviction, cyber bullying, personal
changes, with a blockchain you cannot “correct” history
• Many people have fought of the right to have their history “corrected” or deleted on Google for
example, this would not be possible in a blockchain
Loss of private key or payment to wrong account
• Lose your key and your money is gone forever end of story,

there’s no going to the bank to prove your identity
• Pay into the wrong account or an account without an owner and it’s gone forever…
C24
Copyright © 2016 C24 Technologies Ltd.
18
Bureaucratic resistance
This apparently is the killer app for the banks
It might be a great idea but so was GSTPA
• Bureaucracy killed the bureaucracy killer
• A distributed ledger would remove a lot of the bureaucracy

and reduce cost but then that was the selling point behind GSTPA too
Europe’s adoption of the SEPA had to be delayed because the banks
simply weren’t ready
• Writing a distributed ledger is the easy part the real skill in getting distributed ledgers
adopted in the banks as a standard
• Legislation may do the trick but that didn’t work for SEPA, the cost of change is the short-
term pain that banks don’t want right now
To move forward with distributed ledgers banks need vision
C24
Copyright © 2016 C24 Technologies Ltd.
19
In conclusion
Bitcoin
• A thought experiment taken too seriously
Blockchain
• On its own it’s just a linked list and rather dull
• As a collection of tech it’s a little more interesting
Smart Contracts
• This is probably the coolest part of “blockchain”
Blockchain is not up there with Cloud, IOT or even NoSQL &
Microservices
We will see it in the future but it’s not a revolution, it’s a an old
technology with a new name, just like Hadoop
Thank you!
@jtdavies

Weitere ähnliche Inhalte

Was ist angesagt?

Ovum blockchain for beginners
Ovum blockchain for beginnersOvum blockchain for beginners
Ovum blockchain for beginnersHelen Child
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction PresentationAmr Alaa Yassen
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalDavid Lee Kuo Chuen 李国权
 
Blockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentBlockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentAlex Makosz
 
ISTA 2017 - Blockchain, beyond Bitcoin
ISTA 2017 - Blockchain, beyond BitcoinISTA 2017 - Blockchain, beyond Bitcoin
ISTA 2017 - Blockchain, beyond BitcoinVladimir Savchenko
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyGeorge Giaglis
 
Cybernetic Economy Report 2015
Cybernetic Economy Report 2015Cybernetic Economy Report 2015
Cybernetic Economy Report 2015cyber•Fund
 
Blockchain English
Blockchain EnglishBlockchain English
Blockchain EnglishMing Sun
 
Blockchain Primer - Founder Collective - December 2017
Blockchain Primer - Founder Collective - December 2017Blockchain Primer - Founder Collective - December 2017
Blockchain Primer - Founder Collective - December 2017Parul Singh
 
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY Mellon
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY MellonFINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY Mellon
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY MellonFINTECH Circle
 
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or Reality
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or RealityBitcoin, Blockchain, and Distributed Ledger Technology: Hype or Reality
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or RealityFerdinando Maria Ametrano
 
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueBlockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueAltoros
 
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT LtdFrom Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT LtdOLMA Capital Management
 
Disadvantages and Advantages of Blockchain
Disadvantages and Advantages of BlockchainDisadvantages and Advantages of Blockchain
Disadvantages and Advantages of Blockchainijtsrd
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Financermsams
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for BusinessFloyd DCosta
 
Blockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanBlockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanAndries De Vos
 

Was ist angesagt? (20)

Ovum blockchain for beginners
Ovum blockchain for beginnersOvum blockchain for beginners
Ovum blockchain for beginners
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction Presentation
 
The blockchain disruption
The blockchain disruptionThe blockchain disruption
The blockchain disruption
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_Final
 
Blockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentBlockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory Development
 
ISTA 2017 - Blockchain, beyond Bitcoin
ISTA 2017 - Blockchain, beyond BitcoinISTA 2017 - Blockchain, beyond Bitcoin
ISTA 2017 - Blockchain, beyond Bitcoin
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M Money
 
Cybernetic Economy Report 2015
Cybernetic Economy Report 2015Cybernetic Economy Report 2015
Cybernetic Economy Report 2015
 
Blockchain English
Blockchain EnglishBlockchain English
Blockchain English
 
Blockchain Primer - Founder Collective - December 2017
Blockchain Primer - Founder Collective - December 2017Blockchain Primer - Founder Collective - December 2017
Blockchain Primer - Founder Collective - December 2017
 
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY Mellon
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY MellonFINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY Mellon
FINTECH Circle Blockchain Masterclass with Prof Mainelli @ BNY Mellon
 
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or Reality
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or RealityBitcoin, Blockchain, and Distributed Ledger Technology: Hype or Reality
Bitcoin, Blockchain, and Distributed Ledger Technology: Hype or Reality
 
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueBlockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
 
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT LtdFrom Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
 
Disadvantages and Advantages of Blockchain
Disadvantages and Advantages of BlockchainDisadvantages and Advantages of Blockchain
Disadvantages and Advantages of Blockchain
 
Unlocking Blockchain’s Potential
Unlocking Blockchain’s PotentialUnlocking Blockchain’s Potential
Unlocking Blockchain’s Potential
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Finance
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for Business
 
A Strategist's Guide to Blockchain
A Strategist's Guide to BlockchainA Strategist's Guide to Blockchain
A Strategist's Guide to Blockchain
 
Blockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanBlockchain intro: The end of the middleman
Blockchain intro: The end of the middleman
 

Andere mochten auch

Building & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fameBuilding & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fameIndicThreads
 
Functional Programming Past Present Future
Functional Programming Past Present FutureFunctional Programming Past Present Future
Functional Programming Past Present FutureIndicThreads
 
Changing application demands: What developers need to know
Changing application demands: What developers need to knowChanging application demands: What developers need to know
Changing application demands: What developers need to knowIndicThreads
 
Building Resilient Microservices
Building Resilient Microservices Building Resilient Microservices
Building Resilient Microservices IndicThreads
 
Refactor your Java EE application using Microservices and Containers - Arun G...
Refactor your Java EE application using Microservices and Containers - Arun G...Refactor your Java EE application using Microservices and Containers - Arun G...
Refactor your Java EE application using Microservices and Containers - Arun G...Codemotion
 
Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices WSO2
 
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015Codemotion
 
Simplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudSimplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudRamnivas Laddad
 
Don't Believe the Hype, Keywords Aren't Dead!
Don't Believe the Hype, Keywords Aren't Dead!Don't Believe the Hype, Keywords Aren't Dead!
Don't Believe the Hype, Keywords Aren't Dead!David Black
 
9th chapter 4 quiz.
9th chapter 4 quiz.9th chapter 4 quiz.
9th chapter 4 quiz.mohan bio
 
Remarketing with Google Analytics - SES London 2013
Remarketing with Google Analytics - SES London 2013Remarketing with Google Analytics - SES London 2013
Remarketing with Google Analytics - SES London 2013Samantha Noble
 
Dr. Chris Vinnard's 2013 HIV Treatment Update
Dr. Chris Vinnard's 2013 HIV Treatment UpdateDr. Chris Vinnard's 2013 HIV Treatment Update
Dr. Chris Vinnard's 2013 HIV Treatment UpdateOffice of HIV Planning
 
DIYDays - Working with a Creative Technologist
DIYDays - Working with a Creative TechnologistDIYDays - Working with a Creative Technologist
DIYDays - Working with a Creative Technologistheidihysell
 
Comparison of Public Workers Salaries in New York
Comparison of Public Workers Salaries in New YorkComparison of Public Workers Salaries in New York
Comparison of Public Workers Salaries in New YorkJohn Citibois
 
13 hja 01 motive power mst
13 hja 01 motive power mst13 hja 01 motive power mst
13 hja 01 motive power mstHenning Jacobsen
 
Scoop intro for customers 121114 cf (1)
Scoop intro for customers 121114 cf (1)Scoop intro for customers 121114 cf (1)
Scoop intro for customers 121114 cf (1)Charlie Pankey
 
Revaluing Ecosystems: A special edition of The Economist magazine
Revaluing Ecosystems: A special edition of The Economist magazineRevaluing Ecosystems: A special edition of The Economist magazine
Revaluing Ecosystems: A special edition of The Economist magazineThe Rockefeller Foundation
 

Andere mochten auch (20)

Building & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fameBuilding & scaling a live streaming mobile platform - Gr8 road to fame
Building & scaling a live streaming mobile platform - Gr8 road to fame
 
Functional Programming Past Present Future
Functional Programming Past Present FutureFunctional Programming Past Present Future
Functional Programming Past Present Future
 
Changing application demands: What developers need to know
Changing application demands: What developers need to knowChanging application demands: What developers need to know
Changing application demands: What developers need to know
 
Building Resilient Microservices
Building Resilient Microservices Building Resilient Microservices
Building Resilient Microservices
 
Refactor your Java EE application using Microservices and Containers - Arun G...
Refactor your Java EE application using Microservices and Containers - Arun G...Refactor your Java EE application using Microservices and Containers - Arun G...
Refactor your Java EE application using Microservices and Containers - Arun G...
 
Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices Merging micrservices architecture with SOA Practices
Merging micrservices architecture with SOA Practices
 
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015
Java EE facile con Spring Boot - Luigi Bennardis - Codemotion Roma 2015
 
Simplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudSimplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring Cloud
 
Don't Believe the Hype, Keywords Aren't Dead!
Don't Believe the Hype, Keywords Aren't Dead!Don't Believe the Hype, Keywords Aren't Dead!
Don't Believe the Hype, Keywords Aren't Dead!
 
9th chapter 4 quiz.
9th chapter 4 quiz.9th chapter 4 quiz.
9th chapter 4 quiz.
 
Emprendedor
EmprendedorEmprendedor
Emprendedor
 
Remarketing with Google Analytics - SES London 2013
Remarketing with Google Analytics - SES London 2013Remarketing with Google Analytics - SES London 2013
Remarketing with Google Analytics - SES London 2013
 
Dr. Chris Vinnard's 2013 HIV Treatment Update
Dr. Chris Vinnard's 2013 HIV Treatment UpdateDr. Chris Vinnard's 2013 HIV Treatment Update
Dr. Chris Vinnard's 2013 HIV Treatment Update
 
DIYDays - Working with a Creative Technologist
DIYDays - Working with a Creative TechnologistDIYDays - Working with a Creative Technologist
DIYDays - Working with a Creative Technologist
 
Comparison of Public Workers Salaries in New York
Comparison of Public Workers Salaries in New YorkComparison of Public Workers Salaries in New York
Comparison of Public Workers Salaries in New York
 
Strangers Near You
Strangers Near YouStrangers Near You
Strangers Near You
 
13 hja 01 motive power mst
13 hja 01 motive power mst13 hja 01 motive power mst
13 hja 01 motive power mst
 
Scoop intro for customers 121114 cf (1)
Scoop intro for customers 121114 cf (1)Scoop intro for customers 121114 cf (1)
Scoop intro for customers 121114 cf (1)
 
Revaluing Ecosystems: A special edition of The Economist magazine
Revaluing Ecosystems: A special edition of The Economist magazineRevaluing Ecosystems: A special edition of The Economist magazine
Revaluing Ecosystems: A special edition of The Economist magazine
 
Informatica tarea
Informatica tareaInformatica tarea
Informatica tarea
 

Ähnlich wie John Davies of C24 - BlockChain - Blockbuster or Bullshit?

FaceTime Kortrijk 2018 - blockchain
FaceTime Kortrijk 2018 - blockchainFaceTime Kortrijk 2018 - blockchain
FaceTime Kortrijk 2018 - blockchainKoen Vingerhoets
 
Centigo presents Blockchain Explored (public version)
Centigo presents Blockchain Explored (public version)Centigo presents Blockchain Explored (public version)
Centigo presents Blockchain Explored (public version)Centigo
 
Blockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxBlockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxAntony Welfare
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsSrinath Perera
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_aboutTomoaki Sato
 
Blockchain Technology Powerpoint
Blockchain Technology PowerpointBlockchain Technology Powerpoint
Blockchain Technology PowerpointAndrew Mackey
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийPositive Hack Days
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxhaifaazka
 
12 Myths about Blockchain Technology
12 Myths about Blockchain Technology12 Myths about Blockchain Technology
12 Myths about Blockchain TechnologyAhmed Banafa
 
Blockchain - The truth is in there @ Odisee Alumni event
Blockchain - The truth is in there @ Odisee Alumni eventBlockchain - The truth is in there @ Odisee Alumni event
Blockchain - The truth is in there @ Odisee Alumni eventKoen Vingerhoets
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCZeyad T. Al Mudhaf
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Chuck Bair
 
How can you tell the difference between bitcoin and blockchain
How can you tell the difference between bitcoin and blockchainHow can you tell the difference between bitcoin and blockchain
How can you tell the difference between bitcoin and blockchainOliviaJune1
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptxAyushVerma584677
 
The Distributed Ledger Landscape
The Distributed Ledger LandscapeThe Distributed Ledger Landscape
The Distributed Ledger LandscapeTim Swanson
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and BitcoinM Shamim Iqbal
 
Getting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideGetting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideBpointerTechnologies
 

Ähnlich wie John Davies of C24 - BlockChain - Blockbuster or Bullshit? (20)

FaceTime Kortrijk 2018 - blockchain
FaceTime Kortrijk 2018 - blockchainFaceTime Kortrijk 2018 - blockchain
FaceTime Kortrijk 2018 - blockchain
 
Centigo presents Blockchain Explored (public version)
Centigo presents Blockchain Explored (public version)Centigo presents Blockchain Explored (public version)
Centigo presents Blockchain Explored (public version)
 
Blockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxBlockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptx
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance Professionals
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_about
 
Blockchain Technology Powerpoint
Blockchain Technology PowerpointBlockchain Technology Powerpoint
Blockchain Technology Powerpoint
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
dfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptxdfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptx
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptx
 
12 Myths about Blockchain Technology
12 Myths about Blockchain Technology12 Myths about Blockchain Technology
12 Myths about Blockchain Technology
 
Blockchain - The truth is in there @ Odisee Alumni event
Blockchain - The truth is in there @ Odisee Alumni eventBlockchain - The truth is in there @ Odisee Alumni event
Blockchain - The truth is in there @ Odisee Alumni event
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCC
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
How can you tell the difference between bitcoin and blockchain
How can you tell the difference between bitcoin and blockchainHow can you tell the difference between bitcoin and blockchain
How can you tell the difference between bitcoin and blockchain
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptx
 
blockchain
blockchainblockchain
blockchain
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
The Distributed Ledger Landscape
The Distributed Ledger LandscapeThe Distributed Ledger Landscape
The Distributed Ledger Landscape
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and Bitcoin
 
Getting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete GuideGetting Started with Blockchain Development: The Complete Guide
Getting Started with Blockchain Development: The Complete Guide
 

Kürzlich hochgeladen

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 

Kürzlich hochgeladen (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 

John Davies of C24 - BlockChain - Blockbuster or Bullshit?

  • 2. C24 Copyright © 2016 C24 Technologies Ltd. 2 Flow What is a Blockchain? What is Bitcoin? Smart Contracts Distributed Ledgers Blockbuster or Bullshit?
  • 3. C24 Copyright © 2016 C24 Technologies Ltd. 3 Blockchain or Ledger? In most cases we can interchange the word blockchain with ledger • Distributed Ledger, Permissioned Ledger etc. refer to distribute and permission blockchains respectively Blockchain is the digital form of a ledger (not the only one though) I will generally refer to blockchain today, I could use either =
  • 4. C24 Copyright © 2016 C24 Technologies Ltd. 4 What is Blockchain? A blockchain is like a simple database - Records are linked in a chain, the chain forms a block. We can also refer to is as a ledger In some ways a blockchains are like genes running
 through a generation • Once the genes are mixed at conception there’s no going back The key asset of a blockchain is, like your own
 DNA, each record is uniquely linked to its parent(s) Once written and accepted it can not be changed • Your parent’s and your grandparents DNA is locked in you
  • 5. C24 Copyright © 2016 C24 Technologies Ltd. 5 Hash examples The SHA-256 hash of “C24 Technologies Ltd.” is… •0EE19D3551F3CC21D269BB7CBF9808BD2E14149A76C498B56FE8E33DD8C43D24 The SHA-256 hash of “C24 Technologies Ltd” is… •A0DE2800299C8F5966AE270E6255E8D6EFFD42C761BEED659AC6D4E7EBCE5FB6 Google “482C811DA5D5B4BC6D497FFA98491E38” and you’ll find it’s an MD5 hash for “password123” • This isn’t reverse-engineers but simply a dictionary previously known hashes Hashes can be used for almost anything to “represent” large or complex files, document or contracts
  • 6. C24 Copyright © 2016 C24 Technologies Ltd. 6 How do we add a new contract to the chain? With our contract… • Take the hash from the previous record • Add the details of the contract Hash everything to create a new hash • All done We can now either replicate the block or just distribute the hash • Or naturally we can do both We have a blockchain (pretty much)… Previous Hash Transaction New Hash Previous Hash Transaction New Hash Previous Hash Transaction New Hash Previous Hash Transaction New Hash
  • 7. C24 Copyright © 2016 C24 Technologies Ltd. 7 Blockchain Distribution We can keep the blockchain and distribute the hashes (centralised) We can distribute the
 blockchain to trusted
 parties (de-centralised) Or everyone can have a
 copy of the blockchain
 (distributed) Source: On Distributed Communications Networks - Paul Baran 1962
  • 8. C24 Copyright © 2016 C24 Technologies Ltd. 8 Permissioned or Unpermissioned Unpermissioned Since a distributed blockchain has no owner there can be no access controls, everyone must have access and identical copies • This is the case for Bitcoin • Consensus is slow and requires an anti-hacking mechanism Permissioned This is the more common model, additions to the blockchain must be checked by the owner(s) of the blockchain A permissioned ledger has better integrity and is faster than an unpermissioned one
  • 9. C24 Copyright © 2016 C24 Technologies Ltd. 9 Blockchain in Bitcoin BitCoin is a specific implementation of blockchain • Sometimes called Blockchain 1.0 • It is distributed and unpermissioned A bank or banks could have hosted BitCoin but avoiding
 “nasty” banks was the main ‘raison d’être’ BitCoin transactions are anonymous, this is achieved with another mathematical feature called Public Key Infrastructure (PKI) Effectively the owner of the private key is owner of the bitcoins
  • 10. C24 Copyright © 2016 C24 Technologies Ltd. 10 Anarchy? Bitcoin started after the financial crisis of 2007/8 Volumes have increased but it’s not exponential - watch this space! • Also worth noting is the tendency towards gold rather than Bitcoin in the recent (early 2016) market jitters 0 50,000 100,000 150,000 200,000 250,000 2008 2009 2010 2011 2012 2013 2014 2015 2016 Daily volume
  • 11. C24 Copyright © 2016 C24 Technologies Ltd. 11 How does it work? Only the owner of the private key (part of PKI) can unlock the coins in the public key account (BitCoin address) Every BitCoin transaction is public, the sender, recipient, amount and date/time • But the parties are anonymous (by choice) With the sender initiating the transaction this is the opposite to traditional eCommerce • The PSP starts by debiting of the card member (buyer)’s account first
  • 12. C24 Copyright © 2016 C24 Technologies Ltd. 12 Who holds the blockchain for Bitcoin? Every record in the Bitcoin blockchain has a “proof of work” The “work” is a seriously huge amount of computation • Basically computers generate hashes with as many leading 0s as possible • Given that the generated hash is “random” the chances of one leading 0 is 1:58, the chances of two are 1:582 and so on Each hash can be verified so “proof of work” is verifiable • This is similar to SETI and requires huge computing resources This is called Bitcoin “mining” and the effort is rewarded by bitcoins • The reward must always be more than the potential gain from hacking bitcoin • Almost any computer can mine but some are now designed with a specific purpose of BitCoin mining 10 leading 0s has a 1:430,804,206,899,405,824 chance
  • 13. C24 Copyright © 2016 C24 Technologies Ltd. 13 Now you understand most of it Blockchain at its most basic is a linked list of hashed records where the hashes become the proof Bitcoin is a decentralised blockchain using PKI to secure ownership of coins • There are a few other things like Merkle trees, difficulty level, nonces etc. but you have the basics • New additions and alternatives like SideChains, LiteCoin, DogeCoin, NameCoin, Colored Coins, MetaCoins etc. So why is everyone so excited about blockchain? Smart Contracts
  • 14. C24 Copyright © 2016 C24 Technologies Ltd. 14 Smart Contracts Smart Contracts are effectively a small program that can be attached and executed with the contract • It becomes digitally signed with the rest of the contract In a programming world it’s like an ultra-
 immutable Object with methods that resides
 in the blockchain It can be triggered externally by an event, at a
 specific time or run at the contract owner(s)
 request BitCoin’s smart contracts are not very smart and have very limited functionality • This is why so many companies are looking to provide a better alternative
  • 15. C24 Copyright © 2016 C24 Technologies Ltd. 15 The Niche for Smart Contracts Almost any blockchain usage can be really enhanced by using smart contracts The name is quite fitting however you might like to think of it as smart messaging too • I.e. Actions that need to be performed when a message arrives Workflow (contract) automation • In fact anything that has or requires some complex automation based on events (additional information, changes, time etc.) could lend itself to Smart Contracts Smart contract can also manage access to the contract • Who can read or change what
  • 16. C24 Copyright © 2016 C24 Technologies Ltd. 16 Blockchain and Smart Contracts Insurance - as I’ve attempted to demonstrate Land and property registry • Land often gets divided and sold in parts with leases Software contracts • How many CPUs, cores, users, duration, MIPS etc. Peer to peer lending - Crowd funding • Many to many relationships and money changing hands Music rights • How many times was that played and how much do Google own me? Medical and pharmaceutical • IDs, treatment, medical history, who operated on who etc. • Medicare - Bundled payments There are several players in this space • Codius - Ripple • Ethereum • Many many others
  • 17. C24 Copyright © 2016 C24 Technologies Ltd. 17 Potential social resistance While technically a blockchain is the perfect ledger it raises some issues that need some serious consideration Identity theft • Once someone has stolen your ID and destroyed your credit the history can not be erased • Today you can work with your bank to “correct” your history, while this is already difficult today, it will be impossible with a blockchain History “correction” • Anything from witness relocation, wrongful arrest/conviction, cyber bullying, personal changes, with a blockchain you cannot “correct” history • Many people have fought of the right to have their history “corrected” or deleted on Google for example, this would not be possible in a blockchain Loss of private key or payment to wrong account • Lose your key and your money is gone forever end of story,
 there’s no going to the bank to prove your identity • Pay into the wrong account or an account without an owner and it’s gone forever…
  • 18. C24 Copyright © 2016 C24 Technologies Ltd. 18 Bureaucratic resistance This apparently is the killer app for the banks It might be a great idea but so was GSTPA • Bureaucracy killed the bureaucracy killer • A distributed ledger would remove a lot of the bureaucracy
 and reduce cost but then that was the selling point behind GSTPA too Europe’s adoption of the SEPA had to be delayed because the banks simply weren’t ready • Writing a distributed ledger is the easy part the real skill in getting distributed ledgers adopted in the banks as a standard • Legislation may do the trick but that didn’t work for SEPA, the cost of change is the short- term pain that banks don’t want right now To move forward with distributed ledgers banks need vision
  • 19. C24 Copyright © 2016 C24 Technologies Ltd. 19 In conclusion Bitcoin • A thought experiment taken too seriously Blockchain • On its own it’s just a linked list and rather dull • As a collection of tech it’s a little more interesting Smart Contracts • This is probably the coolest part of “blockchain” Blockchain is not up there with Cloud, IOT or even NoSQL & Microservices We will see it in the future but it’s not a revolution, it’s a an old technology with a new name, just like Hadoop