-
Notifications
You must be signed in to change notification settings - Fork 212
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
UTXO's response time problem #300
Comments
@TurgutKanceltik 1300/1400 UTXO is not a lot, the time it takes is caused by the number of transactions required to build a wallet's UTXO set. Pruning remove the transactions which are not affecting the current UTXO set anymore.
|
We updated to the latest. However, nothing has changed much, the response still comes in a very long time. Do we really need consolidating those small utxos in a single transaction and pay just 1sat / b? I think we shouldn't need this for this much UTXO. |
@TurgutKanceltik have you tried to modify the |
@NicolasDorier Yes we are using it for a long time as |
@TurgutKanceltik I think 500 should be plenty enough. |
@NicolasDorier Of course, this is not a problem for me. I can spend small UTXOs. However, I wonder is this a bug? Because the response time is very abnormal for so few UTXO. |
I will try to see if I can reproduce. This is indeed strange, though the time it takes is proportional to the number of transactions impacting the UTXO set of the wallet rather than the number of UTXO. |
Hi every body,
First of all our NBXplorer includes BTC, LTC and DASH. In the early days, when bringing in UTXOs, the response time was pretty short, like 1-2 seconds. But then, as the number of UTXO increased, the response times increased. At first, we got an answer in 40-50 seconds, then it extended up to 2-3 minutes. After that, we applied prune for all strategies and then restarted NBXplorer. This time around, response time has decreased from 2-3 minutes to 30-40 seconds. However, I still think that is a problem because I'm talking about the UTXO number of over 1300-1400. The majority of these UTXOs are very small amounts that we cannot spend. Why can't we spend it because if we spend those small amounts, the transaction size will be huge and the commission amount will be large accordingly.
The text was updated successfully, but these errors were encountered: