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

How to generate the private keys that begin with "L" or "K" #8

Open
XiaLeon opened this issue Jan 22, 2020 · 0 comments
Open

How to generate the private keys that begin with "L" or "K" #8

XiaLeon opened this issue Jan 22, 2020 · 0 comments

Comments

@XiaLeon
Copy link

XiaLeon commented Jan 22, 2020

https://bitkeys.work/?page=0
I wanted to generate the private keys like above which begin with "L" or "K"
Then my code is like this:

`kg = blocksmith.KeyGenerator()

kg.seed_input('35hK24tcLEWcgNA4JxpvbkNkoAcDGqQPsP') // the parameter is a bitcoin address

key = kg.generate_key()

print("key is: ", key)`

The output is:
key is: 0787aa5c4ab37dea0e87073cbc901d8b27d2e861f833673157878c019484e3bd
It doesn't begin with "L" or "K", can you help please? thanks a lot

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

1 participant