Marten (Wiebe-Marten Wijnja)
Online: Qqwy
A Blockchain is a software system in which:
Both large potential and large drawbacks!
Signatures:
Signatures:
A Blockchain is a software system in which:
Consensus: Proof-of-Work and variants
A Blockchain is a software system in which:
Consensus: (Delegated) Proof-of-Stake
A Consortium/Private Blockchain is a software system in which:
Consensus: 'Classical' Paxos, Raft, etc.
a Decentralized Datastore is a software system in which:
Consensus: Not needed, because no ordering
(Data integrity is checked by hashing)
Name | Properties | Examples |
---|---|---|
Public Blockchains | • Small amounts of data • Anyone can read/write • Ordered • Updates impossible • Slow |
Bitcoin, Ethereum |
Consortium/Private Blockchains | • Medium amounts of data • Consortium/you decide(s) who can read • Consortium/only you can write • Ordered • Updates possible • Fast |
Hyperledger Fabric, Corda, MultiChain |
Decentralized Datastores |
• Large amounts of data • Anyone can read/write • Unordered • Updates easy • Very Fast |
BitTorrent, IPFS |