https://github.com/skythecodemaster/unmineable-monitor
Serves a webpage with information about the requested addresses on Unmineable.
https://github.com/skythecodemaster/unmineable-monitor
Last synced: about 2 months ago
JSON representation
Serves a webpage with information about the requested addresses on Unmineable.
- Host: GitHub
- URL: https://github.com/skythecodemaster/unmineable-monitor
- Owner: SkyTheCodeMaster
- Created: 2022-10-10T18:15:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T20:47:59.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:06:48.178Z (4 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unmineable-monitor
This is a simple webserver script to host a monitoring program for Unmineable workers.## Configuration
Configuration is simple, edit the variables at the top of the `main.py` script for where the server is hosted (ip, and port). Default is `0.0.0.0:6969`.## config.json
The config.json file is where the workers are stored.
The format is as follows:
```json
{
"Friendly name here": {"wallet":"0x1234567890","coin":"AVAX"}
}
```
This can be repeated for as many addresses that you have, and as many coins as you have.Once this is done and the server is running, go to `IP:PORT` and you will see a friendly breakdown of everything.