Takže když to udržím pod těch 25 sekund, tak je to OK?
Difficulty podle tohoto:
Pool Partial Difficulty
When farming NFT plots on a pool it is recommended to set the partial difficulty to 20 or more, otherwise your harvester will be overloaded with computing full proofs.
The chance of having to compute a full proof is roughly 1 / (2 * difficulty). The cost of computing a full proof is 8 (for C6+) or 16 (for C5 and lower) times that of a quality lookup.
For example:
Difficulty 20 (at C6+): 8 / 40 = 20 % compute overhead
Difficulty 100 (at C6+): 8 / 200 = 4 % compute overhead
Difficulty 1000 (at C6+): 8 / 2000 = 0.4 % compute overhead
Plot Reload Interval
It is recommended to increase your plot reload interval to at least 3600 seconds in config.yaml:
harvester:
plots_refresh_parameter:
interval_seconds: 3600
The default value of 120 sec will cause too much CPU load with large plot counts.
Porozuměl jsem tomu správně?