Chia: check whether a specific plot is valid

So you might know that you can run chia plots check to check whether all of your plots are valid. What if you just want to check the validity of one single plot?

This quick post is for that.

For that you just need to pass the ‘-g’ option followed by the plot’s id (the first 5 characters).

e.g. if the plot file name is

plot-k32-2021-06-01-15-20-d168c2427d28b418c83ede4359ba17ab8484e9fe3d664e4256e18755b04cf8a1.plot

then you should run

chia plots check -g “d168c2”

It’ll then test your specific plot with challenges and tell you whether your plot is valid.

--

--