-
Notifications
You must be signed in to change notification settings - Fork 27
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
After making a deposit via *Node -> Advanced -> Deposit Bitcoin*, the funds do not show up in the On-chain Balance. #974
Comments
@jpl-btc to confirm, this LDK? I cannot reproduce this.
|
Related issue: #774 |
Hmm, this does not make sense. The same address should show because it is the |
@jpl-btc Thank you very much for the bug report – I’m experiencing the same issue. Special thanks for the workaround – it worked for me! 😎 |
Happened to me as well. The worked around seemed to work. Thanks! |
Can you tell us which Alby Hub version were you running when you stumble upon this issue, @ratacibernetica @gallizoltan ? Thanks! |
Ah, I see. It's because of the LDK upgrade that reset the bitcoin address descriptor, and we saved the last used address which might be a few addresses higher than the current index. Thanks for giving the instructions to work around this! |
I was using version 1.12 when I encountered this issue. Today, I updated to version 1.13, and I haven’t noticed the bug since, though I haven’t specifically tried to trigger it again. |
Another workaround for v1.13.0: go to settings -> debug tools -> reset router (ALL) and then re-enter your unlock password to restart your node. |
It should only happen once. This is related to a LDK update which reset the bitcoin syncing address index to 0, whereas Alby Hub saves a last-used address which will be on a higher index, which LDK does not know about and does not sync, until a full re-scan or new addresses are generated until we get back to the previous index. |
Details:
The address generated in this flow (Node -> Advanced -> Deposit Bitcoin) is not recognized by the "On-chain balance reader", even though the funds are there. I do not recommend anyone to do this but I tested myself and by placing the 12-word seed phrase in Sparrow, the funds are there and the sparrow wallet picks up correctly all UTXOs and the deposited funds.... But not the Alby Hub.
Workaround:
To make the funds reappear in the On-chain Balance of Alby Hub:
This happened to at least 3 users + myself in the 1.12 version. I am reporting this now because I have not found an issue about this problem, I thought there was.
The text was updated successfully, but these errors were encountered: