xmrig/scripts/benchmark_1M.cmd

5 lines
60 B
Batchfile
Raw Permalink Normal View History

2020-10-31 00:24:01 +08:00
@echo off
cd /d "%~dp0"
2020-10-31 00:24:01 +08:00
xmrig.exe --bench=1M --submit
pause