joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Transaction conflicted during running the tumbler

Open scottcarter2020 opened this issue 2 years ago • 3 comments

Hello all,

I was running the tumbler normally and suddenly I got a repeating message that the transaction is conflicted.

And in the (Transactions) tab in the Bitcoin Core, there is an (X) in front that transaction.

I closed the tumbler and the Bitcoin Core and reopened the Bitcoin Core only after a while assuming this issue would solve itself but nothing changed.

scottcarter2020 avatar May 18 '22 20:05 scottcarter2020

@AdamISZ Needing your help please Adam.

scottcarter2020 avatar May 19 '22 20:05 scottcarter2020

suddenly I got a repeating message that the transaction is conflicted.

What exactly was the message? Was it the same kind of thing as reported in #1289 ?

AdamISZ avatar May 29 '22 13:05 AdamISZ

As a very general statement, which I hope is (almost always) true : tumbler as an algorithm is designed to do this:

  • wait for the latest transaction to confirm
  • after 20*maker_timeout_sec (usually that's 20 minutes), if confirmation was not seen for any reason (including this kind of conflict), try to do the transaction again (usually, with different makers)

So sometimes when you see this (I hope, usually, not just sometimes), you should just wait.

If you have more details we can maybe find something else.

AdamISZ avatar May 29 '22 13:05 AdamISZ

Closing on the presumption that this was indeed related to #1289 and see fix to that in release 0.9.7 ( see also #1294 and the merged fix #1295 ).

AdamISZ avatar Sep 11 '22 10:09 AdamISZ