Homework on Bitcoin Ecosystem - Questions
-
What is the difference between an SPV (simplified payment verification) and a full node?
Answer: An SPV is a small node that trusts the full node elsewhere (like a mobile phone etc) does not have a copy of the blockchain and needs to access it externally in order to verify if true whereas a full node already has the entire copy of the blockchain internally. -
What does it mean when a transaction is broadcasted?
Answer: It’s propagated to all of the nodes to share the transaction with other nodes in the network -
How does a miner pick which transactions that get added to the next block?
Answer: It picks the ones from the mempool that pay the most or highest in fees.