albertobsd / ecctools

Small collection of tools written in C for ECC and bitcoin
MIT License
59 stars 38 forks source link

calculatefromkey input from file #25

Closed eblanakusok closed 2 years ago

eblanakusok commented 2 years ago

Hi, thanks for your software! How to make calculatefromkey read values from file?

albertobsd commented 2 years ago

to do that you need to use a external custom script in bash or python or any other language that you know.

I will not modify the program to do that.