Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakehardware/plotmon
Monitors a Spacemesh Plotter
https://github.com/hakehardware/plotmon
Last synced: 3 months ago
JSON representation
Monitors a Spacemesh Plotter
- Host: GitHub
- URL: https://github.com/hakehardware/plotmon
- Owner: hakehardware
- License: gpl-3.0
- Created: 2023-09-03T13:59:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T22:41:25.000Z (over 1 year ago)
- Last Synced: 2024-08-01T10:17:24.175Z (6 months ago)
- Language: Python
- Homepage:
- Size: 203 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-spacemesh - plotmon
README
# plotmon
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.
![PlotMon](https://github.com/hakehardware/plotmon/blob/main/Screenshot%202023-09-03%20211208.png)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)
### Install Venv
##### Ubuntu
```
sudo apt install python3.10-venv
```### Create Virtual Environment
```
python3 -m venv env
```### Activate Virtual Environment
##### Linux
```
source env/bin/activate
```##### Windows
```
source env/Scripts/activate
```### Install Requirements
```
pip install -r requirements.txt
```### Update Config
Rename example.config.json to config.json, then update the post_data_dir.```
{"post_data_dir": }
```### Run
```
python3 main.py
```### For latest updats run
```
git fetch
``````
git merge origin main
```### Enjoy :D