xmrig/scripts/benchmark_1M.cmd

5 lines
60 B
Batchfile
Raw Normal View History

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