ivanLeader
Homework on Blockchain and Mining Visually - Questions
1. Why is it important that the blocks are cryptographically linked together? - Because the crucial ledger Integrety and POW are created from the contents of existing blocks. If a transaction is altered or removed from a block, the link will be broken and the block rejected.
2. What does the block structure look like in bitcoin? - A block consists of a previous hash, a Tx List and a Nonce. When successfully mined, it is linked to the previous block and the new block.