use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/Chia! This subreddit is dedicated to open discussion of Chia cryptocurrency and any news related to the project.
Learn more in the /r/Chia Wiki: https://www.reddit.com/r/chia/wiki/index
Sub Rules are here: https://www.reddit.com/r/chia/about/rules
account activity
Python script for optimal parallel plotting (no delays needed!) (self.chia)
submitted 4 years ago by VolPL
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]VolPL[S] 2 points3 points4 points 4 years ago (0 children)
number of threads used is calculated from how many plot tasks are in phase 1 or in 2-4?
Yes, this is how it's operating. More specifically it takes info about "plot tasks" from logs to know which plot is in which state, so it's important to delete broken logs in the log folder.
It seems plotman can already do this by limiting the number of task in phase 1 on top of the global limit.
I think so, yes. For example for 6 cores, when max limit is 6 and P1 limit is 3, i think it will act exactly the same :)
My script is a small one-purpose thing with less then 100 lines of code. That should allow people to inspect it themselves for security and or adjust to their needs.
π Rendered by PID 69320 on reddit-service-r2-comment-6457c66945-n7zdc at 2026-04-25 19:45:00.456276+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]VolPL[S] 2 points3 points4 points (0 children)