Skip to content
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

handle / improve txo spend scenario / timeout with large wallets #3168

Closed
tzarebczan opened this issue Jan 25, 2021 · 0 comments · Fixed by #3187
Closed

handle / improve txo spend scenario / timeout with large wallets #3168

tzarebczan opened this issue Jan 25, 2021 · 0 comments · Fixed by #3187
Assignees
Labels
type: bug Existing functionality is wrong or broken type: improvement Existing (or partially existing) functionality needs to be changed

Comments

@tzarebczan
Copy link
Contributor

Users with large amounts of UTXOs time out when trying to do txo spend to consolidate their wallet. The same would happen for txo spend on unlocking all tips (coming to the app soon).

I think part of the problem is the large DBs (#2876) and selecting the UTXOs, and the other is just the sheer amount of them to create the multiple transactions needed.

I can also try with the sqlite coinchooser if that's better, but we haven't been using it due to some issues (#3004).

If we had a way to increase the client side timeout for certain calls, that would help at least get the transactions through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken type: improvement Existing (or partially existing) functionality needs to be changed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants