mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-18 05:41:48 +01:00
update multiprocessing description
This commit is contained in:
parent
ff32ac2478
commit
ed5373ce63
@ -50,7 +50,7 @@ This program also utilizes multiprocessing through the `multiprocessing.Process(
|
||||
|
||||
It takes `0.0032457721` seconds for this progam to brute force a __single__ Bitcoin address.
|
||||
|
||||
However, through `multiprocessing.Pool()` a concurrent process is created for every CPU your computer has. So this program can brute force addresses at a speed of `0.0032457721 ÷ cpu_count()` seconds.
|
||||
However, through `multiprocessing.Process()` a concurrent process is created for every CPU your computer has. So this program can brute force addresses at a speed of `0.0032457721 ÷ cpu_count()` seconds.
|
||||
|
||||
# Database FAQ
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user