-
Notifications
You must be signed in to change notification settings - Fork 243
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
cannot add keys to a hot wallet #1103
Comments
this is related to #948 |
And might get addressed in #1109 |
#1109 is merged. I'm closing this here, feel free to reopen if it's still not solved. |
#1109 wasn't merged. It's still a DRAFT PR. It consists of two parts: adding device type and description info to wallet backups (merged as a separate PR: #1226) and the actual restoring of hot wallets. #1109 is still not complete because at the time the UI/js code was too difficult to alter. I haven't had a chance to revisit this since those pages have been revised. So I'm reopening this ticket and leaving #1109 in its DRAFT state; the eventual solution should be based on that PR but when the time comes, it'll be easier to close #1109 and submit a separate, clean hot wallet restoration PR. |
When restoring a wallet from backup that includes a bitcoind hot wallet one is unable to add keys to the hot wallet because the hot wallet does not exist in bitcoind (only as metadata in specter)
The workaround is to first restore the hot wallet from the bip39 words and after that restore the specter wallet from backup
The text was updated successfully, but these errors were encountered: