albertobsd / keyhunt

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

Make Error Ubuntu 20.04.3 LTS #157

Closed Knopius closed 2 years ago

Knopius 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}
dem10 commented 2 years ago

This is not a Error but a warning.The compiled file must already be in the folder. 123

Knopius commented 2 years ago

What need I do ? Or is it normal ?

albertobsd commented 2 years ago

You don't need to do anything.

It is already compiled