mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-16 15:57:38 +00:00
7aba194d3b
Change back to script's folder when started as administrator
4 lines
56 B
Batchfile
4 lines
56 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
xmrig.exe --bench=10M --submit
|
|
pause
|