User Tools

Site Tools


crypto:chia:speeding_up

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crypto:chia:speeding_up [2021/06/23 09:51] – [Plotting] petercrypto:chia:speeding_up [2021/06/23 09:59] (current) – [Plotting] peter
Line 8: Line 8:
  
   * Stagger multiple plotting instances to start 30 minutes or more apart.   * Stagger multiple plotting instances to start 30 minutes or more apart.
 +
 +More RAM will __marginally__ increase speed of plot creation.
  
 ---- ----
Line 23: Line 25:
     * Takes a long time.     * Takes a long time.
   * **Phase 4 (Checkpoints)**:  No multi-threading.   * **Phase 4 (Checkpoints)**:  No multi-threading.
 +    * Completes the plot file and moves it to the final destination.
  
 <WRAP info> <WRAP info>
-**NOTE:**  To maximize plotting speed, **-t** and **-2** should be on your fastest drives, and **-d** can be on a slow drive. +**NOTE:**  To maximize plotting speed:
- +
-<code bash> +
-chia plots create -t {plotting-folder} -d {final-folder} +
-</code>+
  
-or+  * **-t** and **-2** should be on your fastest drives. 
 +  * **-d** can be on a slow drive. 
 +  * **-r** should have a value greater than 2.
  
 <code bash> <code bash>
-chia plots create -t {plotting-folder} -2 {temp_dir_2} -d {final-folder}+chia plots create -r 2 -t {plotting-folder} -2 {temp_dir_2} -d {final-folder}
 </code> </code>
  
crypto/chia/speeding_up.1624441890.txt.gz · Last modified: 2021/06/23 09:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki