Bitcoin Forum
February 11, 2026, 12:23:46 AM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Monitoring Claymore with Splunk on: December 03, 2017, 06:13:44 AM
Linked is a set of Powershell scripts to monitor EthDcrMiner64.exe and send collected data to a Splunk instance.
Check readme.txt.

scripts: https://files.fm/u/thttwfez

splunk event sample: https://i.imgur.com/GVXElzN.png
splunk chart of latest hashrates: https://i.imgur.com/MGMZsXK.png

/c
2  Alternate cryptocurrencies / Mining (Altcoins) / Correlating GPU to PCI Slot [Windows] on: November 20, 2017, 02:56:10 PM
It really is a pain to identify which GPU needs attention based on information available in Windows. 

The closest I have come to identifying a GPU index to its PCI slot is demonstrated in the below Powershell script.  But even then, each Windows install is different so this procedure can't really be reproduced.  I am posting this in case someone has come across a better method or can expand on this script.

The idea behind this script is to identify all PCI devices and their children in Windows.  Then, one has to unplug GPU by GPU and correlate the PCI device to a physical PCI slot.  Once you have this cross reference, you can disable the GPUs you need in order to identify them.  The disabled GPUs will output a ProblemCode other than zero in the script.

Required DeviceManagement Cmdlets:
https://gallery.technet.microsoft.com/Device-Management-7fad2388

Powershell Script:
https://pastebin.com/x3zzzgru

Powershell Output:


/c
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!