Q1. What happens in the bitcoin network when two miners solve a block at the same time?
A1. The network waits for the next block to be mined to see which block has a longer chain.
Q2. What is a stale Block?
A2. A stale block is dropped from the chain because is was not verified with consensus and all the date in the block returns to mempool.
Q3. How do stale block occur?
A3.When two miners solve a block on the same time, the block that is not confirmed with a new block is called a stale block then dropped from the chain.
Q4. Why is it important to wait for more then one block to be confirmed when sending or receiving a transaction?
A4. to confirm the linage of the block in the chain.