-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location of needed logfiles? #3
Comments
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
<#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 just found plotman that will help alot, it seems to write logfiles, in this format: EDIT: |
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 :=)
The text was updated successfully, but these errors were encountered: