File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# ProofOfSpace
22
3- Use ` ./ProofOfSpace -r 16 ` to get optimal performance, this will run ` check ` and ` lookup ` in parallel using 16 threads.
3+ Use ` ./ProofOfSpace -r 16 ` to get optimal performance, this will run ` check ` , ` farm ` and ` lookup ` in parallel using 16 threads.
44
55In case of CPU only and more than 16 cores, you can increase ` -r ` to get more performace.
66
@@ -79,9 +79,9 @@ Note: When changing environment variables you need to restart the Chia daemon fo
7979
8080## Farming benchmark
8181
82- To check how many plots of a certain K size and C level you can farm on a machine :
82+ To check how many plots of a certain K size and C level you can farm at a specific partial difficulty :
8383```
84- ./ProofOfSpace lookup -r 8 -f plot-kxx-cx -xxx.plot
84+ ./ProofOfSpace farm -r 8 --diff 100 - f plot-kxx-cxx -xxx.plot 1000
8585```
8686This test will use all available GPUs. In case of CPU farming, set ` -r ` to the number of CPU cores / threads.
8787
@@ -92,7 +92,6 @@ The formula to convert total time for 1000 lookups to maximum farm size in TiB i
9292```
9393max_farm_size_TiB = (plot_size_GiB / 1024) * plot_filter * 8 * 1000 / total_lookup_time_seconds;
9494```
95- The plot filter on MMX testnet10 and mainnet will be ` 256 ` , while Chia is using ` 512 ` .
9695
9796## List of all Options
9897
You can’t perform that action at this time.
0 commit comments