Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: stibog on May 07, 2017, 10:18:11 AM



Title: MinerWatch v0.0.2 - a watch guard for your miner
Post by: stibog on May 07, 2017, 10:18:11 AM
Hello every one!

I've had some trouble recently where my miner was mining, but the pool didn't register.
I lost hours of mining time, in total it amounts to days, even when I thought the miner was running.
Since computers are meant to work for us, I created a watch guard that never sleeps.

Introducing...

MinerWatch v0.0.2
Made with C++ using Qt5, virtually no computer resource consumption.

Minerwatch checks your chosen worker's hashrate by sending a API call to your pool.
Minerwatch then puts the hashrate received from the pool neatly into a chart.
You can then see your hashrate live, and all the way back to when MinerWatch was started.
It will automatically restart your miner when it is bellow or equal to chosen hashrate.
When you start your miner, it will wait 10 minutes before a low-hashrate trigger will restart miner.

Any miner should work considering these conditions are met:
- start from .exe
- .bat file in single line format: <program> <arg1> <arg2> <arg3> etc..

Currently supports these pools/coins combinations:
- Nanopool ZCash and Ethereum
- Ethpool ethereum
- v0.0.2 added dwarfpool eth and zec

Windows 32bit binary: http://s000.tinyupload.com/index.php?file_id=78544909251193418632 (http://s000.tinyupload.com/index.php?file_id=56661712872028577084)
Source code: https://github.com/stibog/MinerWatch/ (https://github.com/stibog/MinerWatch/)
Program should work in Linux too, but I haven't compiled it yet.

Screenshot of program:
https://anonimag.es/i/minerwatchab6d4.png

If you like my program, and it earns you extra coins, please consider to donate.
Donations will go to making more code. I'm also working on a Qt based ZCash wallet, and a Qt based Poloniex interface.

BTC - 16YhAJTpepry3UNezXmHxGGASYKo31csao
ZEC - t1ZdNd3DB6JDznisbNhHxuEK5kyEF5G5avV
ETH - 0x1B74929CaEB99cF17FD603F734ccE9Df9b752Bd7


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: stibog on May 07, 2017, 10:33:43 AM
reserved.


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: PcChip on May 07, 2017, 02:26:58 PM
dwarfpool coming? 
 
sounds interesting, will check it out, thanks :)


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: stibog on May 07, 2017, 05:58:32 PM
dwarfpool coming? 
 
sounds interesting, will check it out, thanks :)
I'll look into dwarfpool now.. Does it have an API? If so it shouldn't be too hard..


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: zer0k on May 07, 2017, 06:19:30 PM
Awesome work...I'd love to use it with Zpool.ca

They have an API - http://zpool.ca/site/api


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: stibog on May 07, 2017, 07:34:55 PM
Binary and source updated to v0.0.2 with dwardpool support.. I'll look into zpool.ca next.. :)


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: zer0k on May 07, 2017, 08:28:38 PM
Binary and source updated to v0.0.2 with dwardpool support.. I'll look into zpool.ca next.. :)

Super fast work :D

Can you please add ZEC, skein and eth to zpool to begin with :)

Let everyone one know how they can donate!


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: stibog on May 07, 2017, 09:08:07 PM
Binary and source updated to v0.0.2 with dwardpool support.. I'll look into zpool.ca next.. :)

Super fast work :D

Can you please add ZEC, skein and eth to zpool to begin with :)

Let everyone one know how they can donate!
You can donate from inside my program.. But I'll add donation addressed to the first post :)


Title: Re: MinerWatch v0.0.1 - a watch guard for your miner
Post by: stibog on May 08, 2017, 08:42:30 AM
Binary and source updated to v0.0.2 with dwardpool support.. I'll look into zpool.ca next.. :)

Super fast work :D

Can you please add ZEC, skein and eth to zpool to begin with :)

Let everyone one know how they can donate!
I've been looking at zpool.ca api, and it doesn't look like it has support for current miner hashrate.
However if you have som addresses I can check with? There's no public list on the pool, like it usually is.