Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.2
by
JuanHungLo
on 10/05/2018, 16:06:57 UTC
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:
Quote

"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:

Quote

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.