Lesson 3&4: public, private and blockchain types Flashcards
List differences between public and private blockchains?
Permissionless vs permissioned; access is free vs access is required; decentralized vs centralized; native currency vs lack thereof
What are some examples of public blockchains?
Bitcoin, Ethereum, Litecoin
What are some examples of private blockchains?
Hyperledger, Corda, Quorum
What is Bitcoin’s hashing algorithm?
SHA-256 which reduces any string input to a 256 bit output or hash ID, which would be 32 character string in hexadecimal representation
What is a Merkle tree?
a hash tree or Merkle tree is a tree in which every leaf node is labelled with the cryptographic hash of a data block, and every non-leaf node is labelled with the cryptographic hash of the labels of its child nodes