Bitcoin Forum

Alternate cryptocurrencies => Marketplace (Altcoins) => Topic started by: huttoncotter on April 30, 2014, 06:10:58 PM



Title: [BOUNTY 1.00 LTC] Noob help dumping wallet info with pywallet.py
Post by: huttoncotter on April 30, 2014, 06:10:58 PM
Hi there!

I'm trying to get the "mkey" section of my wallet like explained here http://www.walletrecoveryservices.com/information.html (http://www.walletrecoveryservices.com/information.html) but with their guide I can't manage to do this! I am too noob reading the official pywallet thread!


I understood I have to install:

python-2.7.2
bsddb3-4.5.0 (how do I install it?)
zope.interface-4.1.1-py2.6-win32 (how do I install it?)
Twisted-13.2.0.win32-py2.7


Then I have pywallet.py and my wallet.dat on my desktop

Which is the right CMD command to get the txt file?

Thx in advance


Title: Re: [BOUNTY 0.50 LTC] Noob help dumping wallet info with pywallet.py
Post by: cosix on April 30, 2014, 10:54:48 PM
http://www.walletrecoveryservices.com/information.html (http://www.walletrecoveryservices.com/information.html)
LOL
enjoy getting ur coins stolen


Title: Re: [BOUNTY 0.50 LTC] Noob help dumping wallet info with pywallet.py
Post by: huttoncotter on April 30, 2014, 11:10:45 PM
http://www.walletrecoveryservices.com/information.html (http://www.walletrecoveryservices.com/information.html)
LOL
enjoy getting ur coins stolen
How they can steal my coins if they'll have only the key section?

You don't know what you are talking about!  ;)


Title: Re: [BOUNTY 1.00 LTC] Noob help dumping wallet info with pywallet.py
Post by: elbandi on May 01, 2014, 12:06:52 AM
Download, and install this: http://cygwin.com/
Select python, python-twisted, python-bsddb3 packages to install too.

Use this pywallet fork: https://github.com/jackjack-jj/pywallet

Code:
python pywallet.py  --datadir=. --dumpwallet --wallet wallet.dat

Be happy!  :D


Elbandi