Monitors a Spacemesh Plotter. Currently only supports a single GPU. If you have multi-GPU it will only show the provider 0. It should still work but you won't get stats on each GPU. I will add multi-GPU support in the future.
If you'd like to support updates and more tools like this consider subscribing to my YouTube: https://www.youtube.com/channel/UCakvG7QQp4oL0Rtpiei1yKg (Lots of Spacehmesh Content)
sudo apt install python3.10-venv
python3 -m venv env
source env/bin/activate
source env/Scripts/activate
pip install -r requirements.txt
Rename example.config.json to config.json, then update the post_data_dir.
{"post_data_dir": <YOUR POST DATA DIR>}
python3 main.py
git fetch
git merge origin main