Post
Topic
Board Mining (Altcoins)
Re: Megaminer 6.0 - Multi pool / Multi Algo launcher
by
jbonifacio
on 26/03/2018, 02:17:38 UTC
Tutulfo, how can I call the API using curl? I have no problems with a browser if just click OK when prompted for credentials. But I can't seem to figure out how to pull the json using curl. Thanks.

EDIT: When I say API I'm talking about the new monitoring service. Here's the URL I use:  http://192.168.1.100:9999

EDIT2:  I figured out how to get it to work using WGET and the output is redirected to stdout:

wget -O - http://192.1168.1.12:9999 --auth-no-challenge --user=[your window login id] --password [your windows password] 2>/dev/null