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
Add a command line option to specify what value the private key will be incrementor by in the search. This is useful for users running multiple instances in parallel.
Example
--increment 4 will make the program test keys s, s+4, s+8 ... s+4k ...
The text was updated successfully, but these errors were encountered:
Add a command line option to specify what value the private key will be incrementor by in the search. This is useful for users running multiple instances in parallel.
Example
--increment 4
will make the program test keyss, s+4, s+8 ... s+4k ...
The text was updated successfully, but these errors were encountered: