-
Notifications
You must be signed in to change notification settings - Fork 586
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
restoring from seed #730
Comments
There hasn't been a tagged release in a while but many things were fixed anyway. You can paste the hex seed here for example: https://guggero.github.io/cryptography-toolkit/#!/hd-wallet (or use the provided offline version!) where it says "Seed hex". Then you'll get the |
Ok I produced xprv from the seed using
It prints out However Also I checked |
I believe |
Seems like I'm in a forced hodl here. The less I'm trying to fix the problem the more money I make on my locked btc. xD |
I`m using btcsuite/btcwallet v0.11.0 and trying to restore from the hex seed.
Unfortunately after the restoring some funds and accounts are missing and the wallet does not recognize its addresses (unspent outputs) in blockchain.
Is there a way to restore from the hex seed on some other alternative wallet to retrieve the funds? I tried Electrum but it didn`t recognize the hex seed generated by the btcsuite/btcwallet.
Can I convert maybe the hex seed into some format recognized by other alternative wallets?
The text was updated successfully, but these errors were encountered: