Skip to main content

K Sizes

K size with compression level

Compression LevelPlot Size k=32 (GiB)Plot Size k=32 (GB)Plot Size k=33 (GiB)Plot Size k=34 (GiB)Plot Size k=35 (GiB)
0101.4108.8208.8429.9884.1
187.594.0179.6368.2754.3
286.092.4176.6362.1742.2
384.590.7173.4355.9729.7
482.989.0170.2349.4716.8
581.387.2167.0343.0704.0
679.685.5163.8336.6691.1
778.083.8160.6330.2678.3
975.280.7154.1315.5645.8
info

k=32 is the minimum plot size that will be eligible for farming. Although you may see k=25, this is used for testing purposes only.

When planning on how much plotting space is required, only calculate the temporary disk size requirement.

If stagger plotting, disk size requirement may change depending on which Phase the plotting is at.

New constant space factor

For a given k, the plot size is roughly ((2 * k) + 1) * (2 ** (k - 1)) * 0.78005. In previous versions of Chia's documentation and code, the constant at the end of this equation was estimated to be 0.762. Our documentation and code now use a closer estimation of 0.78005.

The following table shows the old size estimation of C0 plots, along with the new estimations:

kOld est. size (GB)New est. size (GB)
32106.3648651108.8844003
33219.2752603224.469379
34451.641581462.339915
35929.4652826951.4821439
361911.2948061956.568916
373927.3180954020.347087
388064.0931568255.112685
3916547.1002416939.06239

Storage requirements for uncompressed plots

K-sizeTemp. SizeFinal Size
K=32239 GiB (256.6 GB)101.4 GiB (108.9 GB)
K=33512 GiB (550 GB)208.8 GiB (224.2 GB)
K=341041 GiB (1118 GB)429.8 GiB (461.5 GB)
K=352175 GiB (2335 GB)884.1 GiB (949.3 GB)

When planning on how much plotting space is required, only calculate the temporary disk size requirement.

When stagger plotting, disk size requirement may change depending on which Phase the plotting is at.

Plots larger than k=32

Although not required, plots larger than k=32 may be created. There is not a great benefit to using larger plot sizes as the chance of winning is proportional to final plot file size. There are advanced tactics to using a larger k value to reduce unused storage space or optimize drive idle states, but these are not recommended for the majority of people.