Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
10457195
Topic
954768
Board
Bitcoin Technical Support
Re: no comfirmations with fee
by
DannyHamilton
on
14/02/2015, 10:23:43 UTC
Quote from: shorena on February 14, 2015, 08:37:58 AM
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.