Bitcoin Forum
October 02, 2025, 05:24:25 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: February 27, 2018, 12:49:02 PM
Hey all,

I created a small script to extract Nvidia and DSTM telemetry data into Prometheus to create nice dashboards.

Check it out and let me know what you think: https://github.com/pwm/rig-stats

that look intristing for a person who like to track statistic BUT from what i see it working only for linux Sad so when you have time to make for windows to will be nice Smiley cheers

As giveen1 said in theory it should work on Windows if you have Python3 and NVML (the Nvidia Management Library) installed. I have not tested any of this personally, so if you're up for it I would love to hear feedback whether it works or not.

NVML is part of the CUDA toolkit and can be downloaded from here: https://developer.nvidia.com/cuda-downloads
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: February 27, 2018, 12:27:34 PM
Hey all,

I created a small script to extract Nvidia and DSTM telemetry data into Prometheus to create nice dashboards.

Check it out and let me know what you think: https://github.com/pwm/rig-stats

It looks really nice, nice job! Is it possible to connect multiple rigs to have all of them in the same interface?

Thanks Smiley

Re multiple servers - As Prometheus is pull based what this script does is simply expose telemetry data as an http endpoint (in Prometheus' data model semantic, ie. a simple specifically formatted text file) so that Prometheus can query it. This means that the script would have to run on the rigs themselves and then you'd configure Prometheus to pull from all rigs. This is safe as all data has the GPU's uuid as a label which means that each GPU will have its own time series stored independent of one another.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: February 26, 2018, 06:55:16 PM
Hey all,

I created a small script to extract Nvidia and DSTM telemetry data into Prometheus to create nice dashboards.

Check it out and let me know what you think: https://github.com/pwm/rig-stats
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!