LedgerHQ / satstack

Bitcoin full node with Ledger Live
BSD 2-Clause "Simplified" License
158 stars 32 forks source link

Wallet file verification failed #89

Closed dannuttall closed 1 year ago

dannuttall commented 1 year ago

Originally Satstack was running fine and got to 95% complete on the scan. Then connection to my node was lost (unsure why). I then tried to restart the process, but keep getting the following error:

Wallet file verification failed. SQLiteDatabase: Unable to obtain an exclusive lock on the database, is it being used by another instance of Bitcoin Core?

Nothing else is connected to my node so I'm unsure what to do to get passed this. Any ideas?

adrienlacombe commented 1 year ago

hi @dannuttall you can try ./satstack --unload-wallet or otherwise just restart your bitcoin node

dannuttall commented 1 year ago

hi @dannuttall you can try ./satstack --unload-wallet or otherwise just restart your bitcoin node

thanks that worked :D

adrienlacombe commented 1 year ago

nice!