A simple system tray application to control the Rigel Miner based on predefined schedules. Built with Python, this application provides a convenient interface for users to start, stop, or monitor their mining operations right from their desktop's system tray. This should work with any mining software.
- Scheduled Operations: The miner is set to start automatically at 8 PM and stop at 5 PM daily.
- Manual Control: Users can manually start or stop the miner from the system tray menu anytime.
- Notifications: Provides feedback to users when they try to start the miner outside the scheduled hours.
-
Clone this repository:
git clone https://github.com/dadams-AU/miner-control-tray.git cd miner-control-tray
-
Install the required Python libraries:
pip install -r requirements.txt
-
Adjust any paths or settings in
xna_app.py
if necessary. -
Run the application:
python3 xna_app.py
Once the application is running:
- Click on the system tray icon to see the options.
- Select "Start Miner" to manually start the mining process.
- Select "Stop Miner" to manually stop the mining process.
- Click "Exit" to close the tray application.
This project is licensed under the MIT License - see the LICENSE.md file for details.