-
Notifications
You must be signed in to change notification settings - Fork 242
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
Can't verify testnet signature #18
Comments
Can you post your code to see what you're doing wrong? |
BUMP. Got the same error. Just followed the example instructions how to sign and verify a message. Mainnet this time though. Ironically I came from bitcoinjs-lib where the documentation is also outdated. |
There is a known issue with uncompressed public keys that will produced the same error message: #12 |
Took the key from here: https://brainwallet.org/#sign 5KYZdUEo39z3FPrtuX2QbbwGnNP5zTd7yyr2SC1j299sBCnWjss |
I can confirm that this bug does not happen with compressed keys. Wondering now how to workarround this bug. |
Adding support for uncompressed public keys in |
I've found that bitcoinjs-lib is much cleaner than bitcore's... Not sure why they don't have as many stars. |
Should be fixed in: bitpay/bitcore#1250 |
Should be fixed here with: #19 |
I've been trying to verify the following testnet message/signature with bitcore-message, but keep getting this stack trace.
The text was updated successfully, but these errors were encountered: