Releases: cryptopoo/hiveos_gddr6x_temps
Releases · cryptopoo/hiveos_gddr6x_temps
v1.2.0
Changelog:
- Added timeout on curl requests to miners API in case their API gets stuck or the miner is stuck
- Increased tricking timeout to 5 seconds, just to allow more time to fix the gpu-stats.json file in case of curls failures mentioned in previous point
- Switched to PCIE Addresses instead of using gpu indexes id. This will ensure 100% correct temperatures in all mixed AMD/NVIDIA setups
- Small improvements / refactoring to source code
v1.1.0
Good news!
This release makes major changes:
- Reading data directly from miners API instead of parsing log files (thanks @jgonzis for suggesting it)
- Major code refactoring to keep the code fast, compact and clean
- More stability by tricking the agent to wait for memory temps to be added before sending the data to HiveOS API
- Fixed a bug that could have hanged the script when running for a long time
- More fail-safe checks to make sure data is correctly inserted
- Query miners API only for running miners
Thanks to everyone that contributed to tests for their feedbacks!