Lab 3 — Blockchain Creation¶
Goal¶
Understand block mining, parent hashes, nonces, and chain validity.
Tools¶
- Board: https://unidraw.io/app/board/71d2106c5ed5c65ab20b?allow_guest=true
- Hasher / BitStory: https://joshorndorff.github.io/BitStory/bitStoryLive.html
Tasks¶
- Create several transactions.
- Mine a block by finding a nonce that satisfies the difficulty target.
- Add the block to the shared board.
- Verify that each block references the previous block hash.
- Break one block and observe how the following blocks become invalid.
Deliverable¶
Screenshot or link showing your mined block and nonce.