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

Could not propose DLC channel: Wallet error Wallet does not hold enough UTXOs #2563

Open
holzeis opened this issue May 24, 2024 · 4 comments
Assignees
Labels
bug Something isn't working prod-environment

Comments

@holzeis
Copy link
Contributor

holzeis commented May 24, 2024

Even though the coordinator has enough utxos (and funds) it happens now frequently that the coordinator still fails to propose a dlc channel.

@holzeis holzeis added bug Something isn't working prod-environment labels May 24, 2024
@holzeis holzeis self-assigned this May 24, 2024
@holzeis
Copy link
Contributor Author

holzeis commented May 27, 2024

Built a tool to check the coin selection locally with the prod seed, but couldn't reproduce the error. Michael eventually succeeded, but I can't say why.

@holzeis
Copy link
Contributor Author

holzeis commented May 27, 2024

@bonomat @luckysori I've also assigned you to this ticket since all of us have been working on this so far. Any ideas what we could do next?

@luckysori
Copy link
Contributor

My only direct experience with this problem was solved my doing a full sync.

My first few attempts at doing a full sync failed because I misinterpreted the API and thought it accepted a JSON body. For reference, this is what the request should look like to trigger a full sync:

curl -X POST "localhost:8000/api/admin/sync?full=true&gap=200"

@bonomat
Copy link
Contributor

bonomat commented May 28, 2024

What do you think of allowing to specify the wallet seed separately to the coordinator and then switch on-chain wallets once in a while to reduce the gap we have to carry forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prod-environment
Projects
None yet
Development

No branches or pull requests

3 participants