-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error while trying to launch satstack #87
Comments
hi @Gambiman do you have a bitcoind UI opened at the same time? cf #80 (comment) |
Hello, no I do not. |
ok, thank you, can you try the first step but without Ledger Live opened? |
Ok, I'll try to reproduce, which Windows OS are you on? |
Windows 11 build 22621.674 |
@Gambiman The answer to your first problem I don't know (trying to find out myself). The answer to your second problem is that your wallet is still loaded in the original process. That's why when you try to run it again, it doesn't get the exclusive lock. If you unload the wallet ( using command : ./lss --unload-wallet ), you should be able to reinitiate step one. |
Same issue. Initial setup goes all the way to creating lss config. Once satstack is launched it calculates supply fine. Then once Ledger Live is launched it tries to sync or whatnot which crashes SatStack. Readable logs (satstack v0.17.0):
As already mentioned the crash causes the wallet to get stuck in loaded state and requires a manual unload, but satstack always crashes here and I can't properly import accounts in Live. |
can you try deleting the satstack wallet and retry? thanks |
Yep! Done. (renamed satstack wallet directory to something else to have a backup just in case) Seems it allowed it to progress and is now importing those descriptors. The satstack wallet has been created with an older version so hopefully that was it! Thanks. I'll update if/when it finishes, looks like it might take a while.
|
yes, this is due to core Bitcoin upgrade |
Update: After running for almost 3h, it crashed with the following:
Now restarting satstack just makes it crash almost immediately with no error message:
Trying to unload the wallet using EDIT: checked bitcoind logs, once it finally finished rescanning a few hours later I unloaded wallet and restarted satstack a few times (because it would keep crashing on start without error). Then once it finally started, this:
I'm getting tired of this. |
Hello,
I am getting this error while launching satstack on Windows
Then when I launch again I am getting this:
The only way I can avoid the second error is going into the node and deleting the satstack folder. But then it loops back to the first problem...
The text was updated successfully, but these errors were encountered: