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'