Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: minerwatcher on July 17, 2017, 12:08:13 PM



Title: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 17, 2017, 12:08:13 PM
In 2 words about MinerWatcher...

Control your mining rigs using our service.
You can monitor speeds, temperatures, fans on all your rig!
Your can send commands to any rig(s) anytime! Mass opearions are suppored.
Use commands: Change config, reboot, restart, run any software, update self, update miners.

Supported miners (for current release):
  • Claymore Dual
  • EWBF Zcash
  • ccMiner (tpruvot)
  • Claymore Zcash (new)
  • Ethminer genoil (new)

MinerWatcher User panel screenshots
Rigs list:
https://forum.bits.media/uploads/downloaded/d3oend-8qqsuvp_e5sb-tg_6976f5f4bf81500ef6d8cd570be043d1.png
Dashboard. Charts by config and rigs count:
https://forum.bits.media/uploads/downloaded/9uasz3mvtagndpwoptl22q_893cd5278650c83fcc7ae5121fec0b28.png (https://forum.bits.media/uploads/downloaded/9uasz3mvtagndpwoptl22q_893cd5278650c83fcc7ae5121fec0b28.png)
Mass configuration of the config, removal of rigs, execution of the remote command, setting the minimum threshold for the deviation of the speed in % for rig reboot.
https://forum.bits.media/uploads/downloaded/ua9ozft7rpkl2n1wkfwd6w_0107be18489bfef68c5fd7f2b4dc32a7.png (https://forum.bits.media/uploads/downloaded/ua9ozft7rpkl2n1wkfwd6w_0107be18489bfef68c5fd7f2b4dc32a7.png)
New config creation (macros support)
https://forum.bits.media/uploads/downloaded/moie-sylt26j53bjnxywxq_b5dc986380b21dd23f82091f5b4b6371.png (https://forum.bits.media/uploads/downloaded/moie-sylt26j53bjnxywxq_b5dc986380b21dd23f82091f5b4b6371.png)
Properties of one of the rigs:
https://forum.bits.media/uploads/downloaded/y62scuqmqyybmjqsejv2lg_bdafbcf91916e06e60cf914a6245b0f4.png (https://forum.bits.media/uploads/downloaded/y62scuqmqyybmjqsejv2lg_bdafbcf91916e06e60cf914a6245b0f4.png)
Viewing charts of one of the rigs (total speed, average temperature of the video cards, average fan speed):
https://forum.bits.media/uploads/downloaded/1j2vaut-taw_3ii9d4fxyw_35f7a1f3abfd06aef3a35ae85ae084f0.png (https://forum.bits.media/uploads/downloaded/1j2vaut-taw_3ii9d4fxyw_35f7a1f3abfd06aef3a35ae85ae084f0.png)

Register FREE right now!! (http://minerwatcher.com)

Quick start:
    * Go to "Sign Up"
    * Go to "My configs"
    * Create new personalized rig configuration by clicking "New config" button
        Name - Config name. Example: Claymore_eth_dcr
        Miner name - Select supported miner
        Currency 1 - Select main currency (use ETH for ethereum classic also)
        Currency 2 - Select additional currency for dual mining (only for claymore dual miner)
        Miner path - Local path to your miner exe (on your miner rig). Relative path will be automatically substituted here when select miner name.
        Miner command line - Command line for "Miner name".
        Example: -epool eth-eu1.nanopool.org:9999 -ewal 0xe32e31452345253159223233/$rigName/$rigEmail -epsw x (for Claymore dual miner).
        IMPORTANT: You should use $rigName and $rigEmail for substitution corresponding values.

        Click update button
    * Create a new rig on My rigs page
        Name - It is worker name at your mining pool. Correspond with $rigName macros in a config file.
        Email - It is worker email at your mining pool. Correspond with $rigEmail macros in a config file.
        Config file - The file with your miner path and command line.
        Comment - It's just a rig label. Example: Asus Rx570 x6
        From number, To number - values for $rigNum local macros. For multiple rigs creation at once.
        Example - Name: rig_$rigNum, From number: 3, To number: 5. The result will be 3 new rigs named rig_3, rig_4 and rig_5. That's it.
        Click Create button
    * You have to copy the token from your new rig. It looks like 0c837fd0c85ed72be27b88a3e29383a9.
    * Download the client and unpack it
    * Open the config.txt in the mwatcher software folder and copy your rig token key there. Save the file.
    * Start the client
    * You need wait few minutes to refresh your stats at the minerwatcher site

Usefull tricks (please, READ this):

* You have to disable miner built-in watchdog or setup it to reboot the rig if error occured! Use option "-r 1" in Claymore. The reboot.bat file (contents: shutdown / r / t 5 / f) should also be in the folder with the miner.
* Make sure that the firewall does not block neither the miner nor the minerwatcher! To do this, either just disable the built-in firewall, or add the above programs to the firewall's whitelist.
* Do not use to much overclocked videocards with this system. Crashes are possible!
* If you download the version of the program with the miners, then you do not even need to specify the path to the exe-miner when creating the config!
* When specifying the name of the miner, the relative path to the exe-miner will be substituted automatically.
   For example, for Claymore it will be miners\claymore_dual\EthDcrMiner64.exe

How to create one config for many rigs very fast?

First of all you need to create a config. Most likely you will need only 1-3 configs on ALL of your rigs!

Let's consider an example - you need to make a config on ZEC pool, for 50 rigs. Each rig has a name of the form rig_1, rig_2 ... rig_50.

Accordingly, the command line looks like this:
--server eu1-zcash.flypool.org --port 3333 --user h7sHdsdiDsdksdfjDKSd9df83jfd2.rig_1 --pass x
--server eu1-zcash.flypool.org --port 3333 --user h7sHdsdiDsdksdfjDKSd9df83jfd2.rig_2 --pass x
...
--server eu1-zcash.flypool.org --port 3333 --user h7sHdsdiDsdksdfjDKSd9df83jfd2.rig_50 --pass x


So you need to create this config:

--server eu1-zcash.flypool.org --port 3333 --user h7sHdsdiDsdksdfjDKSd9df83jfd2.$rigName --pass x

The macro $rigName, when adding a rig will be replaced by its name!

Then we go to the rig addition page. We click My rigs -> new rig.

Here is the name of the worker:
Rig_$rigNum

Next, we select the numerical range of numbers of rigs:
From number: 1
To number: 50

Click "Create". After that, you have 50 rigs, each worker name in the command line will be substituted with the corresponding name of the worker.

Then a similar operation can be performed for a Ethereum configs.
I also note that the macro $rigEmail is supported also. It can be substituted in the command line of the miner and it will be replaced by the email you specified.

That's it! Good luck and huge hashrate for you guys!
sincerely, MinerWatcher team


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: igotek on July 17, 2017, 02:10:37 PM
Please fix the screenshots. Nothing shown.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 17, 2017, 07:08:25 PM
Please fix the screenshots. Nothing shown.


Sorry for this, fixed!

http://prntscr.com/fvnfa4 (http://prntscr.com/fvnfa4)

http://prntscr.com/fvngkb (http://prntscr.com/fvngkb)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: pchampn on July 17, 2017, 07:38:42 PM
OP is a newbie. How do we trust this program is no spyware?

I assume you are offering this program as a freeware, so do you intend to charge for it future? Find it hard to believe this service is for pure altruistic purposes.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: polylogic on July 17, 2017, 07:47:35 PM
very nice, i might give it a try, those other services charge a premium
but i would rather have it running on my own server with the exe compiled myself, trust issues.
i wish there was an open source version.. i think its not too hard to code this, i have to hit the books again...

but for now, thanks for this service, i didnt try it yet, waiting for more people to check the file out, i maybe install sandboxie only to check it out.

also this feature makes me worry on all mining stats services....
Quote
* Mass execution of commands. At the moment, we support: rebooting the rig, launching any program on the rig, updating itself and updating the mininig software from our site.

it basicly gives your webserver full control over my worker.
and in case you didnt properly secure the server attackers could compromise the operation.

kw29 #deeponion w121c646/05


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 17, 2017, 10:39:24 PM
OP is a newbie. How do we trust this program is no spyware?

I assume you are offering this program as a freeware, so do you intend to charge for it future? Find it hard to believe this service is for pure altruistic purposes.

Hey. The service is freeware now, donations are welcome )

The watcher program is only send stats from a miner console to the server via 1 POST request (thru 80 port) every 60 secs. And nothing more.
So there is no hidden miner\spyware. You can check CPU\GPU load is 0% all time. And what can i steal from mining rigs? Claymore miner? :)

Anyway, any person can check the software using sandbox or other tools. If it is spyware - we will see abuse posts bellow soon. It is very simple to check this for researchers.

it basicly gives your webserver full control over my worker.
and in case you didnt properly secure the server attackers could compromise the operation.

Not full control. Only basic functionality - reboot rig, run program, change config or miner. These functions are reason why we decided to start this project!
Do not worry, we did a bunch of other more complex projects and there were no success hacks. Anyway you can try)

Thank you for your interest!


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: botmanside on July 17, 2017, 10:46:51 PM
some virustotal nad chcecksums would benice


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 17, 2017, 10:52:38 PM
some virustotal nad chcecksums would benice

https://www.virustotal.com/ru/file/dd6ed2b41f4887152117c83c71ec0e3516dead78dc00bc5431bde054e3e5cfe7/analysis/

There are some false-positives, as always, but mostly clean. Seems it is because of UPX compressor.

If I use aspack exe packer - there are better results:

https://www.virustotal.com/#/file/98374e49fa0847ed0606b041498e78bb251c7c84de02dbcb4d0af6a72e1675f7/detection

Will stay with aspack. Do not want to confuse you, guys :)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: sidog on July 17, 2017, 11:57:41 PM
awesome app!  I love it.  A few things of note:

- Any chance you can add all the supported coins/algos from ccminer?
- Is there an easy way to stop/start the job from the dashboard?  
- Instead of AVG temps and fans, I think it would be more helpful, at least to me, to list the CURRENT temps and fan speed.
- The local app doesn't want to exit.  I had to go into task manager (win10) to end the process.  

Otherwise, a great start!

Thanks again


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 18, 2017, 09:42:41 AM
awesome app!  I love it.  A few things of note:

- Any chance you can add all the supported coins/algos from ccminer?
- Is there an easy way to stop/start the job from the dashboard?  
- Instead of AVG temps and fans, I think it would be more helpful, at least to me, to list the CURRENT temps and fan speed.
- The local app doesn't want to exit.  I had to go into task manager (win10) to end the process.  

Otherwise, a great start!

Thanks again

Hey, thanx for review!
1) Ok, which coins you want me to add?
2) Hmm.. It's only possible to CHANGE mining config/miner. My goal is to run all miner machines 24/7 :) Anyway i will implement new command "STOPTASK" in next software version.
3) Added to TODO list
4) Exit button work perfectly for me, weird. I need more details.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: polylogic on July 18, 2017, 10:28:48 AM
Not full control. Only basic functionality - reboot rig, run program, change config or miner. These functions are reason why we decided to start this project!
Do not worry, we did a bunch of other more complex projects and there were no success hacks. Anyway you can try)

Thank you for your interest!

thanks for your awnser, i must say without the ability to upload files it is a little saver than i originally thought.
malicous updates are not impossible but very unlikely. its still a financial service and with enough attention there will be hacks.

why include the miner and not links to original download of miner?
i know it is to make it easy for newbies, but maybe its better to write a detailed intruction rather than including 3rd party software.

talking about ccminer algos, why not include all of them. i myself would like deeponion on the list.
its my first x13 coin and for me there is still much to learn.

kw29 #deeponion w112c612/04


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: sidog on July 18, 2017, 10:54:47 AM
at the moment, i would love to see CHC added to the list (c11 algo).   

As for not being able to exit, i rebooted my computer and everything is fine now.

current wattage for each card is a monitoring parameter that I find useful.

Thanks again for this awesome service.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on July 18, 2017, 11:54:40 AM

thanks for your awnser, i must say without the ability to upload files it is a little saver than i originally thought.
malicous updates are not impossible but very unlikely. its still a financial service and with enough attention there will be hacks.

why include the miner and not links to original download of miner?
i know it is to make it easy for newbies, but maybe its better to write a detailed intruction rather than including 3rd party software.

talking about ccminer algos, why not include all of them. i myself would like deeponion on the list.
its my first x13 coin and for me there is still much to learn.

Hey!
1) I can add some checkboxes in the mwatcher, that disable upload miners or update self option from the server.
In our experience, with our other services with 1000-s of active users, the only possibility to hack - is a simple password.

2) There are 2 options - single mwatcher exe and mwatcher exe with miners. You can select what you like.
The simplicity of 2nd option is:
You download single ZIP, unpack and you are ready to go. When you create new rig in the CP, no need to write full path to the miner, it will be selected automatically (for example if you choose Claymore dual, the system will substitute such local path: "miners\claymore_dual\EthDcrMiner64.exe").
Just add your command line and you are ready to start.

3) All of them are included. I can add nessessary coins in the CP, np.

at the moment, i would love to see CHC added to the list (c11 algo).   

As for not being able to exit, i rebooted my computer and everything is fine now.

current wattage for each card is a monitoring parameter that I find useful.

Thanks again for this awesome service.

Ok, will add CHC.
I do not use OpenHardwareMonitor, I just grab the info from console. Only ewbf shows wattage, so i didn't implemented it. OHM will add more asspain (need to start as admin, cannot set autorun, highly detected, big size etc)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 14, 2017, 07:16:46 PM
UPDATE:

1) The problem with 6+ GPUs rigs is solved!

2) There are 2 new commands in the admin panel: RESTART and STOP.

3) The problem with the speeds of ccMiner is fixed (in the latest version of the watcher 1.03).
 

That's all for now, thank you for your attention!


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: MnngSprvsr on August 14, 2017, 08:18:44 PM
just another windows monitoring tool!

Really nice would be a tool like this with full linux support.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 14, 2017, 08:34:18 PM
any plans to support ethminer?

They have no API but modded version with API is here https://github.com/JamesSmith2/ethminer/releases


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 15, 2017, 06:35:23 AM
any plans to support ethminer?

They have no API but modded version with API is here https://github.com/JamesSmith2/ethminer/releases

Hi. It is no needed API for me to add. I just grab the info directly from console and send to the server.
Is there any sense to add ethminer? Claymore dual is the fastest now... (that's why it is not added yet)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 15, 2017, 07:38:30 AM
Claymore dual gives 50MH/s, ethminer 80MH/s


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 15, 2017, 07:49:18 AM
Claymore dual gives 50MH/s, ethminer 80MH/s

Are you sure? On which GPUs?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 15, 2017, 07:54:24 AM
Claymore dual gives 50MH/s, ethminer 80MH/s

Are you sure? On which GPUs?
4 x nVidia Tesla K10


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: djn053 on August 15, 2017, 07:55:44 AM
only watch?

I think autorestart  will better when  0 SOL error.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 15, 2017, 05:02:01 PM
Claymore dual gives 50MH/s, ethminer 80MH/s

Are you sure? On which GPUs?
4 x nVidia Tesla K10

Tesla is very rare GPU (never seen and tested). Generally claymore better then ethminer with radeons/geforces.
I will add ethminer if ther will more requests.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 16, 2017, 08:48:29 AM
Claymore dual gives 50MH/s, ethminer 80MH/s

Are you sure? On which GPUs?
4 x nVidia Tesla K10

Tesla is very rare GPU (never seen and tested). Generally claymore better then ethminer with radeons/geforces.
I will add ethminer if ther will more requests.
I can offer a donation to get it working with ethminer. Your software is very nice and would love to use it with ethminer.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 16, 2017, 06:49:42 PM
only watch?

I think autorestart  will better when  0 SOL error.

I will add such functionality in next update.

Claymore dual gives 50MH/s, ethminer 80MH/s

Are you sure? On which GPUs?
4 x nVidia Tesla K10

Tesla is very rare GPU (never seen and tested). Generally claymore better then ethminer with radeons/geforces.
I will add ethminer if ther will more requests.
I can offer a donation to get it working with ethminer. Your software is very nice and would love to use it with ethminer.

I will add this miner in the next update. But this miner only show the TOTAL SPEED in the console. So there were no temps and fan speed :(


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 17, 2017, 08:53:56 AM
I can offer a donation to get it working with ethminer. Your software is very nice and would love to use it with ethminer.

UPDATE

Ethminer support added!

Claymore Zcash support added!

Charts loading speed greatly increased.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 17, 2017, 04:46:52 PM
UPDATE

1) We made the experimental function to reboot rig, when the speed slowdown.
Compare the average speed for the last 5 minutes with the average speed for the last 6-10 minutes.
And if the first number is lower by X%, then the reboot command is sent.
The threshold of operation in % is set in the options of the rig (click edit). Soon mass change of % through Multiple edit will be available.

2) If the fan speed drops to 0, or the speed of any of the rigs drops to 0, then change the color of the record to red for clarity.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 18, 2017, 08:39:54 AM

Hi,
It's a nice tool. Could you please help me out how to write these into config?
I wrote these into it and found error can not create process.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

Thanks & Regards.

Hey, thanx!
You cannot use this into the command line.
Command line is only 1 line!
No need to write this .BAT file commands, like setx, pause etc...
Example: -epool eth-eu1.nanopool.org:9999 -ewal ETH_WALLET/$rigName/$rigEmail -epsw x

P.S. If you need to add values above to the environment variables, just do it directly using windows control panel or separate bat file (it is only need to run once).


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 18, 2017, 12:26:04 PM
Thank You.
Anyway, How much does it cost for this great tool?

Regards.

Hey! Thanx. It is freeware.
Maybe i will ask some fee for servers and time in future, when the service will be strong and 100% bugfree.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: jarkle on August 19, 2017, 04:48:58 AM
Can you add email notifications?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: jarkle on August 19, 2017, 04:59:16 AM
My fans show N/A. How can I fix this? Using EWBF.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 19, 2017, 12:36:02 PM
Can you add email notifications?

Sure, will add in the mean time.

My fans show N/A. How can I fix this? Using EWBF.

The watcher grabs information directly from the miner console. EWBF do not show Fans speed there, unfortunately. So i can do nothing with this, sorry.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: jarkle on August 20, 2017, 01:25:48 PM
Got any upcoming features you are planning on adding?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 20, 2017, 03:26:46 PM
UPDATE
 
Added a function to intercept the windows reboot event !
If for some reason during the watcher software working process windows will be rebooted, you will be notified via Telegram.
Also the reboot counter will be incremented in the user panel.
There is new button in the watcher - Reset reboots count. You can reset the reboot counter anytime.
 
This function will help those who have over-overlocked GPUs (which I strongly do not recommend to do) and rig often goes into reboot. Reduce the frequencies a little until the frequent reboots stop.
Also, if, for example, a contact was burnt on a riser and the rig began cyclical rebooting, the telegram will spam you with messages about the reboot and will not let you ruin the machine :)
 
Successful mining to all, and I continue to work further)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: jarkle on August 20, 2017, 06:24:52 PM
Nice keep up the good work. For miners when fan speed monitoring is not available could the fan speed be hidden or maybe change the color instead of red?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 20, 2017, 08:17:32 PM
Nice keep up the good work. For miners when fan speed monitoring is not available could the fan speed be hidden or maybe change the color instead of red?

Done!


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: jarkle on August 20, 2017, 10:30:14 PM
Can I run 2 miner applications on a single rig with minerwatcher?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 21, 2017, 10:22:57 AM
Can I run 2 miner applications on a single rig with minerwatcher?

Only 1 miner process can be watchable currently.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 21, 2017, 06:13:57 PM
UPDATE

1) Notification in telegram, if one or more video cards have fallen off
2) Notification in telegram, in case of a hashrate drop by X% (check the option in the rig options)
2) Added logs of actions for each rig (in the list of rigs - Logs)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: sidog on August 23, 2017, 01:38:14 AM
Windows 10, Defender is flagging the mwatcher executable as malware/threat.  anyone else getting this? is it safe to ignore?

Trojan:Win32/Fuery.B!cl


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 23, 2017, 04:59:04 AM
Can I run 2 miner applications on a single rig with minerwatcher?

Only 1 miner process can be watchable currently.

Would be great to be able to watch 2. For example 1 GPU 1 CPU

Cheets


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 23, 2017, 11:38:42 AM
Windows 10, Defender is flagging the mwatcher executable as malware/threat.  anyone else getting this? is it safe to ignore?

Trojan:Win32/Fuery.B!cl

There are some false-positive results because of EXE packer (AsPack).
Exe is mostly clean - http://viruscheckmate.com/id/sXEWaU3MzYjt


After saving all of the configs it's so easy to manage many pools and move as fast as we like. Really Awesome!
Will you add rejection hash Dev?
I know we can see that at the Show menu console, but rejection hash under total speed would be much more nice  ;)

Thanks.


Rejects are shown in claymore only. Do not sure right now if this option really needed.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: ukjack on August 23, 2017, 12:41:36 PM
Would you consider releasing this as pure code? On a licensed basis? So that I could run the server side myself. Too risky to allow such a powerful piece of software run on a third party server.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: minerwatcher on August 24, 2017, 01:55:26 PM
Would you consider releasing this as pure code? On a licensed basis? So that I could run the server side myself. Too risky to allow such a powerful piece of software run on a third party server.

I have no such plans nowadays.


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: sidog on August 25, 2017, 11:24:42 PM
Would you consider releasing this as pure code? On a licensed basis? So that I could run the server side myself. Too risky to allow such a powerful piece of software run on a third party server.

i second this! would be AWESOME!


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: spragis on February 23, 2018, 01:33:37 AM
Nice software!
Is it still under development? Are the OP is still with us? :)


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: pitboss10 on April 28, 2018, 02:13:38 PM
Nice software ....could xmr-stak be added?


Title: Re: MinerWatcher - mining rigs monitoring service
Post by: oscarmbv on October 17, 2018, 12:57:27 PM
website is down, this monitor is still supported by the developer?