mempool – What is the problem with the recent “One-Shot Replace-by-Fee-Rate” Proposal?

[ad_1]

TL;DR: Due to the two asymmetric sets of rules for replacement, a total of five transactions is sufficient to make a cycle of replacements that beat each other in turn. This allows an attacker to rebroadcast the same transactions over and over while at most paying for one small transaction per block.


You have two confirmed UTXOs C1 and C2. Letโ€™s say 20โ€ฏs/vB is the bottom of the first block.

  1. You create a large low-feerate transaction tx_LL with 100,000โ€ฏvB at 1โ€ฏs/vB (fee: 100,000 s). It spends the confirmed output C1 and has an output tx_LL:0.
  2. You attach a small low-feerate transaction tx_LS as a child with 100 vB at 1 s/vB (fee: 100 s) by spending tx_LL:0.

RBFr LL_LS.png

  1. You RBF tx_LS with a high-feerate transaction that spends C2 and tx_LL:0 in a new transaction tx_HS. tx_HS has 5000 vB and pays 21 s/vB, but since it spends an output from a low-feerate parent, its mining score is only 1.95โ€ฏs/vB.

RBFr LL_HS.png

  1. You RBF tx_LL and tx_HS with tx_LM that has 100,000 vB and pays 3.05โ€ฏs/vB (fee: 305,000 s) by spending the outputs C1 and C2. This is permitted, since only tx_LL is a direct conflict, so the feerate of tx_HS does not have to be beat directly.

RBFr LM.png

  1. You use the new RBFr rules to replace tx_LM with a small high feerate transaction tx_RBFr with 100โ€ฏvB paying 20โ€ฏs/vB (fee: 2000 s) that spends C2 and makes it into the top block of the mempool. tx_LM was not going to be in the next block, and tx_RBFr pays more than 1.25ร— the feerate of tx_LM. So this is permitted under the new rules.

RBFr RBFr.png

  1. You then rebroadcast tx_LL and tx_LS because C1 is no longer being spent.

RBFr rebroadcast LL_LS.png

  1. You immediately replace both tx_LS and tx_RBFr with tx_HS. tx_HS has a feerate of 21โ€ฏs/vB which is higher than tx_RBFr (20โ€ฏs/vB) and tx_LS (1โ€ฏs/vB), and pays more absolute fees than both (105,000โ€ฏs vs 2000โ€ฏs + 100 s). But since itโ€™s a child of tx_LL it only has a mining score of 1.95โ€ฏs/vB.

RBFr HS.png

Repeat 4.โ€“7. to make every node on the network cycle the same five transactions ad nauseam. Roll the locktimes or sequences to make the transaction have a new TXIDs in each iteration, while spending the same UTXOs. The only transaction that is ever in any danger of getting mined is tx_RBFr which costs you 2000โ€ฏs. If it it does get included in a block, just start over with a new confirmed UTXO as your c2'.

[ad_2]

Source link


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *