Open gurkburk76 opened 3 years ago
It needs the output from chia plots create command.
Depending on how you create plots, it may reside anywhere.
Are they in ~/.chia/mainnet/plotter perhaps? Unlike chiaharvestgraph, this tool needs files on cmdline, not a dir.
On Tue, May 18, 2021 at 6:24 AM gurkburk76 @.***> wrote:
Is the logfiles needed for this tool the same as (Chia Harvest Graph) ? That tools works fine but i'm getting the impression that there are some other logfiles needed for this tool, that also perhaps by default are not getting written to disk. is it possible to include the plotter stuff into ./chiaharvestgraph ~/.chia/mainnet/log/debug.log or how should i handle this? confused :=)
— 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/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPE4HZA3LB75HLYFLAXY3TOJS77ANCNFSM45CQTDZA .
-- Owner/Director of Game Studio Abraham Stolk Inc. Vancouver BC, Canada @.***
Nothing to be found there, strange.
I simply did chia plots create -k 32 -b 4000 -t /path/to/temporary/directory -d /path/to/final/directory as suggested by the docs, https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference I guess i can simply > the output somewhere and parse that, just strange that it dosen't seem to redirect output by default somewhere (running it on linux) Thanks for the help :)
i just found plotman that will help alot, it seems to write logfiles, in this format: plotman_logs/2021-05-18T17_50_10.652653+02_00.log Would it be possible to monitor those? I'm sure it will create new ones daily.
EDIT: It seems like *.log might work, great :)
Yes, just pass them on the command line. First use 1 to see if it works.
On Tue, May 18, 2021 at 9:04 AM gurkburk76 @.***> wrote:
i just found plotman that will help alot, it seems to write logfiles, in this format: plotman_logs/2021-05-18T17_50_10.652653+02_00.log Would it be possible to monitor those? I'm sure it will create new ones daily.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stolk/chiaplotgraph/issues/3#issuecomment-843303198, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPE4GTV5BB6QJOMZCWWGTTOKFXNANCNFSM45CQTDZA .
-- Owner/Director of Game Studio Abraham Stolk Inc. Vancouver BC, Canada @.***
Yes, just pass them on the command line. First use 1 to see if it works. … On Tue, May 18, 2021 at 9:04 AM gurkburk76 @.> wrote: i just found plotman that will help alot, it seems to write logfiles, in this format: plotman_logs/2021-05-18T17_50_10.652653+02_00.log Would it be possible to monitor those? I'm sure it will create new ones daily. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#3 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPE4GTV5BB6QJOMZCWWGTTOKFXNANCNFSM45CQTDZA . -- Owner/Director of Game Studio Abraham Stolk Inc. Vancouver BC, Canada @.
I am using plotman as well and specified the logdir/*.log while starting and chiaplotgraph also shows the already completed plots. So either I have to copy the old log files out of the dir, or I have to specify each plot.log which is a bit too much work ;-). It would be nice if chiaplotgraph could just take the incomplete logs/plots!
Is the logfiles needed for this tool the same as (Chia Harvest Graph) ? That tools works fine but i'm getting the impression that there are some other logfiles needed for this tool, that also perhaps by default are not getting written to disk. is it possible to include the plotter stuff into ./chiaharvestgraph ~/.chia/mainnet/log/debug.log or how should i handle this? confused :=)