mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
4 lines
61 B
Batchfile
4 lines
61 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
xmrig.exe --bench=10M --submit
|
|
pause
|