You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
The current contract flag only uses the 0th nonce to check if a match is found but it would speed up a lot if you were to allow up to N nonces to be generated before generating a new wallet address to check.
The text was updated successfully, but these errors were encountered:
You need to delete the cache-.* file after applying the patch for it to be regenerated with the patched code. You can start from the binaries in release section. If you need nonce=𝑛, replace 1 with 𝑛.
To make it a parameter, such as
./profanity.x64 --contract-nonce 1
You will need to work quite a bit in the source code since you will need to pass more data to the kernel. A patch is welcome (at least by me, not sure if author will accept).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current contract flag only uses the 0th nonce to check if a match is found but it would speed up a lot if you were to allow up to N nonces to be generated before generating a new wallet address to check.
The text was updated successfully, but these errors were encountered: