Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: l8nit3 on March 21, 2016, 03:06:34 AM



Title: Eyes On Miner - beta monitoring software.
Post by: l8nit3 on March 21, 2016, 03:06:34 AM
L8nit3's Eyes On Miner - Beta 5

Hello again BCT members :)

I recently decided to pick up learning python again, and started on a small, spare-time project. It basically began as a way to test what I was learning (at home, self-teaching). It's a small front-end for a (currently) small number of asics. It runs in windows and linux for sure, however currently it must be run within the local network. Remote access is an eventual goal, however isn't at the top of the list for improvements.

Should you choose to copy-and-paste the src and just run yourself, then this script runs on python 2.7 and requires PyCgminer and EasyGui to run, and is compiled with PyInstaller. Or you can use the pre-compiled windows exe below.


sudo python pip install pycgminer
sudo python pip install easygui


CURRENTLY SUPPORTED ASICS
-Gridseed Globe
-Antminer s1-s7
-Hopefully more soon

LINKS
executable link = https://mega.nz/#!bt4mFQCQ!GH1GZjZRmUqIjWLfx2katLXILm3HsG_LRGRFInpAoDs (https://mega.nz/#!bt4mFQCQ!GH1GZjZRmUqIjWLfx2katLXILm3HsG_LRGRFInpAoDs)
source code paste = http://pastebin.com/ms8HPTJW (http://pastebin.com/ms8HPTJW)

IMAGES
https://i.imgur.com/1MXI4B5.png

DISCLAIMER:
This script relies on Thomas Sileo's PyCgminer module, credits for this module go to him alone.

Let me know what you guys think :)

Also, if you have a device you would like added, please send a 'cgminer summary' using the pycgminer module (or any other method) to l8nit3@outlook.com, and I'll add it as quickly as I can. CGSummary copy-and-paste code available at: http://pastebin.com/X6jXVLYR (http://pastebin.com/X6jXVLYR)