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