diff --git a/README.md b/README.md index 8955d19..d4e1d3b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Chia Plot Manager
- Chia Plot, Drive Manager, Coin Monitor & Auto Drive (V0.98 - October 15th, 2021) + Chia Plot, Drive Manager, Coin Monitor & Auto Drive (V0.99 - July 22nd, 2023)

Multi Server Chia Plot and Drive Management Solution @@ -18,7 +18,7 @@ Multi Server Chia Plot and Drive Management Solution

Now fully supports pools and automatic removal of old plots on a one-by-one basis when replacing with new portable pool plots! Also includes a harvester-wide UUID search allowing you to locate any drive on any harvester by UUID and determine it's mountpoint!

-You must be running Chia Version 1.2.6 or higher for the reporting to work correctly!
+You must be running Chia Version 1.8.2 or higher for the reporting to work correctly!

Hopefully if you are reading this you know what Chia is and what a plot is. I am pretty new to Chia myself but I determined that I needed to come up with a way to manage my plots and hard drives that hold thse plots somewhat automatically since my job as a pilot keeps me gone a lot. I am not a programmer, so please, use this code with caution, test it yourself and provide feedback. This is a working version that is currently running and working for my setup which I will explain below. Hopefully it will be of some help to others, it is the least I can do to give back to the Chia community. @@ -601,6 +601,9 @@ strategy above, it is super easy to add more drives.


### Changelog +V0.99 2023-07-22 + - Updated to support new logging format for reports (current through 1.8.2) + V0.98 2021-10-15 - Rewrote reporting utilizing Python Rich (https://github.com/willmcgugan/rich) - Begin Python typing addition to functions (work in progress)