C4 Mining & Consensus Mechanisms 1 — Questions and Answers
Question 1: What is the primary function of Proof of Work (PoW) in a blockchain network?
- To allow token holders to vote on network upgrades
- To require miners to solve computationally difficult puzzles to validate transactions (Correct answer)
- To distribute block rewards equally among all network participants
- To verify user identities before allowing transactions
Correct answer: To require miners to solve computationally difficult puzzles to validate transactions
Proof of Work requires miners to expend computational energy solving cryptographic puzzles, which secures the network and validates transactions.
Question 2: What is the primary purpose of cryptocurrency mining?
- To create new wallet addresses for users
- To encrypt user data stored on the blockchain
- To validate transactions and add new blocks to the blockchain (Correct answer)
- To convert fiat currency into cryptocurrency
Correct answer: To validate transactions and add new blocks to the blockchain
Mining validates pending transactions and adds them to the blockchain ledger while also creating new cryptocurrency as a block reward.
Question 3: What does 'hash rate' measure in cryptocurrency mining?
- The speed at which a miner can generate cryptographic hashes per second (Correct answer)
- The total number of transactions processed per block
- The percentage of the total network a single miner controls
- The time required to broadcast a block to the network
Correct answer: The speed at which a miner can generate cryptographic hashes per second
Hash rate measures computational power by counting how many hash calculations a miner or the entire network can perform per second.
Question 4: What is a 'nonce' in the context of cryptocurrency mining?
- A cryptographic key used to sign transactions
- A random number miners adjust to find a valid block hash (Correct answer)
- The unique identifier assigned to each wallet address
- A timestamp that records when a block was created
Correct answer: A random number miners adjust to find a valid block hash
A nonce is an arbitrary number miners iterate through to find a hash output that meets the network's difficulty target, making each mining attempt unique.
Question 5: Which consensus mechanism did Ethereum adopt following 'The Merge' in September 2022?
- Proof of Work (PoW)
- Delegated Proof of Stake (DPoS)
- Proof of Authority (PoA)
- Proof of Stake (PoS) (Correct answer)
Correct answer: Proof of Stake (PoS)
Ethereum transitioned from Proof of Work to Proof of Stake in The Merge, dramatically reducing network energy consumption while maintaining security.
Question 6: What is a mining pool?
- A hardware wallet shared by multiple users
- A group of miners combining computational resources to increase the chance of finding a block (Correct answer)
- A smart contract that distributes mining rewards automatically
- A marketplace where miners sell their computing power to the highest bidder
Correct answer: A group of miners combining computational resources to increase the chance of finding a block
Mining pools aggregate computational power from many miners, increasing the probability of finding a block and sharing rewards proportionally to each member's contribution.
Question 7: What is a 'block reward halving' in Bitcoin?
- When the block size limit is reduced by 50%
- When transaction fees are capped at half the previous maximum
- When the network difficulty is cut in half due to reduced hash rate
- When the newly created Bitcoin awarded per block is reduced by 50% (Correct answer)
Correct answer: When the newly created Bitcoin awarded per block is reduced by 50%
Bitcoin's halving event reduces the block subsidy by 50% approximately every 210,000 blocks (~4 years), controlling Bitcoin's total supply and inflation rate.
What is the primary function of Proof of Work (PoW) in a blockchain network?