mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-11-17 10:50:27
This commit is contained in:
parent
9a5cf8b8b7
commit
90b4d74c60
@ -14,7 +14,8 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
|
||||
- [ ] why would a participant want to fork?
|
||||
- [ ] does the central authority e.g., govt decide who can join and leave?
|
||||
- [ ] It the code developed by the central authority or spread across partipants?
|
||||
- [ ] What are public vs private permissioned blockchains
|
||||
- [x] What are public vs private permissioned blockchains
|
||||
- [blockchain-types](notes/blockchain-types.md)
|
||||
- [ ] do the records remain forever on the chain?
|
||||
|
||||
- [think-writing](notes/think-writing.md)
|
||||
@ -28,6 +29,7 @@ Blockchain technology falls into two distinct classes: open (permissionless) blo
|
||||
- [dApps](notes/dApps.md)
|
||||
- [sybil-problem](notes/sybil-problem.md)
|
||||
- [smart-contracts](smart-contracts)
|
||||
-
|
||||
|
||||
# Read
|
||||
- https://en.wikipedia.org/wiki/Cyberocracy
|
||||
|
||||
9
content/notes/blockchain-types.md
Normal file
9
content/notes/blockchain-types.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "public-private-permissioned-chains"
|
||||
tags:
|
||||
|
||||
---
|
||||
|
||||
public vs private blockchains https://www.forbes.com/sites/forbestechcouncil/2019/06/11/public-vs-private-permissioned-ledgers-and-blockchain-standards/?sh=39aaa258550b "It's important to note that permissioned does not mean private -- some of the public networks like Stellar and Sovrin are public permissioned networks". Does public permissioned mean participant have to "apply" to join the chain? So its a public blockchain, but participants require permission to join
|
||||
|
||||
https://www.investopedia.com/news/public-private-permissioned-blockchains-compared/ "Public blockchains allow anyone to access them; private blockchains are closed to only selected users; permissioned blockchains are a hybrid of public and private blockchains where anyone can access them as long as they have permission from the administrators to do so."
|
||||
@ -74,4 +74,7 @@ In the hyderledger whitepaper they described a use case for seafood tracking whe
|
||||
|
||||
is all this writing productive, ive actually started using this doc as just a place to write stuff not as actual think writing. is there a better way to take notes? document for each article?
|
||||
|
||||
public vs private blockchains
|
||||
public vs private blockchains — [blockchain-types](notes/blockchain-types.md). So it sounds like what I am trying to do Is very similar to a public permissioned blockchain.
|
||||
|
||||
is a private blockchain even a chain of blocks. Its an immutable, more transparent, distributed ledger. Why cant that be done with a regular database?
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user