Crypto - Chia - Speeding up

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

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

More RAM will marginally increase speed of plot creation.


Plotting

There are 4 major phases to plotting.

NOTE: To maximize plotting speed:

  • -t and -2 should be on your fastest drives.
  • -d can be on a slow drive.
  • -r should have a value greater than 2.
chia plots create -r 2 -t {plotting-folder} -2 {temp_dir_2} -d {final-folder}