Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.9
by
livada
on 28/04/2018, 16:10:15 UTC
Hello, is it possible to add an option to disable/enable windows gpus before start mining ?

Thanks

this is something i am already working on for the next version

i use DevManView.exe for this.
and call with reset.bat like this

@echo off
SET "version=01"
SET "title=%~nx0 - version %version%"
TITLE %title%

SET device1="Radeon RX Vega"

echo.
echo Uredjaj: %device1%
timeout 2
DevManView.exe /disable %device1%
echo Uredjaj: %device1% disablan
timeout 5
DevManView.exe /enable %device1%
echo Uredjaj: %device1% enablan

echo.
echo THE END!!!
timeout 5


ALL Vega card in device menager have identicala name : "Radeon RX Vega"

Iff you have diferent card you must use more, SET device2= name card , SET device3= name card