Skip to content

Commit f4992ce

Browse files
authored
Update README.md
1 parent f73f59b commit f4992ce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chiapos/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
In 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
```
8686
This 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
```
9393
max_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

0 commit comments

Comments
 (0)