mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-17 00:07:44 +00:00
4 lines
60 B
Batchfile
4 lines
60 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
xmrig.exe --bench=1M --submit
|
|
pause
|