Chia Log Analysis Versions Save

Parses existing Chia plotter log files and builds a .csv file containing all the important details

v0.5

2 years ago

Minor release

This release includes:

  • Fixed bug #8: Interactive mode now supports filepaths with spaces
  • Added feature #9: Start date is parsed into a new, easier to sort format
  • Added feature #10: A column was added that shows the total time in the format hh:mm:ss.mil
  • Added feature #11: Plot log files with multiple plots per file can now be fully parsed (previously only the first plot was parsed)
  • Merged PR #12: Adds Log filename, Plot ID, and all the CPU percentage metrics (:clap: @michaelclarkcuadrado)

v0.4

3 years ago

Minor release

This release includes:

  • Added Temp dir 1 and Temp dir 2 columns to output. This is useful if you want to know which drive(s) and/or folder(s) were used for plot generation.

v0.3

3 years ago

Minor release

This release includes:

  • GitHub Actions now builds for Windows using the Release configuration instead of Debug (starting with this release binaries for Windows should work better on machines that don't have developer tools).
  • Added support for the Copy time line that was recently added.
  • Confirmed support for plotter logs generated with Chia Blockchain 1.1.2.

v0.2

3 years ago

Minor release

This release includes: Addition: More verbose user messages for handling input file parsing

v0.1

3 years ago

First release!

Everything works pretty nicely now, should be easy enough to build and run. Executable binaries are attached so you can unzip and run the appropriate one for your platform instead of building yourself (this removes the need for the CMake and C++ compiler prerequisites). The macOS option has not been tested due to lack of Mac test hardware.