Nope, alles was du brauchst ist aber Bestandteil des Windows Treibers für deine GPU.
-check 100 bedeutet das der Plot 100 mal auf proofs geprüft wird, dies ist wichtig damit der Plot auch ok ist und eine gewissen Qualität hat. Kannst es aber auch erhöhen, dauert aber länger.
Ein Wert der geringer als 100 ist, sagt quasi nicht aus.
-check-treshold 0.8 hast du schon richtig erkannt.
Einfach
CPU: bladebit_cuda -t 2 simulate --no-cuda -n 1000 -p 8 /mnt/ssd/plot-k32-dein.plot
GPU: bladebit_cuda simulate -n 1000 /mnt/ssd/plot-k32-dein.plot
Erweitert:
CPU: bladebit_cuda -t 2 simulate --no-cuda -n 1000 -p 8 --power 360 --size 400TB -f 512 /mnt/ssd/plot-k32-dein.plot
GPU: bladebit_cuda simulate -n 1000 --power 360 --size 400TB -f 512 /mnt/ssd/plot-k32-dein.plot
-t (threads)
-p (parallel contexts)
"p * t <= total system threads. So with a 2 core 4 thread cpu you have the options for -t and -p: 1:4, 2:2 , 4:2
More contexts increases memory usage, more threads can improves max latency. Note that -t must come before ""simulate"" everything else behind it."
-n (number of iterations) -n 1000 is recommended
-f (filter setting) default is 512 (current filter), -f 256 would simulate the result after the first filter reduction described in CHIP-12
-- power (duration in seconds)
-- size (farm size to simulate)
"These two are used together to simulate a fictitious farm of x size for y seconds.
e.g., adding --power 120 --size 1PB to the command, simulates a farm of 1PB for a duretion of 120 seconds. "
Hier nach ein Link zu Plots per Drive:
https://xch.farm/plots-per-drive/