Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: ukzerosniper on October 04, 2014, 02:43:10 PM



Title: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: ukzerosniper on October 04, 2014, 02:43:10 PM
Hi Guys,

Does anyone have a software solution that will allow me to monitor the live stats on multiple Spondoolies-Tech SP30 miners?

I would ideally like to visit one site with all the miners info available rather than logging into each individual miner.

Thanks guys.


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: nwoolls on October 04, 2014, 02:48:47 PM
Hi Guys,

Does anyone have a software solution that will allow me to monitor the live stats on multiple Spondoolies-Tech SP30 miners?

I would ideally like to visit one site with all the miners info available rather than logging into each individual miner.

Thanks guys.

As long as they are accessible via the CGMiner/BFGMiner RPC API you can use MultiMiner and / or MobileMiner to monitor and manage all of them in a single UI. Check the following links for more info:

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices
http://multiminerapp.com
http://thread.multiminerapp.com

If you'd like to be able to manage your miners on the go from a browser or smart phone, you can use MobileMiner:

http://mobileminerapp.com
http://thread.mobileminerapp.com


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: bobsag3 on October 04, 2014, 05:51:10 PM
Hi Guys,

Does anyone have a software solution that will allow me to monitor the live stats on multiple Spondoolies-Tech SP30 miners?

I would ideally like to visit one site with all the miners info available rather than logging into each individual miner.

Thanks guys.

As long as they are accessible via the CGMiner/BFGMiner RPC API you can use MultiMiner and / or MobileMiner to monitor and manage all of them in a single UI. Check the following links for more info:

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices
http://multiminerapp.com
http://thread.multiminerapp.com

If you'd like to be able to manage your miners on the go from a browser or smart phone, you can use MobileMiner:

http://mobileminerapp.com
http://thread.mobileminerapp.com

You will need to modify the cgminer.conf on each SP30 to get the API ports open to work as a heads up.


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: nwoolls on October 04, 2014, 06:13:45 PM
You will need to modify the cgminer.conf on each SP30 to get the API ports open to work as a heads up.

If you have access and the bandwidth, do you mind putting together a set of steps for doing this on the SP30? I'd love to include it on the MultiMiner wiki. Something along the lines of:

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices#antminer-s1

Thanks in advance!  ;D


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: bobsag3 on October 04, 2014, 09:42:55 PM
You will need to modify the cgminer.conf on each SP30 to get the API ports open to work as a heads up.

If you have access and the bandwidth, do you mind putting together a set of steps for doing this on the SP30? I'd love to include it on the MultiMiner wiki. Something along the lines of:

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices#antminer-s1

Thanks in advance!  ;D

Here ya Go:

SSH Into the Sp30/31/35 In Question (root/root)
Locate cgminer.conf in /etc/
Change the line "api-allow":"W:127.0.0.1" to "w:0/0" or other needed setting
Save the edited file
Restart MinerGate/reboot machine in question (settings will not apply unless this is done)

Let me know if you need anything else.


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: nwoolls on October 04, 2014, 10:16:25 PM
You will need to modify the cgminer.conf on each SP30 to get the API ports open to work as a heads up.

If you have access and the bandwidth, do you mind putting together a set of steps for doing this on the SP30? I'd love to include it on the MultiMiner wiki. Something along the lines of:

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices#antminer-s1

Thanks in advance!  ;D

Here ya Go:

SSH Into the Sp30/31/35 In Question (root/root)
Locate cgminer.conf in /etc/
Change the line "api-allow":"W:127.0.0.1" to "w:0/0" or other needed setting
Save the edited file
Restart MinerGate/reboot machine in question (settings will not apply unless this is done)

Let me know if you need anything else.

You rock - thanks!


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: tjwebb on October 14, 2014, 02:12:31 AM
Quote
Change the line "api-allow":"W:127.0.0.1" to "w:0/0" or other needed setting

Is this good advice? What's keeping someone else from taking control of the miner?


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: -ck on October 14, 2014, 03:12:47 AM
Quote
Change the line "api-allow":"W:127.0.0.1" to "w:0/0" or other needed setting

Is this good advice? What's keeping someone else from taking control of the miner?
This is unsafe unless the API port on all the devices are only accessible from within your lan, and even then you're better off confining them to the IP addresses within your lan (192.etc).


Title: Re: Monitoring multiple Spondoolies-Tech SP30 miners
Post by: tjwebb on October 17, 2014, 04:51:45 PM
Quote
This is unsafe unless the API port on all the devices are only accessible from within your lan, and even then you're better off confining them to the IP addresses within your lan (192.etc).

Yea that's what I thought. You should only ever open the cgminer API to a particular IP address that you control or trust. Otherwise, someone with a port-scanner can find your miner and take control of it.