-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error broadcasting transaction #3306
Comments
@sqrrm I'm not sure if I fully understand your question, but I assume that all transactions related to the trade protocol are having issues due to issues in the Bisq Network/software. The fees for the makerOfferTx, takeOfferTx, depositTx and payoutTx aren't under control of the user and are usually high enough to get accepted into the mempool. |
From #3305 I see at least one tx being rejected as dust.
|
@huey735 The more logs we can get the better. We need to see if we can find a pattern on why the txs aren't properly broadcast. |
@sqrrm I'm not sure that tx is one of @bitsanity's. So I don't think that it's relevant here. For #3305 they were able to solve it with a resync of the spv chain which implies problems with the propagation of the transaction and not with its fee amount. |
That rejection is due to 'dust' which is strange, bisq should not produce dust txs. The other case I saw was the bad tor connection. We need more data to understand if there is a common cause for these failed broadcasts. It would also be good to do rebroadcast automatically, or perhaps even manual but at least not forcing users to do an spv resync. |
I just reproduced the issue, I had set fee = 1 sat/byte and Bitcoin node rejected it for having too low of a fee |
It seems bitcoinj creates invalid transactions in multiple cases, so far I've seen:
Obviously these 2 bugs should be fixed, but maybe we can also improve the handling the exceptional case of rejected transaction broadcast:
|
I'm having simillar issues , running on Bisq v1.2.3. I can't see my offer anywhere in portfolio, but i do see fees withdrawn. The warning on boot:
|
@captainreptile Same error here (... for reason 'dust'). Two new transactions I made after the error started had failed to generate the inicial deposit transactions, resulting in mediation. Any way of avoiding this bug? |
@captainreptile I was able to solve the problem doing a "resync SPV chain" (Settings / Network info)! |
@alexgand It seems that its a bug that the team is hunting after. I submitted my log file to the support on https://keybase.io/team/bisq. P.s: Lol, First time i see the setting / network info! i was looking for such setting but never saw the tab, Thanks i will also try to resync SPV. |
@Forstmann88 Do you still have this issue? |
I'm quite sure this is a legitimate issue, as I still see it sometimes, it's just very hard to reproduce - you need to have a very specific set of UTXO inputs and transaction amounts for it to occur. Waiting a few seconds for the fee estimation to change often fixes it, or changing your TX amounts can fix it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
Hello, |
Summary
Generalizing, a user makes a transaction and unbeknownst to them the transaction isn't successfully broadcast to the Bitcoin Network. This has happened in all types of Bisq transactions:
@sqrrm @ripcurlx
The text was updated successfully, but these errors were encountered: