From b7d900eb9b7a13e5996439e20f379547f9e9e465 Mon Sep 17 00:00:00 2001 From: Devashish Gupta Date: Sun, 10 Feb 2019 22:18:47 +0530 Subject: [PATCH] Public type blockchain Added (#30440) BlockChain --- guide/english/blockchain/types/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/blockchain/types/index.md b/guide/english/blockchain/types/index.md index 3383001dbf..64599b3f8a 100644 --- a/guide/english/blockchain/types/index.md +++ b/guide/english/blockchain/types/index.md @@ -26,6 +26,8 @@ In this architecture, no one is in charge. Anyone and everyone can participate i Public Blockchain is open and transparent and therefore it is open for review by anyone willing to do so, at any given time. This architecture requires a consensus algorithm like Proof-of-Work or Proof-of-Stake. +But a natural question that comes to our mind is that when no one is in charge here then how the decisions are taken on these types of the blockchain. So the answer is that decision making happens by various decentralized consensus mechanisms such as proof of work (POW) and proof of stake(POS) etc. + Example : Bitcoin, Ethereum, Litecoin #### 3. Consortium/Federated Blockchain