johguse / profanity

Vanity address generator for Ethereum
837 stars 331 forks source link

No Devices detected? #72

Open straightnun opened 2 years ago

straightnun commented 2 years ago

For testing purposes i compiled the unaltered latest version of profanity with the makefile and got a profanity.x64 file as a result. When im trying to run this file through Windows CMD, or Ubuntu terminal, the programm doesnt seem to detect any Devices and execution is stopped.

user@root:~/my-vanity$ ./profanity.x64 -I 900 --leading 0
Mode: leading
Target: Address
Devices:

Same goes for the version of profanity.x64 in the latest release, so its not something about the compile process. The profanity.exe programm, by the way is working just fine for me on both Ubuntu and Windows. Im wondering how to compile the source code, to get the profanity.exe file and why the profanity.x64 file isnt working for me, even though ive seen comments here, stating that it works.