mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 16:20:57 +00:00
Edited ch09_fees.adoc with Atlas code editor
This commit is contained in:
parent
c7c5c5e00f
commit
69d139d501
@ -377,14 +377,14 @@ profitable to confirm both of them in the same block.
|
|||||||
To evaluate the profitability of mining both a parent and child
|
To evaluate the profitability of mining both a parent and child
|
||||||
transaction, the miner looks at them as a _package of transactions_ with
|
transaction, the miner looks at them as a _package of transactions_ with
|
||||||
an aggregate size and aggregate fees, from which the fees can be divided
|
an aggregate size and aggregate fees, from which the fees can be divided
|
||||||
by the size to calculate a _package fee rate_. The miner can then sort
|
by the size to calculate((("package fee rate"))) a _package fee rate_. The miner can then sort
|
||||||
all of the individual transactions and transaction packages they know
|
all of the individual transactions and transaction packages they know
|
||||||
about by fee rate and include the highest-revenue ones in the block
|
about by fee rate and include the highest-revenue ones in the block
|
||||||
they're attempting to mine, up to the maximum size (weight) allowed to
|
they're attempting to mine, up to the maximum size (weight) allowed to
|
||||||
be included in a block. To find even more packages that might be
|
be included in a block. To find even more packages that might be
|
||||||
profitable to mine, the miner can evaluate packages across multiple
|
profitable to mine, the miner can evaluate packages across multiple
|
||||||
generations (e.g., an unconfirmed parent transaction being combined with
|
generations (e.g., an unconfirmed parent transaction being combined with
|
||||||
both its child and grandchild). This is called _ancestor fee rate
|
both its child and grandchild). This is ((("ancestor fee rate mining")))called _ancestor fee rate
|
||||||
mining_.
|
mining_.
|
||||||
|
|
||||||
Bitcoin Core has implemented ancestor fee rate mining for many years,
|
Bitcoin Core has implemented ancestor fee rate mining for many years,
|
||||||
|
Loading…
Reference in New Issue
Block a user