Midterm 01: Process - Miner Creates Block Hash Varying Nonce (PoW)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Fall 24

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What is nonce?

one of the values used to generate blockhash/blockID. The nonce is regenerated until it’s below a target value

2
New cards

What algorithm is used to generate a block hash in Bitcoin mining?

SHA-256

3
New cards

What is Merkle Root?

the final hash at the top of the Merkle Tree that represents all transactions in a block. It’s included in the block header.

4
New cards

What happens if a miner’s block hash is less than the target value?

The block is considered valid, added to the blockchain, and the miner receives a reward (current mining payout: 3.125 Bitcoin).

5
New cards

What happens if the block hash is not less than the target value?

The miner increments the nonce and tries again until a valid hash is found.

6
New cards

What is the purpose of the previous block hash in a new block?

The previous block hash links the new block to the blockchain, ensuring continuity and security.

7
New cards

What is the reward a miner receives for successfully mining a block called?

Coinbase transaction, which currently provides 3.125 Bitcoin to the miner.