f3wunder5tand
I realyzed that I can change the layer 2 algo so that RBF is no longer required. Thanks for informative help anyway.
I hoped that RBF would work as follows: Assume I have the first graph consisting of the three transactions in the mempool as described earlier. In order to replace them, I would broadcast an "inv" message containing the…
Because Bitcoin is the most secure and most widely adopted PoW network. Because that is how the consensus algo of my layer 2 protocol works. Every token votes for a layer 2 block. The more tokens there are, the more…
No it's not. Because this is not about payments, these graphs are used for some layer 2 protocol. Each tx in the graph contains one OP_Return output plus a change addess. It's a token. The change output is used by the…
If I understand correctly, this is poses a problem for me. What I want to do is to replace all three transactions. Let's say my first graph looks like this TX11 (9 sat/B) -> TX21 (9 sat/B) -> TX31 (9 sat/B) Now I want…
So I've got three transactions that are linked together. Basically, the output of the first one goes into the second, and the output of the second goes into the third. RBF is on for these transactions, and they’re all…