Skip to content

levidurfee/plot-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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