Earlier quoted context omitted.
Proof-of-space is essentially stored Proof-of-work. You are pre-filling your drive with many cryptographic hash's. When a challenge comes in the software will do a quick check to see if any of your plots could possibly have a proof (a hash with sufficient zeros for that challenge). If any of your plots pass this filter then the plot is looked up on the HDD to check if it does indeed contain a proof. The difficulty, t…
> with Proof-of-space you are printing your tickets once and then storing them for years. So then where's the issue with SSD wear, and wouldn't it be more interesting for people to have spinning drives (for the better ratio of GB / $)? > There is extra layers, Chia is actually proof-of-space-and-time, so that you can't win by faking proof-of-space with proof-of-work. Is it because of this? So you'd have to print your…
You do trade off for a slower read rate. If the rate of requests coming in is fast enough, your spinning drive/s may not be fast enough to go through the indexes for each one.