NewsNew version will coming soon.
Known issues:- If there is any space in the file's path in the monitoring tools bat file cause that the properties not correctly pass the parameters. Please make sure that there is no space in the files path!
Example: C:\users\xy\desktop\my miner\ewbf miner\3.4\ (This is wrong because it contains spaces)in this case please rename the folders which not contains space in the path to not contains space.
Example: C:\users\xy\desktop\my_miner\ewbf_miner\3.4\ (This is correct not contains any space) - In case if the Google SMTP not reachable cause the monitoring process to hang and the miner won't be restarted. This problem is going to be fixed in the next release.
UpdatedVideo about the app:
https://youtu.be/MNQKVas1zqYVersion V.0.0.2The following features added:
- Bug fixies
- Option to enable to reboot the Operating System in case of the miner error.
- Now you can set the frequency of e-mail sending
- Now you can set that you only want to get error reports or error and status e-mail reports too.
You can get it from here:
https://drive.google.com/drive/folders/0B4Yvkc957FWKN3VMampBUy0ySEE?usp=sharingIf you need more functionality please let me know and i'm try to add it to the application.
Hi all!
I created a monitoring tool to check ewbf cuda miner status. It can reboot the miner if it's fails, including stop GPU error. My solution also send e-mail notification in every 30 min about the status of the miner. In case of error an error e-mail will be sent imediatelly after the problem detected. The monitoring tool chech the ewbf's cuda miner status in every few seconds. You can download and try it if you want. Note: This is the first version of the program it might be contains error, so use it on your own risk.
Main features- Monitorize the status of the miner. Restart it if it's stopped. (Including GPU stopped error)
- e-mail notification. The application will send you a notification e-mail in every 30 min about the status of your miner. The notification contains the following: GPU id, GPU neme, Gpu power usage, Temperature, Speed, Accepted and Rejected shares for each cards. The notification also contains the total power usage, total speed, total accepted and total rejected shares.
- error riport in e-mail. The application imediatelly send you an error riport if any problem detected and the miner is stopped.
There is an opcional developer fee. If you enable it than your miner will be used for 12 min in every day. Of course if you don't want to support,
you can turn off the developer fee if you don't want to support. No restriction if developer fee is turned off. (Description given in downloadable content.)
Requirements:Java 1.8 needs to be installed.
Works only on Windows yet. Tested on Windows 10.
api needs to be enabled in ewbf cuda miner.
Launch the program with the bat file, not the jar.
Usage- Download the latest version. Currently it is V.0.0.2 (Link given above)
- Unzip the package
- There is a bat file in the package. The name of it is ewbf_monitor.bat
- Edit it with notepad or notepad++ or any other word viewer tool that you prefer to use.
- Edit the command line with your own values. There is an example:
java -jar EWBF_Miner_Restarter.jar --miner_exe_path C:\Users\xy\Desktop\ewbf_miner_0.3.4b --path_of_the_miner_bat_file C:\Users\xy\Desktop\ewbf_miner_0.3.4b --name_of_the_bat_file supernova_zec --dev_fee Y --ewbf_api_url http://127.0.0.1:42000/getstat --email_address [email protected] --emai_sending_frequency 60 --restart_computer_on_error N
The parameters meaning and allowed values are detailed in the ReadMe!!!.txt that you can also find in the zip file.
- If you setup that in case of error my application reboot the system (--restart_computer_on_error Y parameter in ewbf_monitor.bat file), and you want to automatically restart my app on windows startup which is automatically starts your miner too, than you have to put your ewbf_monitor.bat in your startup folder.
You can do this with the following method: winked + r to start run.
Type the following:
shell:startup
This will open the startup folder.
- Copy the ewbf_monitor.bat file and my jar file here. Or copy the bat file only but in this case you have to give the full path of the jar file in the bat file. For example:
java -jar C:\Users\Desktop\EWBF_Monitor\EWBF_Miner_Restarter.jar --miner_exe_path C:\Users\xy\Desktop\ewbf_miner_0.3.4b --path_of_the_miner_bat_file C:\Users\xy\Desktop\ewbf_miner_0.3.4b --name_of_the_bat_file supernova_zec --dev_fee Y --ewbf_api_url http://127.0.0.1:42000/getstat --email_address [email protected] --emai_sending_frequency 60 --restart_computer_on_error N
- Example of e-mail notification:
GPU Id | Card Name | Temperature | GPU Power Usage | Speed (Sol/s) | Accepted Shares | Rejected Shares |
0 | GeForce GTX 1070 | 68 | 136 W | 420 | 1238 | 0 |
1 | GeForce GTX 1060 6GB | 68 | 82 W | 246 | 679 | 0 |
2 | GeForce GTX 1060 3GB | 68 | 102 W | 283 | 789 | 2 |
3 | GeForce GTX 1070 | 68 | 136 W | 419 | 1191 | 1 |
4 | GeForce GTX 1070 | 67 | 134 W | 420 | 1153 | 0 |
Total | | | 590 W | 1788 | 5050 | 3 |
- If you need further help, feel free the ask in comment.
issues:- Total speed shows the total power usage. Fixed
If you found a bug than please let me know in pm or in commentPlease redownload the package for the fix.
Ps.: Please give it a try before comment any negative things. Thanks in advance.