albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
634 stars 345 forks source link

compile error #151

Closed myne123 closed 2 years ago

myne123 commented 2 years ago
keyhunt.cpp: In function ‘int main(int, char**)’: keyhunt.cpp:545:50: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 545 fprintf(stderr,"[E] Invalid Minikey length %i : %s\n",strlen(optarg),optarg); ~^ ~~~~~~
int size_t {aka long unsigned int}
%li
albertobsd commented 2 years ago

That is just a warning. Your program it is already compiled please check your current directory