You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: