Bitcoin Forum

Bitcoin => Hardware => Topic started by: Xircom on January 19, 2015, 08:07:00 PM



Title: How to monitor a 36 pcs SP20 Farm ?
Post by: Xircom on January 19, 2015, 08:07:00 PM
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.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: TheRealSteve on January 19, 2015, 08:29:43 PM
Have you looked at the following?
M's Miner (Ant/SP) Monitor v4.3: alerts,auto/mass/scheduled reboot/fast (https://bitcointalk.org/index.php?topic=596178.0)


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Xircom on January 19, 2015, 08:42:25 PM
I will take a look at this monitor program and see if it does the job. Thanks for the link.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: jjiimm_64 on January 19, 2015, 09:39:30 PM
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







Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Taugeran on January 19, 2015, 10:13:59 PM
I personally like cryptoglance


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Xircom on January 19, 2015, 10:14:56 PM
cryptoglance ???


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Xircom on January 19, 2015, 10:19:24 PM
Looks nice.   How many miners do you monitor with this ?


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: thomas_s on January 19, 2015, 10:27:09 PM
Have you looked at the following?
M's Miner (Ant/SP) Monitor v4.3: alerts,auto/mass/scheduled reboot/fast (https://bitcointalk.org/index.php?topic=596178.0)
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.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: GenTarkin on January 19, 2015, 11:09:01 PM
you could just set up miner.php which comes w/ cgminer....


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: cryptoglance on February 18, 2015, 05:56:47 PM
cryptoglance ???

https://bitcointalk.org/index.php?topic=569924.0


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: ElGabo on February 18, 2015, 07:04:02 PM
M's miner monitor for direct check.

I use Multiminer with Mobileminer for remote.

Both works fine.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Taugeran on February 20, 2015, 08:00:56 PM
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


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: toptekk on February 21, 2015, 02:28:59 AM
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


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: dogie on February 21, 2015, 10:29:50 AM
I thought Spondoolies had their own propriety software for larger clients? CC definitely does (its pretty cool), not sure on Bitmain.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Xircom on February 22, 2015, 08:41:24 PM
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 ???


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: dogie on February 22, 2015, 08:44:30 PM
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 ???

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


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: MCHouston on February 23, 2015, 05:15:54 AM
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 ???

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.


Title: Re: How to monitor a 36 pcs SP20 Farm ?
Post by: Guy Corem on February 23, 2015, 05:37:09 AM
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 ???

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.