Post
Topic
Board Bitcoin Technical Support
Re: no comfirmations with fee
by
DannyHamilton
on 14/02/2015, 10:23:43 UTC
Judging from the source though the default setting is still to sort by priority first.

This appears to only occur if until the size of the high priority transactions reach a limit set in the configuration:

https://github.com/bitcoin/bitcoin/blob/master/src/miner.cpp#L120-L123
https://github.com/bitcoin/bitcoin/blob/master/src/miner.cpp#L222


If -blockprioritysize is not set (or is set less than or equal to 0), then the transactions will all be sorted by fee and priority will be ignored for fee paying transactions.