Bitcoin Forum
May 06, 2024, 10:53:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to monitor several KNC-Jupiter ???  (Read 825 times)
Tinua (OP)
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
June 26, 2014, 02:20:33 PM
Last edit: June 26, 2014, 10:17:22 PM by Tinua
 #1

Hi there.

I'm trying for some time with various monitoring tools, such as CryptoGlance, to observe all my KNC-Jupiter.
But it does not work.
Looks like, the API get no output to the network.
I use windows system.

In Jupiter I have the following cgconfig:
------------------------------------------
   "api-listen": true,
   "api-mcast": true,
   "api-mcast-port": "4028",
   "api-port": "4028",
   "expiry": "120",
   "failover-only": true,
   "log", "5",
   "no-pool-disable": true,
   "queue": "1",
   "scan-time": "60",
   "shares": "0",
   "kernel-path": "/ usr / bin"
   "api-allow": "W: 127.0.0.1, W: 192.168.90.0/24"
-------------------------------------------

Has anyone ever done or knows of the error?

Or someone knows monitoring tool that works with the KNC-Jupiters?

greeting
Tinu
1715035997
Hero Member
*
Offline Offline

Posts: 1715035997

View Profile Personal Message (Offline)

Ignore
1715035997
Reply with quote  #2

1715035997
Report to moderator
1715035997
Hero Member
*
Offline Offline

Posts: 1715035997

View Profile Personal Message (Offline)

Ignore
1715035997
Reply with quote  #2

1715035997
Report to moderator
1715035997
Hero Member
*
Offline Offline

Posts: 1715035997

View Profile Personal Message (Offline)

Ignore
1715035997
Reply with quote  #2

1715035997
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
aosmith
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
June 26, 2014, 08:47:24 PM
 #2

Hi there.

I'm trying for some time with various monitoring tools, such as CryptoGlance, to observe all my KNC-Jupiter.
But it does not work.
Looks like, the API get no output to the network.
I use windows system.

In Jupiter I have the following cgconfig:
------------------------------------------
   "api-list": true,
   "api-mcast": true,
   "api-mcast-port": "4028",
   "api-port": "4028",
   "expiry": "120",
   "failover-only": true,
   "log", "5",
   "no-pool-disable": true,
   "queue": "1",
   "scan-time": "60",
   "shares": "0",
   "kernel-path": "/ usr / bin"
   "api-allow": "W: 127.0.0.1, W: 192.168.90.0/24"
-------------------------------------------

Has anyone ever done or knows of the error?

Or someone knows monitoring tool that works with the KNC-Jupiters?

greeting
Tinu

Have you looked into Munin at all?  http://munin-monitoring.org/
jimrome
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
June 26, 2014, 09:57:22 PM
 #3

Hi there.

I'm trying for some time with various monitoring tools, such as CryptoGlance, to observe all my KNC-Jupiter.
But it does not work.
Looks like, the API get no output to the network.
I use windows system.

In Jupiter I have the following cgconfig:
------------------------------------------
   "api-list": true,
   "api-mcast": true,
   "api-mcast-port": "4028",
   "api-port": "4028",
   "expiry": "120",
   "failover-only": true,
   "log", "5",
   "no-pool-disable": true,
   "queue": "1",
   "scan-time": "60",
   "shares": "0",
   "kernel-path": "/ usr / bin"
   "api-allow": "W: 127.0.0.1, W: 192.168.90.0/24"
-------------------------------------------

Has anyone ever done or knows of the error?

Or someone knows monitoring tool that works with the KNC-Jupiters?

greeting
Tinu

The more recent KNC firmwares have some parameters to set in the UI to control access to the box (after several customers were hacked and their machines hijacked). I don't know if they are just leveraging the built in API functionality in cgminer (e.g. api-allow) or if they have another solution.

At any rate, this is my working config:

{
  "pools": [
    {
      "url": "stratum+tcp://xxxxx",
      "user": "xxxx",
      "pass": "asdf"
    },
    {
      "url": "stratum+tcp:/xxxxx",
      "user": "xxxx",
      "pass": "asdf"
    },
    {
      "url": "stratum+tcp://xxxxx",
      "user": "xxxx",
      "pass": "asdf"
    },
    {
      "url": "",
      "user": "",
      "pass": ""
    }
  ],
  "api-allow": "W:127.0.0.1,W:10.0.1/24",
 "api-listen": true
}

EDIT: looks like you're missing 'api-listen'


Tinua (OP)
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
June 26, 2014, 10:24:12 PM
 #4

The more recent KNC firmwares have some parameters to set in the UI to control access to the box (after several customers were hacked and their machines hijacked). I don't know if they are just leveraging the built in API functionality in cgminer (e.g. api-allow) or if they have another solution.


 
 "api-listen": true


EDIT: looks like you're missing 'api-listen'

Hi Jimrome

I have api-listen. Was a copy failure.

Tinua (OP)
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
June 26, 2014, 10:28:12 PM
 #5

Have you looked into Munin at all?  http://munin-monitoring.org/

Will take a look tomorrow

Thanks
jimrome
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
June 26, 2014, 10:29:30 PM
 #6

The more recent KNC firmwares have some parameters to set in the UI to control access to the box (after several customers were hacked and their machines hijacked). I don't know if they are just leveraging the built in API functionality in cgminer (e.g. api-allow) or if they have another solution.


 
 "api-listen": true


EDIT: looks like you're missing 'api-listen'

Hi Jimrome

I have api-listen. Was a copy failure.



Why are you using multicast? edit: and you have 4028 as both your api and multicast port?
Tinua (OP)
Hero Member
*****
Offline Offline

Activity: 871
Merit: 1000



View Profile
July 02, 2014, 09:20:08 AM
 #7

Problem solved
I had to enter under Networking / Management "0.0.0.0 / 0".

Thank you jimrome
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!