mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited ch09_fees.adoc with Atlas code editor
This commit is contained in:
parent
ba535a6803
commit
f37e27cdbb
@ -44,35 +44,6 @@ discussion about fees--so we're going to ignore them in this chapter.
|
||||
</div>
|
||||
++++
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
When we((("transactions", "coinbase")))((("coinbase transactions"))) say "transactions" in this chapter, we refer to every
|
||||
transaction in a block except for the first transaction. The first
|
||||
transaction in a block is a _coinbase transaction_, described in
|
||||
<<coinbase_transactions>>, which allows the miner of the block to
|
||||
collect their reward for producing the block. Unlike other
|
||||
transactions, a coinbase transaction doesn't spend the output of a
|
||||
previous transaction and is also an exception to several other rules
|
||||
that apply to other transactions. Coinbase transactions don't pay
|
||||
transaction fees, don't need to be fee bumped, aren't subject to
|
||||
transaction pinning, and are largely uninteresting to the following
|
||||
discussion about fees--so we're going to ignore them in this [.keep-together]#chapter.#
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
When we((("transactions", "coinbase")))((("coinbase transactions"))) say "transactions" in this chapter, we refer to every
|
||||
transaction in a block except for the first transaction. The first
|
||||
transaction in a block is a _coinbase transaction_, described in
|
||||
<<coinbase_transactions>>, which allows the miner of the block to
|
||||
collect their reward for producing the block. Unlike other
|
||||
transactions, a coinbase transaction doesn't spend the output of a
|
||||
previous transaction and is also an exception to several other rules
|
||||
that apply to other transactions. Coinbase transactions don't pay
|
||||
transaction fees, don't need to be fee bumped, aren't subject to
|
||||
transaction pinning, and are largely uninteresting to the following
|
||||
discussion about fees--so we're going to ignore them in this [.keep-together]#chapter.#
|
||||
====
|
||||
|
||||
The criterion that almost all miners use to select which transactions to
|
||||
include in their blocks is to maximize their revenue. Bitcoin was
|
||||
|
Loading…
Reference in New Issue
Block a user