SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Cryptocurrency and
Blockchain
Money
 The need for money arose when humans started living in larger
settlements and started exchanging goods with strangers.
 First money had intrinsic value – barley, salt, hide, clothes.
 Then came money without intrinsic value – gold, silver, cowry shells.
 Kings started issuing coins with their mark to guarantee weight and
authenticity of money. Fiat currency.
 Governments started issuing currency without backing of gold.
Bitcoin
 A purely peer-to-peer version of electronic cash would allow online payments to be sent
directly from one party to another without going through a financial institution.
 Digital signatures provide part of the solution, but the main benefits are lost if a trusted third
party is still required to prevent double-spending.
 We propose a solution to the double-spending problem using a peer-to-peer network.
 The network timestamps transactions by hashing them into an ongoing chain of hash-based
proof-of-work, forming a record that cannot be changed without redoing the proof-of-work.
 The longest chain not only serves as proof of the sequence of events witnessed, but proof
that it came from the largest pool of CPU power.
 As long as a majority of CPU power is controlled by nodes that are not cooperating to attack
the network, they'll generate the longest chain and outpace attackers.
 The network itself requires minimal structure. Messages are broadcast on a best effort basis,
and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain
as proof of what happened while they were gone.
Bitcoin
 A purely peer-to-peer version of electronic cash would allow online payments to be sent
directly from one party to another without going through a financial institution.
 Digital signatures provide part of the solution, but the main benefits are lost if a trusted third
party is still required to prevent double-spending.
 We propose a solution to the double-spending problem using a peer-to-peer network.
 The network timestamps transactions by hashing them into an ongoing chain of hash-based
proof-of-work, forming a record that cannot be changed without redoing the proof-of-
work.
 The longest chain not only serves as proof of the sequence of events witnessed, but proof
that it came from the largest pool of CPU power.
 As long as a majority of CPU power is controlled by nodes that are not cooperating to attack
the network, they'll generate the longest chain and outpace attackers.
 The network itself requires minimal structure. Messages are broadcast on a best effort basis,
and nodes can leave and rejoin the network at will, accepting the longest proof-of-work
chain as proof of what happened while they were gone.
The promise of Bitcoin
 Peer-to-peer electronic cash
 No middlemen
 Proof-of-work as solution to double spending
 Longest chain wins
 Attacking the chain requires majority CPU power
Problem of double spending
 When you spend money, the money is gone from you. You can not spend
real life money multiple times.
 Digital money is easily copiable so you can spend same money multiple
times.
 Trusted third parties like banks are required to make sure people don’t
spend the same money multiple times.
 When you pay someone from your bank account, bank reduces your
balance.
Problem of double spending
 Cryptocurrency wants to do away with middlemen like banks, so they use a
Proof-of-work ledger to avoid double spending.
 Transactions are recorded as a series of blocks, each block connected to
the previous block, thus creating a chain of transactions.
 Adding a block to the chain, takes efforts. A node, needs to do lot of
processing in order to get the right of adding next transaction to the chain.
 When a node shows this proof of work done, they get to add the next
block to blockchain.
Magic of proof-of-work
 Single node cannot just add blocks to the chain at will. Even if it does,
other nodes will reject it and follow the longest chain.
 Thus, hacking the blockchain requires that attackers control at least 51% of
the chain’s processing power.
 This makes the blockchain secure.
A blockchain
 Must be public – anyone should be able to join as a node.
 Must be permissionless – anyone should be able to add a block to the
chain as long as they show proof-of-work.
 Must be trustless – nodes do not trust each-other. They trust the longest
chain because it represents most work done.
 Must be decentralized – not controlled by a single entity. That is the
whole point of blockchain. Decentralization.
Decentralization
 Decentralization is the fundamental concept of the whole cryptocurrency
and blockchain movement.
 The goal of cryptocurrency is to remove middlemen who provide trust.
 A decentralized blockchain relies on CPU intensive proof-of-work to
provide trust.
Inefficiency – feature, not a bug
 Proof-of-work means adding new blocks of transactions takes a lot of CPU
processing and electricity.
 Nodes who do this work – miners – are rewarded with new cryptocurrency
as a reward for their work (CPU power and electricity).
 As network grows, more processing is required to add blocks.
 Difficulty of the work increases to keep the blockchain attack-proof.
Attacker must always require 51% of CPU power to attack the chain.
 Blockchain is inefficient by design. It’s a security feature, not a bug.
Problem with blockchain
 With increasing difficulty, over time, the rewards for mining are not
enough to compensate for electricity and hardware spent doing the work.
 To incentivize the miners to continue to mine and add new blocks to the
chain, transaction fees must be introduced. People who want their
transactions to go on chain must pay miners to pick their transaction and
put on block.
 It leads to bidding war. Those who offer higher transaction fees, their
transactions will be picked up and processed first.
Proof-of-work alternatives
 Can we use proof-of-stake instead of proof-of-work?
 No.
 https://antsstyle.medium.com/explanation-of-blockchain-consensus-
algorithms-pow-pos-etc-735fa50d93c8
Private blockchain
 A private, permissioned, trustful blockchain that does not use the
expensive proof-of-work is pointless.
 Private blockchain is private, not public.
 Private blockchain is permissoned. It only allows certain users to add
blocks without showing any proof-of-work.
 Private blokchain is trusted. Users already know and trust each other,
making overheads of the blockchain redundant.
 Private blockchain by its very nature is not decentralized. It is controlled by
one or a few authorities.
 Private blockchain is everything, a blockchain is not supposed to be.
Conclusion
 Public, permissionless, trustless, decentralized blockchain is inefficient by
design and unsuitable for any real-world use cases.
 Private, permissioned, trusted, centralized blockchain is pointless because
it doesn’t offer anything new over already existing databases which are
much more efficient, fast and cost effective.
 Blockchain is a solution for nothing.

Weitere ähnliche Inhalte

Was ist angesagt?

백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
NAVER D2
 

Was ist angesagt? (20)

Deep Web - what to do and what not to do
Deep Web - what to do and what not to do	Deep Web - what to do and what not to do
Deep Web - what to do and what not to do
 
백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
백억개의 로그를 모아 검색하고 분석하고 학습도 시켜보자 : 로기스
 
게임의 성공을 위한 Scalable 한 데이터 플랫폼 사례 공유 - 오승용, 데이터 플랫폼 리더, 데브시스터즈 ::: Games on AW...
게임의 성공을 위한 Scalable 한 데이터 플랫폼 사례 공유 - 오승용, 데이터 플랫폼 리더, 데브시스터즈 ::: Games on AW...게임의 성공을 위한 Scalable 한 데이터 플랫폼 사례 공유 - 오승용, 데이터 플랫폼 리더, 데브시스터즈 ::: Games on AW...
게임의 성공을 위한 Scalable 한 데이터 플랫폼 사례 공유 - 오승용, 데이터 플랫폼 리더, 데브시스터즈 ::: Games on AW...
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3
 
쿠키런 1년, 서버개발 분투기
쿠키런 1년, 서버개발 분투기쿠키런 1년, 서버개발 분투기
쿠키런 1년, 서버개발 분투기
 
What is Web 3.0
What is Web 3.0What is Web 3.0
What is Web 3.0
 
Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19
 
Presentation web 3.0(part 1)
Presentation web 3.0(part 1)Presentation web 3.0(part 1)
Presentation web 3.0(part 1)
 
인프런 - 스타트업 인프랩 시작 사례
인프런 - 스타트업 인프랩 시작 사례인프런 - 스타트업 인프랩 시작 사례
인프런 - 스타트업 인프랩 시작 사례
 
오늘 밤부터 쓰는 google analytics (구글 애널리틱스, GA)
오늘 밤부터 쓰는 google analytics (구글 애널리틱스, GA) 오늘 밤부터 쓰는 google analytics (구글 애널리틱스, GA)
오늘 밤부터 쓰는 google analytics (구글 애널리틱스, GA)
 
Deep web Seminar
Deep web Seminar Deep web Seminar
Deep web Seminar
 
BLOCKCHAIN TECHNOLOGY
BLOCKCHAIN TECHNOLOGYBLOCKCHAIN TECHNOLOGY
BLOCKCHAIN TECHNOLOGY
 
[IMQA] 빠른 웹페이지 만들기 - 당신의 웹페이지는 몇 점인가요?
[IMQA] 빠른 웹페이지 만들기 - 당신의 웹페이지는 몇 점인가요?[IMQA] 빠른 웹페이지 만들기 - 당신의 웹페이지는 몇 점인가요?
[IMQA] 빠른 웹페이지 만들기 - 당신의 웹페이지는 몇 점인가요?
 
Guide to dark web
Guide to dark webGuide to dark web
Guide to dark web
 
Progressive Web App
Progressive Web AppProgressive Web App
Progressive Web App
 
Basic malware analysis
Basic malware analysisBasic malware analysis
Basic malware analysis
 
Best Practices For Game Development Using Perforce Streams
Best Practices For Game Development Using Perforce Streams Best Practices For Game Development Using Perforce Streams
Best Practices For Game Development Using Perforce Streams
 
쉽게 쓰여진 Django
쉽게 쓰여진 Django쉽게 쓰여진 Django
쉽게 쓰여진 Django
 
Web 3.0
Web 3.0Web 3.0
Web 3.0
 
Microservices Architecture for e-Commerce
Microservices Architecture for e-CommerceMicroservices Architecture for e-Commerce
Microservices Architecture for e-Commerce
 

Ähnlich wie Blockchain - A Solution For Nothing

Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docxBitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
jasoninnes20
 

Ähnlich wie Blockchain - A Solution For Nothing (20)

Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docxBitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
Bitcoin A Peer-to-Peer Electronic Cash SystemSatoshi Naka.docx
 
bitcoin.pdf
bitcoin.pdfbitcoin.pdf
bitcoin.pdf
 
Satoshinakamotobitcoin
Satoshinakamotobitcoin Satoshinakamotobitcoin
Satoshinakamotobitcoin
 
bitcoin.pdf
bitcoin.pdfbitcoin.pdf
bitcoin.pdf
 
Introduction for Bitcoin. Original Pater
Introduction for Bitcoin. Original PaterIntroduction for Bitcoin. Original Pater
Introduction for Bitcoin. Original Pater
 
Bitcoin White Paper
Bitcoin White PaperBitcoin White Paper
Bitcoin White Paper
 
Bitcoin whitepaper
Bitcoin whitepaperBitcoin whitepaper
Bitcoin whitepaper
 
bitcoin.pdf
bitcoin.pdfbitcoin.pdf
bitcoin.pdf
 
Bitcoin Whitepaper
Bitcoin WhitepaperBitcoin Whitepaper
Bitcoin Whitepaper
 
Whitepaper Bitcoin: A Peer-to-Peer Electronic Cash System
Whitepaper Bitcoin: A Peer-to-Peer Electronic Cash SystemWhitepaper Bitcoin: A Peer-to-Peer Electronic Cash System
Whitepaper Bitcoin: A Peer-to-Peer Electronic Cash System
 
190221 masterclass blockchain
190221 masterclass blockchain190221 masterclass blockchain
190221 masterclass blockchain
 
Blockchain Technology Explained
Blockchain Technology ExplainedBlockchain Technology Explained
Blockchain Technology Explained
 
Blockchain
BlockchainBlockchain
Blockchain
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
 
The Basic Theories of Blockchain
The Basic Theories of BlockchainThe Basic Theories of Blockchain
The Basic Theories of Blockchain
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
 
Demystifying Blockchain for businesses
Demystifying Blockchain for businessesDemystifying Blockchain for businesses
Demystifying Blockchain for businesses
 
Introduction to Blockchain Web3 Session
Introduction to Blockchain Web3 SessionIntroduction to Blockchain Web3 Session
Introduction to Blockchain Web3 Session
 
The problem with blockchains
The problem with blockchainsThe problem with blockchains
The problem with blockchains
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL 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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Blockchain - A Solution For Nothing

  • 2. Money  The need for money arose when humans started living in larger settlements and started exchanging goods with strangers.  First money had intrinsic value – barley, salt, hide, clothes.  Then came money without intrinsic value – gold, silver, cowry shells.  Kings started issuing coins with their mark to guarantee weight and authenticity of money. Fiat currency.  Governments started issuing currency without backing of gold.
  • 3. Bitcoin  A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.  Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending.  We propose a solution to the double-spending problem using a peer-to-peer network.  The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work.  The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power.  As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers.  The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.
  • 4. Bitcoin  A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.  Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending.  We propose a solution to the double-spending problem using a peer-to-peer network.  The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of- work.  The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power.  As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers.  The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.
  • 5. The promise of Bitcoin  Peer-to-peer electronic cash  No middlemen  Proof-of-work as solution to double spending  Longest chain wins  Attacking the chain requires majority CPU power
  • 6. Problem of double spending  When you spend money, the money is gone from you. You can not spend real life money multiple times.  Digital money is easily copiable so you can spend same money multiple times.  Trusted third parties like banks are required to make sure people don’t spend the same money multiple times.  When you pay someone from your bank account, bank reduces your balance.
  • 7. Problem of double spending  Cryptocurrency wants to do away with middlemen like banks, so they use a Proof-of-work ledger to avoid double spending.  Transactions are recorded as a series of blocks, each block connected to the previous block, thus creating a chain of transactions.  Adding a block to the chain, takes efforts. A node, needs to do lot of processing in order to get the right of adding next transaction to the chain.  When a node shows this proof of work done, they get to add the next block to blockchain.
  • 8. Magic of proof-of-work  Single node cannot just add blocks to the chain at will. Even if it does, other nodes will reject it and follow the longest chain.  Thus, hacking the blockchain requires that attackers control at least 51% of the chain’s processing power.  This makes the blockchain secure.
  • 9. A blockchain  Must be public – anyone should be able to join as a node.  Must be permissionless – anyone should be able to add a block to the chain as long as they show proof-of-work.  Must be trustless – nodes do not trust each-other. They trust the longest chain because it represents most work done.  Must be decentralized – not controlled by a single entity. That is the whole point of blockchain. Decentralization.
  • 10. Decentralization  Decentralization is the fundamental concept of the whole cryptocurrency and blockchain movement.  The goal of cryptocurrency is to remove middlemen who provide trust.  A decentralized blockchain relies on CPU intensive proof-of-work to provide trust.
  • 11. Inefficiency – feature, not a bug  Proof-of-work means adding new blocks of transactions takes a lot of CPU processing and electricity.  Nodes who do this work – miners – are rewarded with new cryptocurrency as a reward for their work (CPU power and electricity).  As network grows, more processing is required to add blocks.  Difficulty of the work increases to keep the blockchain attack-proof. Attacker must always require 51% of CPU power to attack the chain.  Blockchain is inefficient by design. It’s a security feature, not a bug.
  • 12. Problem with blockchain  With increasing difficulty, over time, the rewards for mining are not enough to compensate for electricity and hardware spent doing the work.  To incentivize the miners to continue to mine and add new blocks to the chain, transaction fees must be introduced. People who want their transactions to go on chain must pay miners to pick their transaction and put on block.  It leads to bidding war. Those who offer higher transaction fees, their transactions will be picked up and processed first.
  • 13. Proof-of-work alternatives  Can we use proof-of-stake instead of proof-of-work?  No.  https://antsstyle.medium.com/explanation-of-blockchain-consensus- algorithms-pow-pos-etc-735fa50d93c8
  • 14. Private blockchain  A private, permissioned, trustful blockchain that does not use the expensive proof-of-work is pointless.  Private blockchain is private, not public.  Private blockchain is permissoned. It only allows certain users to add blocks without showing any proof-of-work.  Private blokchain is trusted. Users already know and trust each other, making overheads of the blockchain redundant.  Private blockchain by its very nature is not decentralized. It is controlled by one or a few authorities.  Private blockchain is everything, a blockchain is not supposed to be.
  • 15. Conclusion  Public, permissionless, trustless, decentralized blockchain is inefficient by design and unsuitable for any real-world use cases.  Private, permissioned, trusted, centralized blockchain is pointless because it doesn’t offer anything new over already existing databases which are much more efficient, fast and cost effective.  Blockchain is a solution for nothing.