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