Search found 6 matches

by operator17
Tue Aug 01, 2017 2:52 pm
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Re: Recovery wallet.dat after delete from hdd (python script

Because disc is formated and I need script to recovery private key.
by operator17
Sat Jul 22, 2017 8:18 am
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Re: Recovery wallet.dat after delete from hdd (python script

biolizard89 wrote: May I ask why you're not using a newer release? It's entirely possible that the issue you're encountering is a bug that was fixed since 0.3.80.
this is old hdd, from drawer
in this time 0.3.80 was a newset version
by operator17
Tue Jul 11, 2017 12:44 pm
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Re: Recovery wallet.dat after delete from hdd (python script

What I should remove from script to disable "compression" in them?
by operator17
Sat Jul 08, 2017 5:25 am
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Re: Recovery wallet.dat after delete from hdd (python script

biolizard89 wrote: I just used dumpprivkey on one of my Namecoin addresses, and the result started with 7. What version of Namecoin are you using? (I'm on 0.13.99-name-tab-beta1.)
old one
0.3.80
by operator17
Fri Jul 07, 2017 2:47 pm
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Re: Recovery wallet.dat after delete from hdd (python script

unfortunately no... in oryginal script (bitcoin version) every recovery private-key is starting from 5K (5Kxxxxxxxxxxxxxxxxxxxxxxxxxxxx) after change to \xb4 is "74xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" IMHO should be "5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" any other idea? here is few empty wallets: dumpprivke...
by operator17
Thu Jul 06, 2017 3:14 pm
Forum: Technical Support
Topic: Recovery wallet.dat after delete from hdd (python script)
Replies: 11
Views: 52446

Recovery wallet.dat after delete from hdd (python script)

I am fighting with recovery my NMC wallet > (private key) I was found this python script: #!/usr/bin/python import binascii import os import hashlib import sys # bytes to read at a time from file (10meg) readlength=10*1024*1024 if len(sys.argv)!=2: print "./keyhunter.py <filename>" exit() filename =...