https://github.com/levidurfee/plot-tracker
Chia Plot Tracker
https://github.com/levidurfee/plot-tracker
chia chia-farm chia-plots monitoring
Last synced: 11 months ago
JSON representation
Chia Plot Tracker
- Host: GitHub
- URL: https://github.com/levidurfee/plot-tracker
- Owner: levidurfee
- License: mit
- Created: 2021-06-18T00:20:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T18:05:14.000Z (over 2 years ago)
- Last Synced: 2025-01-09T23:45:27.517Z (about 1 year ago)
- Topics: chia, chia-farm, chia-plots, monitoring
- Language: Go
- Homepage: https://plot-tracker.app/
- Size: 545 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plot Tracker
[](https://github.com/levidurfee/plot-tracker/actions/workflows/codeql-analysis.yml)

1. Create a [plot-tracker.app][1] account.
1. Create a new **API Key**
1. Create a new **Farm Key**
1. Create your `config.yml`
1. Update `log_file`
1. Update `api_key`
1. Update `farm_key`
I've done my best to keep the code simple and easy to understand. It's all in
the [main.go][2] file.
## Example Config
```yaml
log_file: "/home/CHANGE_ME/.chia/mainnet/log/debug.log"
api_key: "1234"
farm_key: "56789"
```
## Screenshot

[1]: https://plot-tracker.app/
[2]: main.go