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

wrong directions #5

Closed
arranka opened this issue Mar 20, 2021 · 2 comments
Closed

wrong directions #5

arranka opened this issue Mar 20, 2021 · 2 comments

Comments

@arranka
Copy link

arranka commented Mar 20, 2021

I've been testing wallets, the script returns me public addresses with its private, but none matches the wallet addresses.
It is a script that only generates private addresses with its public key.
Doesn't read wallet.dat files

@arranka
Copy link
Author

arranka commented Mar 20, 2021

see the proof
does not read wallet.dat only makes up random addresses

image

@Dwerg
Copy link
Owner

Dwerg commented May 4, 2021

Your wallet shows uncompressed addresses, by default the script formats everything as compressed. You can change this parameter in the config.ini, just set "compressed = no" instead of yes.

If you uncompress the first one on the list you'll see it's an exact match. Note that the public key in hex is identical apart from a prefix of 02 or 04 (which is what makes the difference on the resulting address).
Screenshot_20210504-034013_Chrome

@Dwerg Dwerg closed this as completed Jun 22, 2021
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