Bitcoin Forum
May 14, 2024, 12:30:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 »
61  Bitcoin / Bitcoin Technical Support / Re: Decrypt private key by passphrase alone, possible? on: March 29, 2021, 07:44:17 PM
I have a wallet.dat file that I recovered from a hard drive using recovery software. I ran pywallet through it, and all it showed was one encrypted private key and a salt and I knew the correct passphrase, which I used . I have also used pywallet on the full 400G drive, and all those recovered files found by that method have included address, public key, master key etc. The lone encrypted private key is different to any of the ones found by doing the full drive search.
why make it so hard?, you have a wallet.dat file, if you have that password, you can easily get the private key by dumpwallet command on the console. You also don't need to sync network or download the full blockchain for that.

The lone encrypted private key is different to any of the ones found by doing the full drive search.
I guess it's not bitcoin's private key.
I have already used dumpwallet with pywallet on the recovered wallets I found with a full drive scan. This is a wallet.dat I found in a lost partition by using recovery software. The file won't dump like the other wallets, as I think it is corrupted, and shows as 96kb before using pywallets dumpwallet command. The resulting dumped wallet is only 32kb and says "wallet is encrypted passphrase is correct" but unlike the others it shows only one encrypted private key and nothing else apart from salt and a number. The one encrypted key is a different alphanumeric number to any of the other encrypted private keys I have recovered, so obviously it could be the one I'm after. None of the wallets are usable in the normal way in bitcoin core no matter what command you use as they are corrupted. I have used the passphrase on the other recovered wallet.dats and it shows all the addresses, private keys, mkey etc ie it decrypts the wallets.
62  Bitcoin / Bitcoin Technical Support / Re: Base 64 characters? Bitcoin docx file on: March 28, 2021, 09:20:17 PM
Take a look at this:
https://blog.cryptohack.org/twitter-secrets
Maybe you have PEM
Interesting, thanks for that. Wish I had the knowledge to apply it.
63  Bitcoin / Bitcoin Technical Support / Re: Decrypt private key by passphrase alone, possible? on: March 28, 2021, 08:29:26 PM
I have an encrypted private key and I know the passphrase, plus I have a salt. Is It possible to get the private key? It is from an old Bitcoin core wallet. Thanks for any help.

I do not understand. What do you have? Wallet file? Or private key exported?
Usually when you export from Bitcoin Core (dumpprivkey) it exports key to WIF format, which is not encrypted. (starting with 5.... 51 characters or starting with K or L... 52 characters).

I have a wallet.dat file that I recovered from a hard drive using recovery software. I ran pywallet through it, and all it showed was one encrypted private key and a salt and I knew the correct passphrase, which I used . I have also used pywallet on the full 400G drive, and all those recovered files found by that method have included address, public key, master key etc. The lone encrypted private key is different to any of the ones found by doing the full drive search.
64  Bitcoin / Bitcoin Technical Support / Decrypt private key by passphrase alone, possible? on: March 28, 2021, 06:51:25 PM
I have an encrypted private key and I know the passphrase, plus I have a salt. Is It possible to get the private key? It is from an old Bitcoin core wallet. Thanks for any help.
65  Bitcoin / Bitcoin Technical Support / Base 64 characters? Bitcoin docx file on: March 25, 2021, 09:51:38 PM
As part of an attempt to retrieve a Bitcoin wallet/private key from an old hard drive I have found a docx file labeled Bitcoin. It consists of 3 blocks of characters A-Z, a-z, numbers 1-9 and+/. Each block is about 70 characters long and about 50 lines deep. My question is, is this base 64 as it doesn't contain any = and how could I decode it? Do I need to know the start and finish of a string as It just consists of the large blocks of characters as described. Sorry for my clumsy explanation, but If anyone can give me a clue that would be great.
66  Bitcoin / Bitcoin Technical Support / Re: Ran a pywallet scan and got a weird result on: March 22, 2021, 09:08:20 PM
Are you sure it's a bitcoin wallet?
Yes, definitely a bitcoin wallet.dat but that is all I could recover. Is there a way of getting the WIF  private key from it?
67  Bitcoin / Bitcoin Technical Support / Ran a pywallet scan and got a weird result on: March 21, 2021, 08:01:50 PM
So I recovered an old wallet.dat from a hard drive by using recovery software. The wallet is 96kb and I put it on a usb stick and ran a pywallet recovery on it. I knew the passphrase and used it, and the recovery completed fine. The result was strange as it said 0 wallets found 0 encrypted keys, 0 keys decrypted, passphrase correct wallet is decrypted. I then dumped the wallet using pywallet to a txt file but without the passphrase, just to see what it showed. What it showed was encrypted key 96 characters long numbers and letters and salt with a number, and nothing else that looked useful. Would this be of possible use to me? I know the public address that is of interest to me. Thanks if anyone can throw some light on it.
68  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 19, 2021, 10:15:07 PM
Sorry to ask, but what would be the correct command for using pywallet to scan a usb stick in G: and dump the output to screen only, assuming I had the correct passphrase. Thanks again. That's based on my messy directory setup.
69  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core version 8.5 Beta console help please. on: March 18, 2021, 10:36:28 PM
Given the age, it won't be an HD wallet... so it'll be comprised of "random" private keys/addresses and likely to only have a keypool size of 100.

If you have the passphrase, then running dumpwallet will output the entire contents of the wallet... otherwise, simply running PyWallet using the --dumpwallet option but without giving it a passphrase will dump out the addresses only.
Thanks again Smiley I don't seem to have put in the correct passphrase so far based on the ones I had been given when I ran pywallet on the hard drive originally. So if that's the case, then I need to quiz him some more as maybe pywallet could be worth another recovery shot?
70  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core version 8.5 Beta console help please. on: March 18, 2021, 07:46:20 PM
It only gave me one address, it's the same one that shows when I click receive tab.
71  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core version 8.5 Beta console help please. on: March 18, 2021, 05:46:38 PM
When I use listaddressgroupings it just returns [                                                                                                                                                                                                                       
                                                                    ]




 
72  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core version 8.5 Beta console help please. on: March 17, 2021, 11:08:36 PM
Use
Code:
walletpassphrase PASSWORD 600 
to unlock it for 10 minutes. Use
Code:
listaddressgroupings
to list the addresses.
Thanks, do I need to put quote marks around the passphrase?
73  Bitcoin / Bitcoin Technical Support / Bitcoin core version 8.5 Beta console help please. on: March 17, 2021, 09:09:20 PM
I have found a Bitcoin Core version 8.5 and wanted to know a few things about console commands.
I have not let it start to sync as I have kept it offline thus far, but would like to know how to list all the addresses it contains. I have the passphrase and would like to know what to type in the console to show them and also to unlock it for a set time. Thanks for any help.
74  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 16, 2021, 07:15:02 PM
Not had any luck so far, still working through them. I did used some recovery software on the hard drive and found 2 copies of bitcoin QT version 8.5 each being about 21 meg in size. I opened one and it is locked but i don't know how to unlock it. It only gives me the option to change the passphrase and remains locked. Should the addresses be visible when it is locked and am i wasting my time? Cheers
75  Bitcoin / Bitcoin Technical Support / Re: Seek help to get back my private key... 7500$ reward. on: March 07, 2021, 04:11:02 PM
The recovery software found these files. I used Recuva, Puran, EaseUS... they could not find it. Only Recoverit from Wondershare was able to dig it. However it seem to be unusable.
Don't bother with those, use pywallet to scan a copy of the the whole drive and use the passphrase. Don't share the results with anyone.
76  Bitcoin / Bitcoin Technical Support / Re: Seek help to get back my private key... 7500$ reward. on: March 07, 2021, 10:55:25 AM
I see... I ignored that. Is there any possible workaround ?
Except if we can meet in person I'm afraid I can't reasonably send you my passphrase.
If you have the passphrase why don't you run pywallet yourself and reveal those encrypted keys? With the very kind help of HCP i managed to get it running. Check out this thread. https://bitcointalk.org/index.php?topic=2398504.0
77  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 02, 2021, 10:55:04 PM
Excellent... seems like we are getting somewhere. If you find addresses with coins, you will need to use the --passphrase option to generate the same output, but with the private keys listed... the command would be:

Code:
C:\Python27\python.exe C:\Users\Catherine\Downloads\pywallet.py --dumpwallet --datadir=C:\Users\Catherine\Downloads\pywallet --wallet=C:\Users\Catherine\Downloads\pywallet\recovered_wallet_1511377727.dat --passphrase=YOUR_PASSPHRASE_HERE > C:\Users\Catherine\Downloads\pywallet_output_with_privatekeys.txt

And change the YOUR_PASSPHRASE_HERE part as appropriate... this time the file created will be called: C:\Users\Catherine\Downloads\pywallet_output_with_privatekeys.txt

And the format should look the same, but you should see a field called "sec"... this will be the private key in "WIF" format (it will start with a "5", "K" or "L")... that can be used to import the private key(s) into another wallet.
Just one thing before i call it a night (hard day at work) at the bottom after all the sets of addresses, encrypted private keys etc there is extra stuff like 64 character strings with the heading recovered. Is that normal? Thanks.
78  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 02, 2021, 10:35:58 PM
Ok... try this:
Code:
C:\Python27\python.exe C:\Users\Catherine\Downloads\pywallet.py --dumpwallet --datadir=C:\Users\Catherine\Downloads\pywallet --wallet=C:\Users\Catherine\Downloads\pywallet\recovered_wallet_1511377727.dat > C:\Users\Catherine\Downloads\pywallet_output.txt

That will dump all the output from the script into a file: C:\Users\Catherine\Downloads\pywallet_output.txt

You'll be able to open that with a text editor. It'll make it easier to view/read and search. At the very top of the file, does it say "The wallet is encrypted but no passphrase is used"? Huh You should also see some records below it that have names like: "addr", "compressed", "encrypted_privkey", "pubkey" etc


You're brilliant! I did what you said and looked in the pywallet folder, nothing. Then i looked in downloads and it was there on it's own and not within pywallet, weird Huh Anyway i will have to go through all the addresses and check them on blockchain explorer and i have multiple wallet dat recoveries to check (different scans of hard drive with other passphrases he suggested to me) plus the partial recoveries to try. I will let you know if i have any luck and will be true to my word if by any chance i find some coins. Smiley Smiley
79  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 02, 2021, 09:53:42 PM
Awesome... that helps a lot...

Try this:
Code:
C:\Python27\python.exe C:\Users\Catherine\Downloads\pywallet.py --dumpwallet --datadir=C:\Users\Catherine\Downloads\pywallet --wallet=C:\Users\Catherine\Downloads\pywallet\recovered_wallet_1511377727.dat

See if that does anything... if you still get the "ERROR:root:Couldn't open wallet.dat/main" error, then it would appear that either the wallet filename is wrong... or the recovered wallet.dat is corrupted. You could try one of the other recovered wallet.dat's... just chance the filename as appropriate... although the fact they say "partial_recovery" in the name is not encouraging Undecided

So i tried it and got a similar error to last time. I then unticked read only in the pywallet folder and something actually worked Smiley The thing is it's not set out neatly with the rows named as to what they are. It consists of (on the left side) lines of numbers and letters 42 long and below that line is a string of numbers and letters 34 long all starting with 1. These alternate like that all the way down the page. Over on the right corresponding to the lines starting with 1 it says recovered and a string of numbers and letters mainly 23 long and some 22 long. Huh
80  Bitcoin / Bitcoin Technical Support / Re: pywallet install help on: March 02, 2021, 06:22:44 PM
just ignore the __db.001 files... they aren't really import in the grand scheme of things... but given they are in your "Downloads" folder... as well as in the "Pywallet" folder, suggests that you might not be in the correct location when attempting to run the scripts...

Just so we're on the same page, and can create the correct commands, can you please list the:

1. The full path (C:\blah\blah\foo\downloads\pywallet etc) of where the pywallet.py file is
2. The full path of where the recovered wallet.dat's are
3. The full names of the recovered wallet.dat files.

C:\Users\Catherine\Downloads\pywallet.py
             C:\Users\Catherine\Downloads\pywallet This contains individual wallet files eg recovered_wallet_1511377727.dat plus others the same with different numbers. These are from different recoveries but in the same format including pywallet_partial_recovery_1512502528.dat for instance. This is a folder i created to receive the found results, it also has the db files i mentioned. In properties it is ticked as read only, if that makes a difference?
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!