Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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