MrPig91 / PSChiaPlotter

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

Idea: Chia Plot Planner function #118

Closed kszabok closed 3 years ago

kszabok commented 3 years ago

Is it possible to expand the script function with a "Chia plot planner" to avoid wasting space? So I choose a disk, and the plotter apply the best k32, k33, k34 compilation based on free space.

phpfrog commented 3 years ago

There's already a line command you can use called "Get-ChiaKPlotCombination" Example: Get-ChiaKPlotCombination | Show combinations from all drives Get-ChiaKPlotCombination -DriveLetter d | Show combinations from just drive d

kszabok commented 3 years ago

Thanks 👍

MrPig91 commented 3 years ago

It would be nice for the GUI to do this automatically, but unfortunately that bring in too much complexity for the current moment. As phpfrog mentioned there are a powershell command to find the best optimizations of space, and from there you will have to setup how you want to plot those combinations. Thank you for the idea :)