How can i setup API to monitor my rig through url.
Super noob here, please provide step by step guide anyone.
btw great job Dok!, super stable miner.
thanks
in your config.txt file make sure you have something like this:
"api_enabled" : true,
"api_rig_name" : "RX4708GB",
"api_port" : 4444,
of course you can change the rig name and port number.
from another workstation in your LAN you use the IP address of your rig followed by the port, so something like this:
where 192.168.1.100 is the address of your miner.
If you want to access from the internet you may have to open up the port 4444 on your router.