MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

Enhancement to heat maps to show the second stage when proofs are found #184

Open Jacek-ghub opened 3 years ago

Jacek-ghub commented 3 years ago

Would it be possible to have a second version of heat maps that would show time spent processing found proofs? With the Chia 1.2.0+ looks like there is a big deterioration in times needed for the second stage (when proofs are found). Having heatmaps that would show those times would be really nice.

MrPig91 commented 3 years ago

That is a good idea now that pooling is out and the partial proofs can be stale if sent too late. The current heatmap doesn't really give good info on the proofs found lookup times when looking at it. I will look into something like this once I finish up with my current project.