Bitcoin Forum

Economy => Services => Topic started by: x8008 on May 19, 2014, 01:03:29 AM



Title: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 01:03:29 AM
Can anyone help me out with this tool https://github.com/jackjack-jj/pywallet
I need to get the private keys from a corrupted wallet.dat file

Thanks


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: Eirecoin on May 19, 2014, 01:09:11 AM
How far have you got, it looks like you ./pywallet.py --wallet=WALLETFILE   
wallet filename (defaults to wallet.dat)


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cp1 on May 19, 2014, 01:15:58 AM
Yeah you haven't given my information.  Obviously the first step is to install python and pip.  Install all the required dependencies.  Download pywallet and run it with the correct options.  Which are you having a problem with?


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 01:35:02 AM
Yeah you haven't given my information.  Obviously the first step is to install python and pip.  Install all the required dependencies.  Download pywallet and run it with the correct options.  Which are you having a problem with?

I tried to do it on windows but had no luck with python so I am setting up Ubuntu on a virtual machine, with ubuntu will I need to install anything or will it be ready to run pywallet?

Thanks


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cp1 on May 19, 2014, 01:43:19 AM
You'll at least need to install twisted, I'm not sure about others.  When you run pywallet it should tell you what you're missing.  Just install pip (python-pip?) and then install the missing dependencies.


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 01:47:03 AM
Okay let me try it and if I have some issues can I PM you please?


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 01:17:43 PM
Looks like I am making progress somewhat, when I type in ./pywallet.py --wallet=wallet.dat it says "A mandatory option is missing" and then it gives me the list of all the options.. strange because I can see --wallet= in the option list


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cointra on May 19, 2014, 01:21:52 PM
Looks like I am making progress somewhat, when I type in ./pywallet.py --wallet=wallet.dat it says "A mandatory option is missing" and then it gives me the list of all the options.. strange because I can see --wallet= in the option list

./pywallet --wallet=wallet.dat --datadir=/path/to/folder_with_wallet.dat --dumpwallet

Make sure bitcoin client is not running on the same wallet as you run this.

Let me know if that doesn't work or you get some other error


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 02:22:38 PM
Okay not sure if this is looking right but I get the following in the image

http://imgur.com/CE9H5LQ

Below that also shows a "key data in hex" number and a "value data in hex" number

Is this what I need? would that be the private key? Also I see 3 new files on the desktop called db.001 db.002 and db.003


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 02:30:24 PM
The hex numbers aren't the private keys, I tried and it said Invalid private key


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cointra on May 19, 2014, 04:10:09 PM
You mentioned in PM that its not bitcoin wallet, pywallet works with bitcoin, namecoin or litecoin out of the box (or others as long as you enter otherversion and they use the private key = otherversion + 128).

Can you tell which altcoin wallet is it?


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 04:13:17 PM
You mentioned in PM that its not bitcoin wallet, pywallet works with bitcoin, namecoin or litecoin out of the box (or others as long as you enter otherversion and they use the private key = otherversion + 128).

Can you tell which altcoin wallet is it?

The wallet is for shibecoin


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cointra on May 19, 2014, 05:35:27 PM
You mentioned in PM that its not bitcoin wallet, pywallet works with bitcoin, namecoin or litecoin out of the box (or others as long as you enter otherversion and they use the private key = otherversion + 128).

Can you tell which altcoin wallet is it?

The wallet is for shibecoin

try running:

./pywallet --datadir=/home/diesel/Desktop --otherversion=63 --dumpwallet


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 05:48:10 PM
You mentioned in PM that its not bitcoin wallet, pywallet works with bitcoin, namecoin or litecoin out of the box (or others as long as you enter otherversion and they use the private key = otherversion + 128).

Can you tell which altcoin wallet is it?

The wallet is for shibecoin

try running:

./pywallet --datadir=/home/diesel/Desktop --otherversion=63 --dumpwallet

Do I need to have the shibecoin wallet installed on the machine that I got pywallet on? or is wallet.dat all I need because as of right now I have a virtual machine running on my windows 7 with ubuntu on it with pywallet.py & wallet.dat on the virtual machine Desktop

I will try the above line very shortly


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cointra on May 19, 2014, 06:01:18 PM
You mentioned in PM that its not bitcoin wallet, pywallet works with bitcoin, namecoin or litecoin out of the box (or others as long as you enter otherversion and they use the private key = otherversion + 128).

Can you tell which altcoin wallet is it?

The wallet is for shibecoin

try running:

./pywallet --datadir=/home/diesel/Desktop --otherversion=63 --dumpwallet

Do I need to have the shibecoin wallet installed on the machine that I got pywallet on? or is wallet.dat all I need because as of right now I have a virtual machine running on my windows 7 with ubuntu on it with pywallet.py & wallet.dat on the virtual machine Desktop

I will try the above line very shortly

You only need wallet.dat file


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 06:09:03 PM
Still getting the same error it looks like

https://i.imgur.com/iXZl0n2.png


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: cointra on May 19, 2014, 06:42:15 PM
Still getting the same error it looks like

https://i.imgur.com/iXZl0n2.png

Wallet could be damaged beyond repair


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on May 19, 2014, 08:17:15 PM
hmmm that sucks ???


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: Muhammed Zakir on June 06, 2014, 03:12:19 PM
The hex numbers aren't the private keys, I tried and it said Invalid private key
Yeah! I have tried but it said invalid private key.
Can you tell me how to install all the required components for Jack Jack Pywallet? I installed python and twisted python but still when I open Pywallet it is closing after a few seconds. I don't know why it is happening. So please tell me how to install it.
kindly,
       Muhammed Zakhir


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: x8008 on June 06, 2014, 03:16:14 PM
The hex numbers aren't the private keys, I tried and it said Invalid private key
Yeah! I have tried but it said invalid private key.
Can you tell me how to install all the required components for Jack Jack Pywallet? I installed python and twisted python but still when I open Pywallet it is closing after a few seconds. I don't know why it is happening. So please tell me how to install it.
kindly,
       Muhammed Zakhir

if you need a private key extracted I can do it for you for free


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: Muhammed Zakir on June 07, 2014, 05:42:08 AM
if you need a private key extracted I can do it for you for free
Thanks but sorry! I don't know you very much. So I can't give it to you. You can steal BTC from me if you get the private key. So I am afraid I can't give it to you. Sorry if I hurt you and forgive me if I did.
Kindly,
       Muhammed Zakhir


Title: Re: PyWallet Help - Need to recover Private Key from wallet.dat
Post by: fwzd on June 07, 2014, 09:19:02 AM
It is almost impossible, you can only give up, do not waste time on it up!