What can be some bad consequences and good use cases for sub 1s/vb txs? Can a mempool be attacked with too much txs? How does it affect LN? Maybe more financial tarnsactions in the timechain and less spam? Maybe more spam?
pull down to refresh
pull down to refresh
incrementalRelayTxFee
. If “too many transactions get submitted”, there still will only be one block full of transactions added to the blockchain every block. More competition for blockspace means that the minimum feerate in the block is pushed up. Higher feerates means that the subjective value of transactions must be higher for the senders to bid sufficient fees for the transaction to get into the block. That’s bad news for transactions whose subjective value is low. I’ll leave it up to you to categorize whether that would apply to LN transactions or not.minRelayTxFee
andincrementalRelayTxFee
both express a minimum cost for relaying data across the network. It would be a bit odd to charge more for the first announcement of a transaction, but then make it cheaper to replace the transaction, or vice versa to make it cheap to make a first announcement and expensive to replace a transaction. So both mempool policies were lowered from 1 s/vB to 0.1 s/vB in Bitcoin Core 29.1 and the upcoming v30.0.