is there a way to use keygen with static privatekey
Dr-Shams opened this issue · 3 comments
is there a way to use keygen for generating bitcoin address from static hexadecimal private key ??
I am not sure of what is the purpose of that, did you mean like some kind of Seed value to generate deterministic wallets?
yes exactly , the program does marvelous job in creating random compination, and i wonder if it can do like what bitaddress website does , enetering a hexaedecimal value and getting the bitcoin address corresponding for it
I guess that you didn't read the documentation
There two tools that you can use for deterministic wallet generator.
One is rehash address, based on password (please use a difficult password)
https://github.com/albertobsd/ecctools#rehashaddress
and the other option is calculatefromkey
https://github.com/albertobsd/ecctools#calculatefromkey
Read the documentation of each those sections