Change the plotting front end #5834
Replies: 1 comment
-
Chia make/create plot "Chia Plot create -t /mnt/fast-nvme/tmp1 -2 /mnt-ssd/tmp -d /mnt/Plots .. -n (#plots) ." That's it, that's the engine that make plots on chai. Why not just use the cmd-line? The GUI is a faux reality The chia-plot-create process is what it is -t, -2, -d; there is nothing else to it Now I understand GUI for wallets, because too many morons lost their money, so the GUI is for child-proofing But what your asking for is an abstraction for something that doesn't exist For each plot process, there are switches -t, where the work is to be done, almost always an NVME drive +1TB ( an m.2 drive, of enterprise grade ) So that's it, now what your asking for is how to hide reality. ALL work is done at the cmdline,, all tools are developed at the cmd-line THe GUI is just baby diapers so newbies don't shit their pants. ... There is no such thing as a 'queued plot' that is an abtstraction in your mind, most of us have a batch/bash file that does The "make-plot.sh"(.bat) queue, invoke everytime you want to start a new batch of 10 plots, here 4x means that -d needs to have 5TB of free space. That -t needs 1TB of free space, that -2 needs 4 * 108GB of free space wait 0 This is your 'queue' you run the batch on the completion say ten plots, what this does is stagger here by 30m, which is enough time in stage 4 (20min) to write the -d file, and in stage 1 30 min is enough time to complete the first, and then the second, you don't want all the plot threads trying to do the same thing at once, or the everything will grind to a halt. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Change the plotting front end so that we can have predefined groups (plotting area groups)
of " plotting temp" & "plotting final store", instead of the endless nonsense of having to navigate directories to find the directory
allow "plotting job groups" to be associated with these plotting area groups
so that proper queues can be built.
allow a "queued plot" to be changed to a "do it now" plot .
improve the plotting logic.
currently if i have 1 job allocated to a HDD & 1 job allocated to an SSD
then queue a new job to the SSD directory (space issue) when the HDD job finishes it attempts to start another SSD job!!!!
Beta Was this translation helpful? Give feedback.
All reactions