Pages:
Author

Topic: EWBF's cuda miner monitor tool (Read 3665 times)

newbie
Activity: 54
Merit: 0
November 16, 2017, 08:38:22 AM
#30
Hi!

Yes i would but i'm very busy nowdays, but i'm working on it.
Any suggestions are welcome, i will add this features in the new release.
  
newbie
Activity: 54
Merit: 0
November 14, 2017, 02:21:24 PM
#29
Hi,

Will you update your monitoring tool?
A few suggestion.
Please make a check for duplicate running and please allow users to adjust donation. Smtp settings doesn't work for me. I will suggest to add user's mail server for outgoing warnings.
newbie
Activity: 1
Merit: 0
August 29, 2017, 03:31:24 PM
#28
a dev fee are you freakin serious, what a money grab especially for a first iteration. why is it people like you make some simple thing and then think you can make a buck off it? clearly its just about the money
Im using this tool and it is very handy. It helped me to figure it out that my antivirus program blocked my mining. Very good to get the report of your mining status. Because of the antivirus blocked my mining the process was always stopped, but this program always restarted the mining process so I didn't loss money. Anyway if it is that easy to do this kind of program why you are not doing it for yourself and than you don't need to be worried about the OPTIONAL dev fee. Anyway Robcsa did a very useful script just give it a try guys. He spend his free time on to make this program so I don't see nothing wrong that he built in this dev fee, it is optional and actually it's helping me to make money more efficient so I don't mind to give the dev fee. Off course is up to you guys.
newbie
Activity: 54
Merit: 0
August 04, 2017, 01:24:57 PM
#27
Great tool, using on my all rigs, gets rid of so much hassle and especially problem when rigs crash midnight and are offline till morning when you can notice it.

Would be great if you would integrate one more option - restart on loss of internet. I currently have script running that does that, but would be nice to have such option inside this tool. And possibility to have rigs named when sending emails otherwise cant know what rig have been restarted and having problems.

Hello!

Thanks for the suggestion i'm adding this to my to do list!
sr. member
Activity: 2142
Merit: 353
Xtreme Monster
August 04, 2017, 08:51:54 AM
#26
Enjoy the mining how it would be if everyone takes his piece of cake.

Mining software fee: 2%
Mining supervision fee: 2%
Selling your coins on exchange fee: 0,20%, plus other % when turning that into fiat
Taxes from government on final earns: 15% or more
Failures, equipment crashing and a low chance of being set on fire: all goes to miner
Time spent to set everything up and working: all goes to miner
Chances of mining a coin that becomes worthless: all goes to miner
Seeing how your earnings get cut in half due to difficulty rise: all goes to miner


This doesn't make even fucking sense. I know taking a fee it's OPTIONAL, but this is coming insane. I don't have anything against the OP, but mining itself it's becoming a total robbery.

So true. Funny thing is that most people just blindly start mining and think they will become rich tomorrow hehe
newbie
Activity: 30
Merit: 0
August 04, 2017, 08:41:15 AM
#25
Great tool, using on my all rigs, gets rid of so much hassle and especially problem when rigs crash midnight and are offline till morning when you can notice it.

Would be great if you would integrate one more option - restart on loss of internet. I currently have script running that does that, but would be nice to have such option inside this tool. And possibility to have rigs named when sending emails otherwise cant know what rig have been restarted and having problems.
newbie
Activity: 54
Merit: 0
August 03, 2017, 05:11:43 AM
#24
Hello!

Thank you for the another suggestion, i'm try to add this feature too.
The attached exceptions means that the application cannot to connect your ewbf cuda miner's.
In this case the application detect that the miner is stopped and it should try to restart the miner.
It seems that there might be something not correctly set in the ewbf_monitor.bat file. Coul you share it or double check it please ?
Anyway have you tried to start your miner with my tool? I mean your miner is not runing and you start my tool which is going to start your miner automatically. If it's not going to happen, than propably something not set correctly in the bat file. Maybe your miner's bat file path or name not set correctly.
member
Activity: 91
Merit: 10
August 03, 2017, 03:49:09 AM
#23
Thank you for the script. I've been looking for something like this.
This will help me while I'm continue tweaking OC to optimize my hash rate.

Can I suggest to add a few things?

- Adding color coded on the data
- Adding temperature, something like (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Average Temp: 74C , Total Shares: 49 , Total Rejected: 0) or (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Total Shares: 49 , Total Rejected: 0 , Temp 74C 72C 72C 73C 71C) -> ascending order of GPU0,1,2,3,4,5


[update]
Apparently, when I start ewbf_monitor.bat, it shows me the summary but also halt my ewbf miner. I thought, maybe because I started it with ewbf already running. So, I closed ewbf and tried running this tool, it'll open 2 command prompt but failed to start miner. Tried couple of time but still won't work so went back with the usual way of running EWBF.
FYI, I'm normally use EWBF miner.cfg and it can select next pool in case one fail.

Hello!

Of course any suggestion is welcome. I'm going to add this feature.
For your issue: there is no problem if ewbf miner is already runing. The app will recognize it. Yes it will open two command promt. One for monitor and one for the miner(if it is not running). So what happend when your miner is halt ? Are you wait a few second ? Because it takes some time to refres the data from the miner. What shows the monitor command window ? Are you enabled the api in ewbf ? In case of error the monitor tool create a log file. Could you share it with me ?

I can see the script fetches data from EWBF and it looks fine. It just that after that my EWBF stopped responding and later in your script it shows this:
Code:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at ewbf_miner_json_restarter.utils.JsonParser.getStatFromMiner(JsonParser.java:35)
at ewbf_miner_restarter.CheckMiner.run(CheckMiner.java:31)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

I will try the script again and let you know.
Right now, I'm using sverox's script which so far seems to work fine. (https://forum.z.cash/t/auto-restart-possible/15772/55)

Another suggestion for you is instead to offer just email notification, why not give option to either use email or telegram or both?
newbie
Activity: 54
Merit: 0
August 03, 2017, 02:57:16 AM
#22
I am going to give this a try.. It looks like it will help me.

Device 3 is the device that keeps stopping first when I get a stall in mining.  I assume that that is GPU 04.  How do I determine which device/video card it is on my rig? Such as... Does that mean that it is the one in the fourth pcie slot?

In theory ewbf's miner shows your cards in ascending order which means that you are right. Your third card  should be in pcie fourth slot.
newbie
Activity: 54
Merit: 0
August 03, 2017, 02:45:54 AM
#21
Thank you for the script. I've been looking for something like this.
This will help me while I'm continue tweaking OC to optimize my hash rate.

Can I suggest to add a few things?

- Adding color coded on the data
- Adding temperature, something like (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Average Temp: 74C , Total Shares: 49 , Total Rejected: 0) or (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Total Shares: 49 , Total Rejected: 0 , Temp 74C 72C 72C 73C 71C) -> ascending order of GPU0,1,2,3,4,5


[update]
Apparently, when I start ewbf_monitor.bat, it shows me the summary but also halt my ewbf miner. I thought, maybe because I started it with ewbf already running. So, I closed ewbf and tried running this tool, it'll open 2 command prompt but failed to start miner. Tried couple of time but still won't work so went back with the usual way of running EWBF.
FYI, I'm normally use EWBF miner.cfg and it can select next pool in case one fail.

Hello!

Of course any suggestion is welcome. I'm going to add this feature.
For your issue: there is no problem if ewbf miner is already runing. The app will recognize it. Yes it will open two command promt. One for monitor and one for the miner(if it is not running). So what happend when your miner is halt ? Are you wait a few second ? Because it takes some time to refres the data from the miner. What shows the monitor command window ? Are you enabled the api in ewbf ? In case of error the monitor tool create a log file. Could you share it with me ?
member
Activity: 91
Merit: 10
August 03, 2017, 12:23:28 AM
#20
Thank you for the script. I've been looking for something like this.
This will help me while I'm continue tweaking OC to optimize my hash rate.

Can I suggest to add a few things?

- Adding color coded on the data
- Adding temperature, something like (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Average Temp: 74C , Total Shares: 49 , Total Rejected: 0) or (Total GPU Power Usage: 257 W , Total Speed: 599 Sol/s , Total Shares: 49 , Total Rejected: 0 , Temp 74C 72C 72C 73C 71C) -> ascending order of GPU0,1,2,3,4,5


[update]
Apparently, when I start ewbf_monitor.bat, it shows me the summary but also halt my ewbf miner. I thought, maybe because I started it with ewbf already running. So, I closed ewbf and tried running this tool, it'll open 2 command prompt but failed to start miner. Tried couple of time but still won't work so went back with the usual way of running EWBF.
FYI, I'm normally use EWBF miner.cfg and it can select next pool in case one fail.
newbie
Activity: 15
Merit: 0
August 02, 2017, 06:43:16 PM
#19
I am going to give this a try.. It looks like it will help me.

Device 3 is the device that keeps stopping first when I get a stall in mining.  I assume that that is GPU 04.  How do I determine which device/video card it is on my rig? Such as... Does that mean that it is the one in the fourth pcie slot?
member
Activity: 92
Merit: 10
August 02, 2017, 12:17:25 AM
#18
Working great so far Smiley  This tool has allowed me to tweak my rig until stable.. then I can apply to other rigs : )

Total GPU Power Usage: 758 W , Total Speed: 2869 Sol/s , Total Shares: 4 , Total Rejected: 0  (5x1070 2x1060)

Edit: I am trying out the updated version now.  TY for the email only if error Smiley
newbie
Activity: 54
Merit: 0
August 01, 2017, 01:59:44 AM
#17
Updated

Version V.0.0.2
The 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=sharing

If 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.

If you found a bug than please let me know in pm or in comment
issues:

  • Total speed shows the total power usage. Fixed

Please redownload the package for the fix.

Ps.: Please give it a try before comment any negative things. Thanks in advance.

This is great. Havent downloaded yet, but would like to give it a try. How exactly do we use it before i download it. Been looking for something like this, and would be great to use it, and would be fine with a donation but not a dev fee. Could you post some pictures and information on it, because just off the back it does seem a little sketchy.

Hi !

There is a readme file in the package which is a userguide. Of course if there is further questions i'm going to try answer it. There is no problem to create pictures. I'm going to create some. Might be I create a video tutorial too. You don't have to pay the developer fee, it is opcional. You can turn it off using --dev_fee N parameter. If you want you can donate too.

Here you can see a video about the app:
https://youtu.be/MNQKVas1zqY
member
Activity: 273
Merit: 12
July 31, 2017, 10:39:22 PM
#16
Updated

Version V.0.0.2
The 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=sharing

If 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.

If you found a bug than please let me know in pm or in comment
issues:

  • Total speed shows the total power usage. Fixed

Please redownload the package for the fix.

Ps.: Please give it a try before comment any negative things. Thanks in advance.

This is great. Havent downloaded yet, but would like to give it a try. How exactly do we use it before i download it. Been looking for something like this, and would be great to use it, and would be fine with a donation but not a dev fee. Could you post some pictures and information on it, because just off the back it does seem a little sketchy.
newbie
Activity: 54
Merit: 0
July 31, 2017, 02:36:23 PM
#15
Can it restart entire rig?

But if you need this feature i can add it. Do you need it ?
It would be awesome
And many people that I personally known will say you big thanks if you will able to add this feature.

Hi!

Working on it. It will be done approximately tomorrow.

It's done, you can download the new version which support system reboot.
newbie
Activity: 54
Merit: 0
July 31, 2017, 09:07:09 AM
#14
Can it restart entire rig?

But if you need this feature i can add it. Do you need it ?
It would be awesome
And many people that I personally known will say you big thanks if you will able to add this feature.

Hi!

Working on it. It will be done approximately tomorrow.
newbie
Activity: 54
Merit: 0
July 31, 2017, 08:39:39 AM
#13
Enjoy the mining how it would be if everyone takes his piece of cake.

Mining software fee: 2%
Mining supervision fee: 2%
Selling your coins on exchange fee: 0,20%, plus other % when turning that into fiat
Taxes from government on final earns: 15% or more
Failures, equipment crashing and a low chance of being set on fire: all goes to miner
Time spent to set everything up and working: all goes to miner
Chances of mining a coin that becomes worthless: all goes to miner
Seeing how your earnings get cut in half due to difficulty rise: all goes to miner


This doesn't make even fucking sense. I know taking a fee it's OPTIONAL, but this is coming insane. I don't have anything against the OP, but mining itself it's becoming a total robbery.

exactly the kinda thing im saying, nothing aginst the OP but geeze come on! and people like him think there "helping" the community when in fact there just robbing us of more of our earnings and for what so they can sit like a fat cat enjoying pina coladas? optional or not its the fact its there and you haven't even got much of a program worth having a fee put in, in the end not all of it goes to the miner but more so the people whom make the mining programs and programs like this one that think they deserve a piece of the pie otherwise you wouldn't have that so called optional fee in there in the first place #facts #allbout thepaper

Hello!

I don't want to argue with you and nothing against you, but please let me to disagree with you. Actually I try to help to the community, because i think we need tools like this. I'm also mining and it's very annoying if the miner is stops after a couple of days and if i'm not at home than i can't reboot the miner, or if the miner fails at the night when i'm sleeping than i can't reboot it too. So you lost more money if your miner is stopped for hours i think than my 2% (which is optional ...) dev fee. How do you know that my program nothing to worth anything? Have you already tried it ? I guess no. Do you know how much work to create an app like this ? This is not a two line script ... So why are you telling such things that it's worthless to pay for it if you didn't try it at all ? (And if you don't know how much work i had with it). Why are you telling like this "can sit like a fat cat enjoying pina coladas?" ?  So why are you bothering me for an optional dev fee ? "the people whom make the mining programs and programs like this one that think they deserve a piece of the pie otherwise you wouldn't have that so called optional fee in there in the first place". If I think i'm deserve a piece of the pie than the dev fee won't be optional ...
So why is it a so huge problem if there is an opportunity to the users to support, if they like the application ? I let them to choose if they want to support or not. On the other hand. The reason to mention the optional dev fee is to pay people attention that there is a fee. I don't want it to be a surprise. I don't want to fool nobody. So why is it a huge problem ?
sr. member
Activity: 462
Merit: 258
Small Time Miner, Rig Builder, Crypto Trader
July 31, 2017, 07:50:58 AM
#12
Enjoy the mining how it would be if everyone takes his piece of cake.

Mining software fee: 2%
Mining supervision fee: 2%
Selling your coins on exchange fee: 0,20%, plus other % when turning that into fiat
Taxes from government on final earns: 15% or more
Failures, equipment crashing and a low chance of being set on fire: all goes to miner
Time spent to set everything up and working: all goes to miner
Chances of mining a coin that becomes worthless: all goes to miner
Seeing how your earnings get cut in half due to difficulty rise: all goes to miner


This doesn't make even fucking sense. I know taking a fee it's OPTIONAL, but this is coming insane. I don't have anything against the OP, but mining itself it's becoming a total robbery.

exactly the kinda thing im saying, nothing aginst the OP but geeze come on! and people like him think there "helping" the community when in fact there just robbing us of more of our earnings and for what so they can sit like a fat cat enjoying pina coladas? optional or not its the fact its there and you haven't even got much of a program worth having a fee put in, in the end not all of it goes to the miner but more so the people whom make the mining programs and programs like this one that think they deserve a piece of the pie otherwise you wouldn't have that so called optional fee in there in the first place #facts #allbout thepaper
newbie
Activity: 20
Merit: 0
July 31, 2017, 06:03:12 AM
#11
Can it restart entire rig?

But if you need this feature i can add it. Do you need it ?
It would be awesome
And many people that I personally known will say you big thanks if you will able to add this feature.
Pages:
Jump to: