Added ability to use a serialized public key (hex string) as base key.
This is detected automatically, no need for any command line changes.
Thanks again! I finally had some time to test this and works great!
Is it possible to adapt this code to generate keys separated by value other than 1(G)? Meaning keep the speed but instead of calculating G,2G,3G,4G do G,3G,5G or any other size? Could this be done to accept any value for step or would you need to decide on the step before changing the code (math)?