How to configure mininig_rig_commander_api_url?
At first, find the url of mining rig monitor
and append /api/v1/ping
. For example:
192.168.1.200:4000/api/v1/ping
https://mrm.example.com/api/v1/ping
It should return HTTP Code 200 with message:
{"message":"pong"}
The value of mininig_rig_commander_api_url
should be:
192.168.1.200:4000/api/v1
https://mrm.example.com/api/v1
Not:
192.168.1.200:4000/api/v1/
https://mrm.example.com/api/v1/