albertobsd / keyhunt

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

compile error #150

Closed sokary2004 closed 2 years ago

sokary2004 commented 2 years ago
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

can not make keyhunt .

and what is minikey ? anybody know ?

albertobsd commented 2 years ago

It is just a warning

keyhunt.cpp:545:50: warning: <<------------- warning

The keyhunt program is already compiled in your folder you can omit that warning.

Regards!