【问题标题】:Does the transaction fees of a blockchain increase only after the total size of transactions exceed the block size limit?区块链的交易费用是否只有在交易总规模超过区块大小限制后才会增加?
【发布时间】:2019-07-28 14:19:24
【问题描述】:

我了解,块大小限制越小,交易费用可能会越高,因为用户会竞争其交易被包含在块中的特权。

但在达到限制之前,我认为不需要竞争是有道理的,因为所有交易都适合区块,还是我错过了什么?

【问题讨论】:

    标签: blockchain ethereum bitcoin


    【解决方案1】:

    你没看错。
    高额交易费用的动机是为了让交易快速得到确认。如果 Mempool 中的交易数量很少(因此没有竞争),矿工也会接受费用非常低的交易。缺点是交易需要更长的时间才能被包含在一个块中。

    即使交易费用为零的交易在边缘情况下也可能有效。见https://www.reddit.com/r/Bitcoin/comments/72j2cd/0_fee_transaction_finally_got_confirmed_after_43/,
    https://bitcoin.stackexchange.com/questions/69030/how-did-these-zero-transaction-fee-transactions-make-it-into-the-bitcoin-network

    最新版本的比特币核心需要最低交易费用 (1000 satoshis at the time of writing)。如果交易费用低于此, 它没有被转发。

    【讨论】:

      猜你喜欢
      • 2022-12-15
      • 2021-01-15
      • 2021-11-11
      • 2022-07-22
      • 1970-01-01
      • 2019-04-24
      • 2019-12-09
      • 2022-08-24
      • 1970-01-01
      相关资源
      最近更新 更多