We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduction steps:
src/config.h
make -j && LD_LIBRARY_PATH=./src/release src/release/cuda_ed25519_vanity;
Expected behaviour: the updated prefixes are searched. Actual behaviour: the old prefix is searched
I'm guessing the problem is that the Makefiles don't consider src/config.h when determining what is out of date.
Makefile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction steps:
src/config.h
make -j && LD_LIBRARY_PATH=./src/release src/release/cuda_ed25519_vanity;
to search for an addresssrc/config.h
to search for a different prefixExpected behaviour: the updated prefixes are searched.
Actual behaviour: the old prefix is searched
I'm guessing the problem is that the
Makefile
s don't considersrc/config.h
when determining what is out of date.The text was updated successfully, but these errors were encountered: