Merge of xmrig v6.5.0

This commit is contained in:
MoneroOcean 2020-11-02 15:08:16 +00:00
commit a57d1bbbda
86 changed files with 15293 additions and 490 deletions

View file

@ -0,0 +1,3 @@
@echo off
xmrig.exe --bench=10M --submit
pause

3
scripts/benchmark_1M.cmd Normal file
View file

@ -0,0 +1,3 @@
@echo off
xmrig.exe --bench=1M --submit
pause

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
OPENSSL_VERSION="1.1.1g"
OPENSSL_VERSION="1.1.1h"
mkdir -p deps
mkdir -p deps/include

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
UV_VERSION="1.38.1"
UV_VERSION="1.40.0"
mkdir -p deps
mkdir -p deps/include