mirror of
https://github.com/xmrig/xmrig.git
synced 2025-02-25 20:40:42 +00:00
4 lines
55 B
Batchfile
4 lines
55 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
xmrig.exe --bench=1M --submit
|
|
pause
|