5 lines
60 B
Batchfile
5 lines
60 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
xmrig.exe --bench=1M --submit
|
|
pause
|