Hi,
Is it possible to get awesomeminer to display gpu stats when connected to lolminer/phoenixminer using external miner function?
Awesomeminer displays hashrate but nothing else.
When using the External Miner concept, Awesome Miner can only display the mining details provided by the mining software. For GPU it can typically include the temperature, but not all details you get if the mining is fully controlled by Awesome Miner or Remote Agent.
Hi Patrike,
Lolminer for example provides most of the important gpu stats in json format:
"Index": 0,
"Name": "AMD Radeon RX 5600 XT",
"Performance": 43.13,
"Consumption (W)": 72.001000000000005,
"Fan Speed (%)": 51,
"Temp (deg C)": 57,
"Mem Temp (deg C)": 88,
"Session_Accepted": 52,
"Session_Submitted": 52,
"Session_HWErr": 0,
"Session_BestShare": 930349369113,
"PCIE_Address": "3:0"
awesomeminer already display these stats if using the remote agent. Could we get them included when used as an external miner too?