-
Notifications
You must be signed in to change notification settings - Fork 628
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
use a HEX private key and generate all its addresses? #259
Comments
Hi again, But it seems that we should not pass over the the uncompressed public key to to We can only pass over the compressed public keys for generating bech32 and segwit addresses. Anyway here is the given code for generating all bitcoin address format supported by Coinbin:
regards Zilveer |
Hi,
I wonder if someone has actually written a function to generate addresses (and private/pubkeys) from a given HEX key?
for example I am using the verify page on my local and I write in the HEX key
0000000000000000000000000000000000000000000000000000000000000001
this gives me:
But I would like to generate all the bitcoin addresses,
compressed
,uncompressed
,bech32
andsegwit
.Any guidance here?
regards Zilveer
The text was updated successfully, but these errors were encountered: