HomePhabricator

When creating new blocks, sort 'paid' area by fee-per-kb
c555400ca134Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

When creating new blocks, sort 'paid' area by fee-per-kb

Modify CreateNewBlock so that instead of processing all transactions
in priority order, process the first 27K of transactions in
priority order and then process the rest in fee-per-kilobyte
order.

This is the first, minimal step towards better a better fee-handling
system for both miners and end-users; this patch should be easy
to backport to the old versions of Bitcoin, and accomplishes the
most important goal-- allow users to "buy their way in" to blocks
using transaction fees.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Jul 12 2012, 18:22
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING29c8fb0d9330: Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoin
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rSTAGINGc555400ca134: When creating new blocks, sort 'paid' area by fee-per-kb (authored by Gavin Andresen <gavinandresen@gmail.com>).Jul 26 2012, 18:24