Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 887 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 887 Bytes

Plot Tracker

CodeQL

screenshot of plot-tracker.app website dashboard

  1. Create a plot-tracker.app account.
  2. Create a new API Key
  3. Create a new Farm Key
  4. Create your config.yml
  5. Update log_file
  6. Update api_key
  7. Update farm_key

I've done my best to keep the code simple and easy to understand. It's all in the main.go file.

Example Config

log_file: "/home/CHANGE_ME/.chia/mainnet/log/debug.log"
api_key: "1234"
farm_key: "56789"

Screenshot

screenshot of how to create keys on plot-tracker.app