You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With manual configuration for making my lss.json file, i succeeded to make Satstack working with my Umbrel node (core 25.1.0) and Ledger Live (2.73.1).
However, each time i start Satstack, it says that Wallet "satstack" is already loaded.
I've to run lss.exe --unload-wallet command each time. is it normal ?
Moreover Ledger Live takes about 40min to have Satstack Status to "Ready", but my account stays not-synchronized (red cross and http 404 error when synchronizing).
Thanks for your help...
The text was updated successfully, but these errors were encountered:
I'm having a similar issue. First time I started lss with a config file in my home directory, just a simple one where I declare my bitcoind username, password, and the IP/port of my bitcoin node.
Now when I start it up I get the same issue - it's also no longer loading the config file from my home directory but the .config/Ledger Live/lss.json one. That file contains both the bitcoind info, and a lot of account information too.
To be exact, here is the output from lss
$ GIN_MODE=release lss
[2024/09/28 - 15:24:22] INFO Ledger SatStack (lss) v0.19.0 arch=linux amd64 build= commit= runtime=go1.22.6
[2024/09/28 - 15:24:22] INFO Config file detected path=/home/myuser/.config/Ledger Live/lss.json
[2024/09/28 - 15:24:22] INFO Warming up...
[2024/09/28 - 15:24:22] FATAL Failed to initialize Bus error=failed to load wallet: -35: Wallet "satstack" is already loaded.
I unload the wallet, then start up lss normally and then it works for this session.
Maybe lss should automatically unload the wallet upon lss shutdown.
Hi,
With manual configuration for making my lss.json file, i succeeded to make Satstack working with my Umbrel node (core 25.1.0) and Ledger Live (2.73.1).
However, each time i start Satstack, it says that Wallet "satstack" is already loaded.
I've to run lss.exe --unload-wallet command each time. is it normal ?
Moreover Ledger Live takes about 40min to have Satstack Status to "Ready", but my account stays not-synchronized (red cross and http 404 error when synchronizing).
Thanks for your help...
The text was updated successfully, but these errors were encountered: