Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [algorithms]

Regarding the underlying algorithms related to Bitcoin protocol.

2 votes
1 answer
137 views

What criteria does Bitcoin Core use to create block templates?

I wonder how Bitcoin Core chooses which transactions are added to the template of a block when you call getblocktemplate. Is the mempool sorted by fee rate in sat/vB and selects transactions in an ...
polespinasa's user avatar
2 votes
1 answer
36 views

Distribution range for sending transactions to inbound and outbound connections

I would like to know in which files of the Bitcoin core code can I find the transaction propagation algorithm. The exact thing I need is to know the distribution range when the transactions are sent ...
Thomas's user avatar
  • 41