-
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
Fail to launch SatStack on Ubuntu 22.4 #84
Comments
hi @Rhialto3 what else is running on your raspiblitz? |
I have the raspiblitz with FullBTC node plus two lightning nodes running CLN and LND running. Also connected to Zeus on my mobile. Further RTL, Mempool and BTCPayServer and Electrum Rust server. |
I now uninstalled the LND lightning node. I uninstalled Electrum server, BTC Payserver, RTL lnd WebUI. |
thank you @Rhialto3 do you happen to have a bitcoind with a UI running? |
Excuse my ignorance, but I do not know exactly what bitcoind is and how to check whether I have an UI running. i have raspiblitz CLN node running with the web userinterface or SSH terminal menu running for the raspiblitz. Does this tell you anything? I also have a programm Ride the Lightning running with access to my wallet and node channels. |
hi @Rhialto3 can you try to run |
it seems to be a network issue, are you running linux in a docker or smth similar? |
No linux is as a stand alone install directly on my old iMac. The raspiblitz on the pi with SSD 1TB and the fullnode and lightning node on the pi. I do have the pi I believe from outside my network on Tor, but I am now on my home network... |
ok, if Tor is enabled on raspi then you need to follow this https://github.com/LedgerHQ/satstack#manual-setup-for-advanced-users |
I will read through and give it a try. If resolved after that I will let you know. Do I understand correctly that the error message that I got now (which is different from the first error message i got when I started this issue) means that the wallet could be loaded (initial error message) and that this step comes after the wallet is loaded? |
Hi Adrien, I read through the manual setup. I already had a lss.json config file that was created when I tried using the easy way through the ledger interface, so I used that. It already contained my accounts. Is this ok to use or should I start fresh and follow the steps "Retrieve descriptors from device" and "Create configuration file"? I edited the existing lss.json file at the bottom as indicated in the "create config file" step the following: I have some doubts though:
I filled out now some info in the config file but don't know if I did it the correct way. I got the following errors after running ./lss pom@pom:~/Applications$ ./lss Thanks again for all your help :) |
@Rhialto3 I would recommend starting fresh.
|
OK I will start fresh.
|
After having tried everything, I needed to follow the Raspiblitz guide (at Github joininbox by openoms: "Prepare_remote_node". This gave me the connection after having edited as shown in guide the bitcoind.conf file. |
@Rhialto3 can you share a link to this guide please? ty ty |
Last question: How can I check that my ledger Live Desktop app is 100% connecting only through the Satstack connection with my full node and not anymore through the Ledger Servers to check the BTC Blockchain? |
ty! |
I try to connect my raspiblitz node to ledger, but when launching SatStack with ./lss it gives me the following error:
pom@pom:~/Applications$ ./lss
[2022/10/14 - 14:51:52] INFO Ledger SatStack (lss) v0.16.1 arch=linux amd64 build= commit= runtime=go1.17.13
[2022/10/14 - 14:51:52] INFO Config file detected path=/home/pom/.config/Ledger Live/lss.json
[2022/10/14 - 14:51:52] INFO Warming up...
[2022/10/14 - 14:51:52] FATAL Failed to initialize Bus error=failed to load wallet: -4: Wallet file verification failed. SQLiteDatabase: Unable to obtain an exclusive lock on the database, is it being used by another instance of Bitcoin Core?
Any suggestions how to solve this?
The text was updated successfully, but these errors were encountered: