Pages:
Author

Topic: Windows mining monitoring tool - v2-BETA [OPEN BETA] - page 42. (Read 104806 times)

hero member
Activity: 789
Merit: 501
Ok, i'll work on it Smiley
newbie
Activity: 73
Merit: 0
Hello,
there will be a new version of the program, where it will be possible to control the temperature of CPU boards and resources?
newbie
Activity: 19
Merit: 0
Claymore's "EthMan" - an utility for remote monitoring/management with http server, a lot of cons, but it works
newbie
Activity: 19
Merit: 0
Hi, another wishlist:
1. Need to highlight in red temperatures that exceed 75 degrees.
2. It would be good to display the pool, to parse from miner.
newbie
Activity: 73
Merit: 0
hero member
Activity: 789
Merit: 501
Hello,
You can set up monitoring temperature indicator motherboards, processors and resources?
Why not, I'll try yo add that Smiley
hero member
Activity: 789
Merit: 501
Thank you for this nice tool. It will be good to see some graph in browser with logged data and each gpu miner with own hashrate as ethminer doesn't show it.
To have logged data, I have to change a lot of code to store the results ... but It could be a nce feature. I'll keep that in my mind for future feature Smiley
And for the hashrate of each card, I can only parse the output of the miner software.
And only Claymore miner display the details ... ethminer only display the total hash of the rig, so I can't have the individual value
full member
Activity: 232
Merit: 100
Thank you for this nice tool. It will be good to see some graph in browser with logged data and each gpu miner with own hashrate as ethminer doesn't show it.
newbie
Activity: 73
Merit: 0
Hello,
You can set up monitoring temperature indicator motherboards, processors and resources?
hero member
Activity: 789
Merit: 501
Let me know if you have some problems with the json Smiley
newbie
Activity: 35
Merit: 0
thanks th00ber!  here is a rig detail screen using EthOS, i will do the same for the Windows Monitoring version

Rig Detail screen
https://www.dropbox.com/s/haaj76533w2yzcs/rigDetail.jpg?dl=0

here is another screen that will show the top 100 crypto currencies
https://www.dropbox.com/s/dyibxe4m80z4r2o/altCoinList.jpg?dl=0

comments, suggestions welcome. cheers!
hero member
Activity: 789
Merit: 501
morning everyone! could you please share a sample monitoring stat of the monitoring tool? same format as th00ber mentioned http://:9510/mining-info.json.  you can pm me for the link. I am creating an iOS app project to monitor mining rigs.  currently i added monitoring for EthOS and i would like to support more mining platforms.  thanks
One of my own json file from my rig : http://vps261600.ovh.net/rig-PC.json
newbie
Activity: 35
Merit: 0
morning everyone! could you please share a sample monitoring stat of the monitoring tool? same format as th00ber mentioned http://:9510/mining-info.json.  you can pm me for the link. I am creating an iOS app project to monitor mining rigs.  currently i added monitoring for EthOS and i would like to support more mining platforms.  thanks
newbie
Activity: 73
Merit: 0
Hello,
I have some ideas for the program.

1. following the signs mean temperature and velocity.
2. Recording the history of temperature, speed and time and date - http://f5ed8a.ethosdistro.com/#
3. the tension following the signs graphics cards.

Well, just try to do similar and more clear: D
newbie
Activity: 35
Merit: 0
If the monitoring is running, your app can do an HTTP request to get the JSON
http://:9510/mining-info.json

@th00ber, everyone, Great on the JSON!  i don't have a windows machine, can you or anyone mind sharing your monitoring info (http://:9510/mining-info.json) ? PM me for the link.  i am going to use it to build the client side, same way i built for EthOS. thanks
jr. member
Activity: 44
Merit: 1
Hi !

first, thanks a lot for your work! it is very useful.

I encounter a problem while monitoring is running, my powershell shell is automatically closed when you refresh the stats... Smiley  any idea on this?

I also have a suggestion for a new functionality, you could report driver crash for a rig on the monitoring page.
all amd drivers crash are logged in the system event log, with source Display and id 4101
it would be interesting to easily know when those crashes happens, I know that claymore restart miner software by default when this happen but If I don't go to the logs, I can not know easily that I have an unstable card Wink

maybe Wink

Thanks!
hero member
Activity: 789
Merit: 501
hi @th00ber, everyone.  any chance there is a readonly api of the stats panel? In JSON? i am building an iOS rig monitoring app and would like to include different sources. Currently the app is using EthOS (since it's what i am using for mining) but i would love to include additional sources. screenshot of WIP:

https://www.dropbox.com/s/bjnl5ol3ucbf6s2/thumb_IMG_6351_1024.jpg?dl=0

Any input, suggestions welcome.

PS apologize if this is a double post, i was trying to add a comment this afternoon but my internet connection went down on the train and I'm not sure if my original reply was posted. thanks
If the monitoring is running, your app can do an HTTP request to get the JSON
http://:9510/mining-info.json
newbie
Activity: 35
Merit: 0
hi @th00ber, everyone.  any chance there is a readonly api of the stats panel? In JSON? i am building an iOS rig monitoring app and would like to include different sources. Currently the app is using EthOS (since it's what i am using for mining) but i would love to include additional sources. screenshot of WIP:

https://www.dropbox.com/s/bjnl5ol3ucbf6s2/thumb_IMG_6351_1024.jpg?dl=0

Any input, suggestions welcome.

PS apologize if this is a double post, i was trying to add a comment this afternoon but my internet connection went down on the train and I'm not sure if my original reply was posted. thanks
newbie
Activity: 13
Merit: 0
1- I can't be certain to have the exact order of GPU as the miner display it. And it also a well known problem of the Claymore miner.
Because I'm using what OpenhardwareMonitor are listing, and the miner is using what the AMD SDK is listing ... whick can be also different of the order of the GPU in driver interface or MSI AfterBurner.
But I can display the ID of the GPU in the PCI-E port, wich can help to identify wich card is monitored.
For exemple on my motherbord with 7 PCI-E ports, the cards are on PCI-E 0 and 6.

PCI-E ports it is better than nothing

2- I don't understand this one. You want a shortcut to edit the miner .bat file ?
Button near each server it web page.

3- Start/Stop so you can just stop mining but let the monitoring tool and http server run ?
Button near each server it web page. start/restart mining


New- ideas
1. Make different colour if GPU load less then 95%, temperature low/high  50/85 degrees
2. Add pool name near  ETH and DCR
hero member
Activity: 789
Merit: 501
The monitor has stopped unless I manually start start-http-only.bat manually.  It appears the startmonitor.bat is not starting the http now. It really stopped working when I used the updater.bat.
It's strange, Did you see some errors on the startup ? Or have some informations about the behaviour ?
Because I personnaly use the updater.bat on my own rigs and everything works well.
Pages:
Jump to: