Skip to content
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

added cyan in README and updated screenshot example #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ $ make

To use it:

Set the loglevel for Chia to **INFO** by editting `~/.chia/mainnet/config/config.yaml` and make sure you have `log_level: INFO` set.
Set the loglevel for Chia to **INFO** by editting `~/.chia/mainnet/config/config.yaml` and make sure you have `log_level: INFO` set. Alternatively, `cd ~/chia-blockchain` then `. ./activate` and run the command: `chia configure --log-level INFO`

Then do:

**$ ./chiaharvestgraph ~/.chia/mainnet/log**
```bash
./chiaharvestgraph ~/.chia/mainnet/log
```

Leave the tool running, as it keeps checking the log. More pixels will scroll in from the right, plotting top to bottom.

Expand Down Expand Up @@ -74,12 +76,14 @@ A yellow colour means that the harvest frequency is nominal for that time span.

An orange colour means that it was under harvested.

A red colour means that there was no harvesting at those time slots.
A red colour means that there was no harvesting at those time slots. This means something is wrong or your system is off.

A white colour means that there was a bit more than expected harvesting, due to fluctuations.

Dark Grey means that the log did not go far enough back for that time period.

A cyan colour means a proof was sent to your pool. This is just the method pools use to gauge how much space you are contributing. This is not the same as you finding a proof that results in winning XCH.

And for the incredibly lucky... a blue pixel represents a found proof! Yeehaw!
Better check your wallet!

Expand Down
Binary file modified images/screenshot0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.