Home work on Bitcoin Ecosystem -
- What is the difference between a SPV (simplified payment verification) and a full node?
An SPV is a simplified payment verification which allows you to communicate with the blockchain network without having a complete copy of the bloakchain on your device. This is great configuration for a smart phone.
- What does it mean when a transaction is broadcasted?
When your wallet broadcasts a transaction, it is sending a message to the miners on the network to process and verify the transaction.
- How does a miner pick which transactions that gets added to the next block?
A miner is incentivized by mining rewards and transaction fees so it will prioritize processing transactions based on the fee associated with the transaction.