-
Notifications
You must be signed in to change notification settings - Fork 98
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
dust on LTC #778
Comments
@cipig Hi, thanks for creating the issue and posting the link to the LTC dust explanation! According to doc LTC has a 5460 litoshis dust threshold, all transactions from failed swaps have change output below this threshold. Could you please check that transactions with outputs below 5460 litoshis are rejected and transactions with output above 5460 are accepted? |
Don't know how to create such a tx to test, so i had a look at some LTC swaps on AtomicDEX from the last 7 days. I also looked at the failed ones on TakerPayment and their TakerFee also have change > 5460 whereas their failed TakerPayment is lower 5460. |
You can try to call MM2 |
ok, withdraw of 0.00005459 leads to dust error on broadcast:
this are the outputs of the failed tx:
and withdraw of 5460 shows no error and the tx is broadcasted: https://blockchair.com/litecoin/transaction/c70f1c2b1dea0a5ab9524ea8877b0de4cb01d80478085961d652186bfd4f4dee |
I see, we need to handle this 5460 dust threshold separately for LTC then. I plan to add the |
@cipig Sergey added |
I tested it with EMC2 and it works fine. Dust is set to |
Great, thanks for testing! |
We have a psoblem with dust tx, especially on LTC. Here are 4 examples from the last 24h:
https://dexapi.cipig.net/public/error.php?uuid=57ea5bbc-1ece-4701-b85b-eca26d97f24d
https://dexapi.cipig.net/public/error.php?uuid=772124c1-1be8-4c0d-9ff7-cf37cdd1166f
https://dexapi.cipig.net/public/error.php?uuid=a6faae98-58ba-4de7-9916-6baafa9c9df8
https://dexapi.cipig.net/public/error.php?uuid=69179a27-2ab0-4a3d-ac1a-fad511f36435
All failed with
TakerPaymentTransactionFailed
.Found this document that explains dust on LTC:
https://theliteschool.com/lsc/staging-core-releases-and-litecoin-dust
Can we please try to fix this?
The text was updated successfully, but these errors were encountered: