XMRig
672f6df6c1
Fixed Cache QoS restore on exit where it not supported.
2021-01-24 02:23:27 +07:00
XMRig
9dae559b73
Added RxMsr class.
2021-01-23 23:23:39 +07:00
XMRig
b9d813c403
Move Ryzen related fixes to RxFix class.
2021-01-23 00:27:56 +07:00
XMRig
c48e2e6af8
Added new class Msr.
2021-01-22 23:50:25 +07:00
xmrig
76fba819fe
Merge pull request #2055 from GoDzM4TT3O/patch-1
...
Add missing "cstdio" library
2021-01-22 22:19:41 +07:00
GoDzM4TT3O
6bab624885
Add missing "cstdio" library
...
Compilation fails if the above library is missing. This fixes a compilation error.
2021-01-22 14:18:28 +01:00
XMRig
3730bcd434
Merge branch 'master' into feature-msr2
2021-01-22 16:55:57 +07:00
XMRig
3b7d30a91d
v6.8.0-dev
2021-01-22 00:27:38 +07:00
XMRig
c8588903e3
Enable DMI reader by default.
2021-01-22 00:12:34 +07:00
xmrig
0b4fec15dd
Merge pull request #2052 from xmrig/feature-dmi
...
Added DMI/SMBIOS reader
2021-01-22 00:09:10 +07:00
XMRig
ef8cc28f3f
Added DMI data to online benchmark.
2021-01-21 23:22:01 +07:00
XMRig
8471f7fad3
Added "GET /2/dmi" API endpoint.
2021-01-20 22:54:02 +07:00
alvv-z
b99dc440af
Spelling Check
...
agaiin -> again
2021-01-20 12:36:47 +01:00
XMRig
9a02007900
Added config option "dmi" and command line option "--no-dmi".
2021-01-20 16:02:48 +07:00
XMRig
efc5e5d811
Fix summary.
2021-01-20 00:45:36 +07:00
XMRig
dea5be0a57
Added basic system reader.
2021-01-20 00:43:01 +07:00
XMRig
24c290963a
Added DMI reader for macOS.
2021-01-19 14:16:03 +07:00
XMRig
9dffcdaddd
Enable FreeBSD support.
2021-01-19 01:45:17 +07:00
XMRig
3df47052ed
Added legacy DMI readers for Linux.
2021-01-19 01:23:09 +07:00
XMRig
3b8d081c8c
Add support for older DMI formats on Linux.
2021-01-18 22:56:57 +07:00
XMRig
05e6f66169
Added basic Linux support.
2021-01-18 16:53:42 +07:00
XMRig
11e0d3de3a
Added DMI reader (Windows only).
2021-01-18 11:23:29 +07:00
XMRig
ea367da064
#2043 Fix compile warning.
2021-01-17 17:48:35 +07:00
xmrig
a999a56775
Merge pull request #2041 from coldiron/typo-fixes
...
fixed grammar in a couple of awkward error messages
2021-01-16 10:15:29 +07:00
Richard Mitsuk Lavitt
590252bd5e
fixed grammar in a couple of awkward error messages
2021-01-15 14:33:38 -06:00
XMRig
cc2de4f768
v6.7.3-dev
2021-01-15 20:11:28 +07:00
XMRig
aeea0e0a6c
Merge branch 'master' into dev
2021-01-15 20:09:26 +07:00
XMRig
82d698a1e5
v6.7.2
v6.7.2
2021-01-15 19:31:41 +07:00
XMRig
95b2b5e028
Merge branch 'dev'
2021-01-15 19:31:09 +07:00
xmrig
eae84d47e7
Update CHANGELOG.md
2021-01-15 19:30:22 +07:00
XMRig
45d12314f4
Sync changes.
2021-01-15 19:18:52 +07:00
xmrig
fa11cb623d
Merge pull request #2039 from SChernykh/dev
...
Fixed solo mining
2021-01-15 18:49:04 +07:00
SChernykh
7da04c6a2c
Always use cvt_bin2hex
2021-01-15 12:46:27 +01:00
SChernykh
5c449913af
Fixed solo mining
...
It was broken since 6.7.0
2021-01-15 11:18:36 +01:00
XMRig
af019fed8e
v6.7.2-dev
2021-01-11 18:29:56 +07:00
XMRig
8872630c46
Merge branch 'master' into dev
2021-01-11 18:29:06 +07:00
XMRig
d3ec21cbf5
v6.7.1
v6.7.1
2021-01-11 16:13:29 +07:00
XMRig
395dd4086b
Merge branch 'dev'
2021-01-11 16:12:14 +07:00
XMRig
a7f9808621
Fixed HOSTNAME environment variable.
2021-01-11 11:42:32 +07:00
xmrig
88862b617f
Update CHANGELOG.md
2021-01-10 07:53:44 +07:00
xmrig
39bfa0c420
Merge pull request #2028 from SChernykh/dev
...
RandomX x86 JIT: remove redundant CFROUND
2021-01-08 04:58:25 +07:00
SChernykh
f62f4e6108
RandomX x86 JIT: remove redundant CFROUND
2021-01-07 16:20:00 +01:00
h8llama
df031be628
Add Dockerfile
...
By default this Dockerfile is suitable for using dockerhub auto build
feature to build new :latest when ever there's a new push to the
github master branch allowing for simple "official" image
distribution.
Adding build args allow specifying alternate repository (default:
https://github.com/xmrig/xmrig.git ) or build reference (default:
master) example:
docker build --build-arg repo=https://github.com/ <username>/xmrig.git \
--build-arg ref=dev --tag xmrig:dev .
A multi stage build is used to keep run time image small.
2021-01-02 12:20:40 -05:00
xmrig
9f128d1182
Merge pull request #2009 from SChernykh/dev
...
AstroBWT OpenCL fixes
2020-12-27 22:56:58 +07:00
SChernykh
2f2b33c82b
AstroBWT OpenCL fixes
...
- Rewrote main BWT kernel to work properly on Navi
- Fixed nonce iterations in OclWorker
- Fixed memory allocation for AstroBWT
2020-12-27 16:44:35 +01:00
xmrig
56280cb1d5
Merge pull request #2007 from Frago9876543210/dev
...
Added scripts/{build, deps} into .gitignore
2020-12-26 00:13:19 +07:00
Frago9876543210
07127c6e87
Added scripts/{build, deps} into .gitignore
2020-12-25 20:05:18 +03:00
xmrig
3dabc77a09
Merge pull request #1998 from SChernykh/dev
...
Show hashrate in the benchmark finished message
2020-12-23 21:04:11 +07:00
SChernykh
66349e3d23
Show hashrate in the benchmark finished message
2020-12-23 14:31:38 +01:00
XMRig
85a78ce537
#1995 Fixed log initialization.
2020-12-22 21:41:39 +07:00