Do I need the last step for recovering corrupt wallet files and if so what is it for?. What is the next step as I understand that I don't need all packages for what I need. Thanks.
The last step is to open up the browser to see the web interface for PyWallet... this is as simple as it gets.
You can load up a copy of your corrupted wallet file and attempt to "dump" it out... or you can attempt to "dump" just the private keys...
If that doesn't work, you'll be down to the very last resort... which is the process that this guy used:
https://bitcointalk.org/index.php?topic=1404609.msg14257235#msg14257235It involves getting a small USB stick (preferably 1GB)... wipe it clean (delete everything off it, format it etc) and putting just your "corrupted" wallet.dat on it. Then you have to manually run the pywallet command from the commandline to get it to scan your corrupted wallet.dat and try and recover private keys.
Assuming you had a 1GB USB stick and it was showing on windows as D: and you "extracted" PyWallet to "C:\PyWallet" (when running the PWI_0.0.3.exe):
Step 1. you would put (a copy) of your corrupted wallet.dat on the USB stick
Step 2. Start -> Run, Type cmd and press enter
Step 3.
cd \PyWalletStep 4.
pywallet.py --recover --recov_device=D: --recov_size=1Gio --recov_outputdir=C:\PyWalletIf your USB stick is larger, change 1Gio to what Gigabytes it is... 8GB = 8Gio, 16GB = 16Gio... if you use a stick larger than 1GB, be prepared to wait a LONG time while pywallet scans it.
After that finishes, it should have created a "recovered_wallet_DATESTAMP.dat" that you can attempt to load in Bitcoin Core... or use PyWallet to dump the keys