Chia Log Analysis

Microsoft Excel if you have it, otherwise you could use LibreOffice or another spreadsheet application. Most of them support files in the CSV format.

how did you add the sort function? can you share your file?


this is what it looks like in my excel … i don’t know how to sort it automatically

It’s built-in to Excel:

I managed to sort everything in 3 clicks, it changes your life :sweat_smile:

1 Like

Understood. Thank you!

1 Like

Noob question - how do i install this on Ubuntu Server?

You can either download and extract the appropriate binary from the latest release (chia-log-analysis-ubuntu-0.4.zip in your case) or build it yourself following the instructions in the README :slight_smile:

To build it yourself you may need to install CMake and the GCC C++ compiler first if you don’t have them:
sudo apt install cmake
sudo apt install g++

A new release with some added features is out now, follow the link for details!

1 Like