Skip to content
New issue

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

Changing Sought Prefixes Doesn't Work #4

Open
fw-aaron opened this issue Sep 21, 2022 · 0 comments
Open

Changing Sought Prefixes Doesn't Work #4

fw-aaron opened this issue Sep 21, 2022 · 0 comments

Comments

@fw-aaron
Copy link

Reproduction steps:

  1. Set a profix in src/config.h
  2. make -j && LD_LIBRARY_PATH=./src/release src/release/cuda_ed25519_vanity; to search for an address
  3. Edit src/config.h to search for a different prefix
  4. Run the command in step 2 again

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant