User Tools

Site Tools


crypto:chia:speeding_up

This is an old revision of the document!


Crypto - Chia - Speeding up

Using SSDs will speed up plotting, but unfortunately they have significantly more limited lifespans.

  • Recommendation is to plot in parallel on many HDDs at once; and not use SSDs.

It is more efficient to plot in parallel, rather than series.

  • Stagger multiple plotting instances to start 30 minutes or more apart.

Plotting

These tend to take the most time during plotting:

  • Phase 1 (Forward Propagation)
  • Phase 3 (Compression)

NOTE: To maximize plotting speed, -t and -2 should be on your fastest drives, and -d can be on a slow drive.

chia plots create -t {plotting-folder} -d {final-folder}

or

chia plots create -t {plotting-folder} -2 {temp_dir_2} -d {final-folder}

There are 4 major phases to plotting.

  • Phase 1 (Forward Propagation): Utilizes multi-threading.
    • Above 4 threads there are diminishing returns.
  • Phase 2 (Back Propagation): No multi-threading. * Phase 3 (Compression)**: No multi-threading.
  • Phase 4 (Checkpoints):

You can better optimize your plotting by using the -r flag in your command and setting it to greater than 2, e.g,. -r 2.

crypto/chia/speeding_up.1624441622.txt.gz · Last modified: 2021/06/23 09:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki