mpsc-crypto-mining icon indicating copy to clipboard operation
mpsc-crypto-mining copied to clipboard

An example of using rust's `std::sync::mpsc` with multiple threads of execution to find a hash of given difficulty.

Results 2 mpsc-crypto-mining issues
Sort by recently updated
recently updated
newest added

step_by is stable as of rust 1.28 format via cargo fmt

https://github.com/belfz/mpsc-crypto-mining/blob/893c34f913ae79e8cfff5b36fe12d1dd432ab148/src/main.rs#L27 What about this? ```rust for mut number in start_at.. { number = number * THREADS + start_at; ```