Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DumpData Issue, Not the right values #51

Open
RichThePR1NCE opened this issue Jun 26, 2023 · 0 comments
Open

DumpData Issue, Not the right values #51

RichThePR1NCE opened this issue Jun 26, 2023 · 0 comments

Comments

@RichThePR1NCE
Copy link

RichThePR1NCE commented Jun 26, 2023

Hi,

I have a corrupted LiteCoin wallet.dat file, and I do have the passphrase to the wallet as well, I ran a pywallet dump from the corrupted file, and successfully had a dump with decrypted keys. My address was in the dumpfile but the hexsec conversion doesn't link to the right pubkey nor address via LiteAddress.org. I tried other addresses in the dump list as well but got the right conversion info. What is the issue here? HexSec is valid for all the addresses in the list besides mine. This is command used with pywallet : python pywallet.py --dumpwallet --wallet=walletfile --otherversion=ltc,0x30,0x05,0x36,ltc --passphrase=????? > dump.txt . I used --otherversion 48 as well but got an error. I have also tried --recover option as well, I wanted to compare dumps, but didn't get any decrypted data since the passphrase isn't recognized on the recovered wallet. I have medium knowledge in coding, but is a custom pywallet script necessary in my case? If not I suspect the problem is either from the corrupt file, the version parameters used or the conversion from LiteAddress.org.

Please let me know, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@RichThePR1NCE and others