stolk / chiaplotgraph

Chia Plot Graph
MIT License
55 stars 6 forks source link

Plots don't seem to aggregate correctly #6

Closed HitLuca closed 3 years ago

HitLuca commented 3 years ago

My plotting happens on two separate 1tb drives, automated using plotman (8 parallel plots). When running this project on my logs I can notice that they are not correctly paired like the screenshot on the main project page, but instead they are just added one below the other. I am not sure why this happens, I expect is to have 8 rows of plots, but in my case I see at least 10 (waiting for new plots to start to see if they get added below or not).

Screenshot from 2021-05-21 12-14-13

I also noticed that on the top of the terminal only one drive available space is shown, so it may be correlated.

HitLuca commented 3 years ago

I can confirm that new plotting jobs are added below the existing ones

stolk commented 3 years ago

That is because plotman will restart 'chia plots create' every time, with --num=1 wheres as on my machine, a single 'chia plots create' will keep going, as I have '--num=1000'. The tool plots one row, per logfile.

On Fri, May 21, 2021 at 4:05 AM Luca Simonetto @.***> wrote:

I can confirm that new plotting jobs are added below the existing ones

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stolk/chiaplotgraph/issues/6#issuecomment-845872507, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPE4EDF3H6HD37D5TJPNTTOY5AXANCNFSM45I3MSGA .

-- Owner/Director of Game Studio Abraham Stolk Inc. Vancouver BC, Canada @.***

HitLuca commented 3 years ago

Aah ok makes sense then, thank you for the explanation :)