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

Bitcoin-qt verifyaddress directions do not work #5

Closed
coincapsig opened this issue Jan 28, 2014 · 1 comment
Closed

Bitcoin-qt verifyaddress directions do not work #5

coincapsig opened this issue Jan 28, 2014 · 1 comment
Assignees

Comments

@coincapsig
Copy link

The directions do not work for creating a multi sig address. The problem lies in the fact that bitcoin qt since 0.6 uses compressed public keys(not public bitcoin address, though that can also compressed). This results in a shorter public key that starts with 02 or 03 and not the expected value of 04.

@OutCast3k
Copy link
Owner

Looking to solve this method by supporting compressed keys shortly as seen here https://github.com/Bit-Wasp/bitcoin-lib-php/Raw_transaction.php

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