What is the problem with traditional banking system?
Traditional financial systems rely on central authorities (banks) to verify transactions and maintain trust.
What are the system limitations? (3)
How does blockchain technology emerge as a potential solution to these problems? (4)
What is the evolution and history of blockchain? (6)
What is the Merkel tree?
The Merkle tree, a method to verify individual records, named after
computer scientist and mathematician Ralph Merkle (PhD dissertation at
Standford).
Who invented ‘digital cash’?
David Chaum PhD dissertation at the University of California, Berkeley – a
method of how to establish & maintain trust in a computer system. Later invented Digital Cash.
timestamp
Cynthia Dwork and Moni Naor (‘93), Adam Black (’97), Markus Jakobsson
and Ari Juels (1999) all made significant contributions to the concept of Proof of ______ (a consensus mechanism to validate transactions)
Work
What did Stefan Konst develop and what did it prove?
Stefan Konst introduced the concept of cryptographically secured chains, which helps prove the authenticity of transactions in a blockchain
What did Hal Finney invent?
Who invented Cyryptocurrency?
Satoshi Nakamoto, believed to be a pseudonym used by an
individual, or perhaps a group of individuals, published a
white paper in 2008 introducing the concept of cryptocurrency and blockchain and helped develop the first Bitcoin software
What are some facts about bitcoin and Nakamoto? (5)
What is the crux of blockchain? (2)
What is a ‘digital ledger’?
It is a structure, or a block of chains, that stores transactional records, also known as “the block”, of the
public in several databases, known as the “chain,” in a network connected through peer-to-peer nodes.
Typically, this storage is referred to as a ‘digital ledger.’
What are the key functions or features of blockchain technology? (4)
What does it mean that bitcoin is decentralized network infastructure? (4)
What are the differences bvetween cryptocurreny and real money? (6)
What is the design and structure of blockchains? (3)
Block n-1
Block n
Block n+1
What is a node?
Nodes are network participants and their devices permit them to keep track of the distributed ledger and serve as communication hubs in various network tasks. A block broadcasts all the network nodes when a miner looks to add a new block in transactions to the blockchain.
What are transactions?
A transaction refers to a contract or agreement and transfers of assets between parties. The asset is typically cash or property. The network of computers in blockchain stores the transactional data as copy with the storage typically referred to
as a digital ledger.
What is a block?
A block in a blockchain network is similar to a link in a chain. In the field of cryptocurrency, blocks are like records that store transactions like a record book, and those are encrypted into a hash tree. There are a huge number of transactions occurring every day in the world. It is important for the users to keep track of those transactions, and they do it with the help of a block structure. The block structure of the blockchain is mentioned in the very first diagram in this article.
What is a chain?
Chain is the concept where all the blocks are connected with the help of a chain in the whole blockchain structure in the world. And those blocks are connected with the help of the previous block hash and it indicates a chaining structure.
Who are blockchain minners?
Blockchain mining is a process that validates every step in the transactions while operating all cryptocurrencies. People involved in this mining they called miners. Blockchain mining is a process to validate each step in the transactions while operating cryptocurrencies.
What is the consensus?
A consensus is a fault-tolerant mechanism that is used in computer and blockchain systems to achieve the necessary agreement on a single state of the network among distributed processes or multi-agent systems, such as with cryptocurrencies. It is useful in record keeping and other things.