xmrig/scripts/benchmark_10M.cmd

5 lines
61 B
Batchfile
Raw 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=10M --submit
pause