-
Notifications
You must be signed in to change notification settings - Fork 19
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
AssertionError: Bad private key #4
Comments
Indeed, you need to use the hexadecimal private key |
Thanks, that fixed it.
|
Is there anyway to get the hex representation of private keys without pasting them into an untrusted web page, that could be logging/stealing my private keys? |
I can't test from here but try DecodeBase58Check (already inside the file, line 222) |
The indentation looks a little suspect on
I may have messed it up with my editor, sorry. |
I'm trying to get jeeq to work for the first time.
I've generated a throw away address with bitcoind:
Encryption seems to work OK:
But decryption fails:
I vaguely feel that I should be using a 'raw' private key in some form, rather than the base58 encoded version.
Is this this case?
If so, how would I get a raw private key from bitcoind?
The text was updated successfully, but these errors were encountered: