Hi,
I am the developer of rig-monitor (see here:
https://bt.irlbtc.com/view/2128602.0;all ) and got some requests to support castXMR. Could someone send an example call to the management API together with the json output?
Thanks
Hi!, hope to see this working with your rig monitor, I haven't tested but it seems pretty powerful.
When castxmr is executed using --remoteaccess you go to
http://127.0.0.1:7777 and you get this, no file extension. This is what I get:
{
"total_hash_rate": 7446843,
"total_hash_rate_avg": 7452078,
"pool": {
"server": "xmr-us-east1.nanopool.org:14444",
"status": "connected",
"online": 468163,
"offline": 61,
"reconnects": 10,
"time_connected": "2018-05-10 14:19:45",
"time_disconnected": "2018-05-10 14:19:24"
},
"job": {
"job_number": 6340,
"difficulty": 120001,
"running": 32,
"job_time_avg": 73.85
},
"shares": {
"num_accepted": 27365,
"num_rejected": 105,
"num_invalid": 3,
"num_network_fail": 5,
"num_outdated": 1155,
"search_time_avg": 17.11
},
"devices": [
{
"device": "GPU0",
"device_id": 0,
"hash_rate": 1837320,
"hash_rate_avg": 1836657,
"gpu_temperature": 43,
"gpu_fan_rpm": 3210
},
{
"device": "GPU1",
"device_id": 1,
"hash_rate": 1825157,
"hash_rate_avg": 1827810,
"gpu_temperature": 42,
"gpu_fan_rpm": 3227
},
{
"device": "GPU2",
"device_id": 2,
"hash_rate": 1961685,
"hash_rate_avg": 1961784,
"gpu_temperature": 50,
"gpu_fan_rpm": 3241
},
{
"device": "GPU3",
"device_id": 3,
"hash_rate": 1822681,
"hash_rate_avg": 1825827,
"gpu_temperature": 50,
"gpu_fan_rpm": 3162
}
]
}