Skip to content

Find any number of hashes with trailing zeroes using parallel iterators!

Notifications You must be signed in to change notification settings

SacrilegeWasTaken/hash_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Rust Environment: Ensure Rust and Cargo are installed on your system.

Clone the Repository:

git clone [your-repository-url]
cd hash_finder

Build the Program:

cargo build --release

Run the Program:

./target/release/hash_finder -n 3 -f 6

Or for the run with release flag:

cargo run --release -- -n 3 -f 6

Flag Explanation:

  • The -n flag specifies how many trailing zeros the hash should have.
  • The -f flag specifies how many results to find before stopping.

About

Find any number of hashes with trailing zeroes using parallel iterators!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages