3
What are reliable and good sources for understanding the procedure of transaction inclusion into a block?
Problem outline:
Given, there are multiple peers - let's say 5 - in a test network, where 3 nodes exchange transactions - let's say 100 - and 2 nodes include all transactions into blocks.
Which node decides how to include which transaction into which block?
Thanks! So where does inclusion of a transaction according to its fee come in? I've read multiple times that some transactions don't make it into blocks due to relativley small fee..Because right now you're considering the block size only in your answer, taking "rules for acceptability" being met for granted. – Aliakbar Ahmadi – 2015-05-03T21:17:32.017
1In case there is not sufficient space in a block to encode the entire memory pool, the transactions with the highest fee per byte are included first. – Pieter Wuille – 2015-05-04T09:19:53.290