Author

Topic: How to monitor a 36 pcs SP20 Farm ? (Read 2525 times)

donator
Activity: 1414
Merit: 1051
Spondoolies, Beam & DAGlabs
February 23, 2015, 01:37:09 AM
#18
Right for the moment im using Ms-miner and it works very nice. I have also tried crypto glance,  local version and not the nas version.  Thats going to be tried out tomorrow.
If i need a very guick overview i would say Ms is the best solution so far. Does the job,  but still haves some bugs,  like if the program is closed down,  it dosent save the present miner setup..
Spondoolies has a program Huh

I thought they did but by the lack of replies maybe not.

I do not believe they do.

At least not for their medium sized customers.
We have some monitoring and management scripts we'll release "as is" in our GitHub soon.
We don't have product grade monitoring solution.
hero member
Activity: 882
Merit: 500
Where am I?
February 23, 2015, 01:15:54 AM
#17
Right for the moment im using Ms-miner and it works very nice. I have also tried crypto glance,  local version and not the nas version.  Thats going to be tried out tomorrow.
If i need a very guick overview i would say Ms is the best solution so far. Does the job,  but still haves some bugs,  like if the program is closed down,  it dosent save the present miner setup..
Spondoolies has a program Huh

I thought they did but by the lack of replies maybe not.

I do not believe they do.

At least not for their medium sized customers.
legendary
Activity: 1666
Merit: 1183
dogiecoin.com
February 22, 2015, 04:44:30 PM
#16
Right for the moment im using Ms-miner and it works very nice. I have also tried crypto glance,  local version and not the nas version.  Thats going to be tried out tomorrow.
If i need a very guick overview i would say Ms is the best solution so far. Does the job,  but still haves some bugs,  like if the program is closed down,  it dosent save the present miner setup..
Spondoolies has a program Huh

I thought they did but by the lack of replies maybe not.
legendary
Activity: 938
Merit: 1000
February 22, 2015, 04:41:24 PM
#15
Right for the moment im using Ms-miner and it works very nice. I have also tried crypto glance,  local version and not the nas version.  Thats going to be tried out tomorrow.
If i need a very guick overview i would say Ms is the best solution so far. Does the job,  but still haves some bugs,  like if the program is closed down,  it dosent save the present miner setup..
Spondoolies has a program Huh
legendary
Activity: 1666
Merit: 1183
dogiecoin.com
February 21, 2015, 06:29:50 AM
#14
I thought Spondoolies had their own propriety software for larger clients? CC definitely does (its pretty cool), not sure on Bitmain.
member
Activity: 112
Merit: 10
February 20, 2015, 10:28:59 PM
#13
Looks nice.   How many miners do you monitor with this ?

Well this is embarrassing. Sorry for the long reply. I monitor about 25 instances of bfgminer and cgminer



http://cryptoGlance.info
hero member
Activity: 658
Merit: 500
CCNA: There i fixed the internet.
February 20, 2015, 04:00:56 PM
#12
Looks nice.   How many miners do you monitor with this ?

Well this is embarrassing. Sorry for the long reply. I monitor about 25 instances of bfgminer and cgminer
hero member
Activity: 635
Merit: 500
February 18, 2015, 03:04:02 PM
#11
M's miner monitor for direct check.

I use Multiminer with Mobileminer for remote.

Both works fine.
legendary
Activity: 2450
Merit: 1002
January 19, 2015, 07:09:01 PM
#9
you could just set up miner.php which comes w/ cgminer....
hero member
Activity: 574
Merit: 500
January 19, 2015, 06:27:09 PM
#8
Haven't used this in a while but developer is very into it and has even optimized it for SP products I believe or at least made some adjustments.
legendary
Activity: 938
Merit: 1000
January 19, 2015, 06:19:24 PM
#7
Looks nice.   How many miners do you monitor with this ?
legendary
Activity: 938
Merit: 1000
January 19, 2015, 06:14:56 PM
#6
cryptoglance Huh
hero member
Activity: 658
Merit: 500
CCNA: There i fixed the internet.
January 19, 2015, 06:13:59 PM
#5
I personally like cryptoglance
legendary
Activity: 1876
Merit: 1000
January 19, 2015, 05:39:30 PM
#4
You can also use ssh to grep the files..


hashrate.sh :
Code:
#!/bin/bash

for n in `cat splist`; do
        echo "$n - `sshpass -p root ssh root@$n -oStrictHostKeyChecking=no cat /tmp/asics | grep HW:`" &
done

usage

Code:
$ ./hashrate | sort
sp20a - [H:HW:1180Gh,W:501,L:0,A:8,MMtmp:0 TMP:(24)=>=>=>(52,47)]
sp20b - [H:HW:1209Gh,W:512,L:0,A:8,MMtmp:0 TMP:(25)=>=>=>(53,48)]
sp20c - [H:HW:1228Gh,W:515,L:0,A:8,MMtmp:0 TMP:(22)=>=>=>(50,46)]
sp20d - [H:HW:1220Gh,W:514,L:0,A:8,MMtmp:0 TMP:(23)=>=>=>(51,47)]
sp20e - [H:HW:1182Gh,W:513,L:0,A:8,MMtmp:0 TMP:(21)=>=>=>(48,46)]
sp20f - [H:HW:1505Gh,W:747,L:0,A:8,MMtmp:0 TMP:(16)=>=>=>(61,54)]
sp20g - [H:HW:1222Gh,W:516,L:0,A:8,MMtmp:0 TMP:(18)=>=>=>(51,51)]
sp20h - [H:HW:1249Gh,W:542,L:0,A:8,MMtmp:0 TMP:(19)=>=>=>(51,46)]
sp20i - [H:HW:1212Gh,W:516,L:0,A:8,MMtmp:0 TMP:(29)=>=>=>(54,56)]
sp20j - [H:HW:1251Gh,W:533,L:0,A:8,MMtmp:0 TMP:(29)=>=>=>(60,58)]


or:
$ ./hashrate.sh | egrep -oh [0-9]+Gh | sort
1180Gh
1182Gh
1209Gh
1212Gh
1220Gh
1222Gh
1227Gh
1249Gh
1251Gh
1504Gh



power.sh
Code:
#!/bin/bash

for n in `cat sp20.list`; do
echo -e "$n\n`sshpass -p root ssh root@$n -oStrictHostKeyChecking=no cat /tmp/asics | grep PSU`" &
done


you can grep and awk to add them all up too:


total.sh
Code:
#!/bin/bash
echo -n "power: "
./power  | egrep '([0-9]w)' | cut -d' ' -f3 | awk '{s+=$1} END {print d, s}' "d=$(date +"%m-%d-%Y-%T")"
echo -n "hashrate: "
./hashrate |  egrep -oh [0-9]+Gh | egrep -oh [0-9]+ | awk '{s+=$1} END {print d, s}' "d=$(date +"%m-%d-%Y-%T")"

usage:  (this is NOT the actual power at the wall )
Code:
$ ./total
power: 01-19-2015-16:37:48 6737
hashrate: 01-19-2015-16:37:49 12458





legendary
Activity: 938
Merit: 1000
January 19, 2015, 04:42:25 PM
#3
I will take a look at this monitor program and see if it does the job. Thanks for the link.
hero member
Activity: 686
Merit: 500
FUN > ROI
legendary
Activity: 938
Merit: 1000
January 19, 2015, 04:07:00 PM
#1
I wonder if any could come up with a good solution how to monitor a farm with 36 Spondoolies SP20 miners.
Just to monitor a few is a struggle and an easier way should be possible,  but I just dodnt know how?
Any ideas people.
Jump to: