[ad_1]
Some years in the past (2017) I will need to have discovered a strategy to ‘serialise’ my pockets, as a result of I saved the next in my password supervisor:
- Title: “Bitcoin pockets”
- Password: (typical generated password)
- Era seed: (typical passphrase, e.g. record of random phrases)
- Receiving tackle: (typical bitcoin tackle)
- Notes: (appears to be like like base64 information, about 3000 characters in size)
I vaguely bear in mind having the Bitcoin-Qt shopper put in.
What technique did I exploit to serialise (or export, or back-up) my pockets in 2017?
What I attempted to date:
- Copied the info to textual content file
- Ran bitcoin-cli importwallet “/path/to/file.txt” (by way of Bitcoin-Qt’s console). Obtained the error “Solely legacy wallets are supported by this command (code -4)”.
- Decoded the textual content file utilizing
cat /path/to/file.txt > base64 -d > /path/to/file.dat
and ran bitcoin-cli importwallet “/path/to/file.dat”. Obtained the error “Solely legacy wallets are supported by this command (code -4)”. - In Bitcoin-Qt chosen File, Restore Pockets…, and chosen the .dat file. Obtained “Pockets file verification failed. Did not load database path ‘~/Library/Utility Help/Bitcoin/wallets/Take a look at’. Information will not be in acknowledged format.”
- Ran
file /path/to/file.dat
and acquiredfile.dat: information
(I hoped it will be recognized as Berkeley DB, since I learn right here that pockets.dat recordsdata are BerkeleyDB database recordsdata). - Checked the hyperlinks within the reply to this query in regards to the ‘pockets export’ format, however it appears to be like like that’s only a strategy to encode a non-public key, which might not outcome within the type of information I’ve saved in my password supervisor.
What I didn’t do but:
- Set up the model of Bitcoin-Qt present in 2017, and try to revive the .dat file.
[ad_2]
Supply hyperlink
Leave a Reply