mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-17 04:59:28 -04:00
5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
xmrig.exe --bench=10M --submit
|
|
pause
|