Skip to content

Instantly share code, notes, and snippets.

@ishtob
Created November 6, 2017 01:33
Show Gist options
  • Save ishtob/408e3cab3cda9b0e7f3b50f0a168673c to your computer and use it in GitHub Desktop.
Save ishtob/408e3cab3cda9b0e7f3b50f0a168673c to your computer and use it in GitHub Desktop.
@echo on
set currentdir=%cd%
cd C:\Program Files (x86)\Windows Kits\10\Tools\x64
devcon.exe disable "PCI\VEN_1002&DEV_687F"
timeout /t 5
devcon.exe enable "PCI\VEN_1002&DEV_687F"
timeout /t 5
cd C:\miners
OverdriveNTool.exe -r0 -r1 -r2 -p0Vega56-0 -p1Vega56-1 -p2Vega56-2
timeout /t 5
cd C:\miners\xmr-stak-amd
xmr-stak-amd.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment