7.4 KiB
7.4 KiB
v4.4.0-beta
- #1068 Added support for
self-selectstratum protocol extension. - #1240 Sync with latest RandomX code.
- #1243 Fixed incorrect OpenCL memory size detection in some cases.
- #1247 Fixed ARM64 RandomX code alignment.
- #1248 Fixed RandomX code cache cleanup on iOS/Darwin.
v4.3.1-beta
- Fixed regression in v4.3.0, miner didn't create
cnmining profile with default config example.
v4.3.0-beta
- #1227 Added new algorithm
rx/arq, RandomX variant for upcoming ArQmA fork. - #808 Added experimental support for persistent memory for CPU mining threads.
- #1221 Improved RandomX dataset memory usage and initialization speed for NUMA machines.
v4.2.1-beta
- #1150 Fixed build on FreeBSD.
- #1175 Fixed support for systems where total count of NUMA nodes not equal usable nodes count.
- #1199 Fixed excessive memory allocation for OpenCL threads with low intensity.
- #1212 Fixed low RandomX performance after fast algorithm switching.
v4.2.0-beta
- #1202 Fixed algorithm verification in donate strategy.
- Added per pool option
coinwith single possible valuemonerofor pools without algorithm negotiation, for upcoming Monero fork. - Added config option
cpu/max-threads-hintand command line option--cpu-max-threads-hint.
v4.1.0-beta
- OpenCL backend disabled by default..
- #1183 Fixed compatibility with systemd.
- #1185 Added JIT compiler for RandomX on ARMv8.
- Improved API endpoint
GET /2/backendsand added support for this endpoint to workers.xmrig.info. - Added command line option
--no-cputo disable CPU backend. - Added OpenCL specific command line options:
--opencl,--opencl-devices,--opencl-platform,--opencl-loaderand--opencl-no-cache. - Removed command line option
--http-enabled, HTTP API enabled automatically if any other--http-*option provided.
v4.0.1-beta
- #1177 Fixed compatibility with old AMD drivers.
- #1180 Fixed possible duplicated shares after algorithm switching.
- Added support for case if not all backend threads successfully started.
- Fixed wrong config file permissions after write (only gcc builds on recent Windows 10 affected).
v4.0.0-beta
- #1172 Added OpenCL mining backend.
- Algorithm
cn/wowremoved, as no longer alive.
v3.2.0
- Added per pool option
coinwith single possible valuemonerofor pools without algorithm negotiation, for upcoming Monero fork. - #1183 Fixed compatibility with systemd.
v3.1.3
- #1180 Fixed possible duplicated shares after algorithm switching.
- Fixed wrong config file permissions after write (only gcc builds on recent Windows 10 affected).
v3.1.2
- Many RandomX optimizations and fixes.
- #1128 Fixed CMake 2.8 compatibility.
v3.1.1
- #1133 Fixed syslog regression.
- #1138 Fixed multiple network bugs.
- #1141 Fixed log in background mode.
- #1142 RandomX hashrate improved by 0.5-1.5% depending on variant and CPU.
- #1146 Fixed race condition in RandomX thread init.
- #1148 Fixed, on Linux linker marking entire executable as having an executable stack.
- Fixed, for Argon2 algorithms command line options like
--threadswas ignored. - Fixed command line options for single pool, free order allowed again.
v3.1.0
- #1107 Added Argon2 algorithm family:
argon2/chukwaandargon2/wrkz.
v3.0.0
- #1111 Added RandomX (
rx/test) algorithm for testing and benchmarking. - #1036 Added RandomWOW (
rx/wow) algorithm for Wownero. - #1050 Added RandomXL (
rx/loki) algorithm for Loki. - #1077 Added NUMA support via hwloc.
- Added flexible multi algorithm configuration.
- Added unlimited switching between incompatible algorithms, all mining options can be changed in runtime.
- #257 New logging subsystem, file and syslog now always without colors.
- #314 Added donate over proxy feature.
- #1007 Old HTTP API backend based on libmicrohttpd, replaced to custom HTTP server (libuv + http_parser).
- #1010 Added daemon support (solo mining).
- #1066 Added error message if pool not ready for RandomX.
- #1105 Improved auto configuration for
cn-picoalgorithm. - Added commands
pauseandresumevia JSON RPC 2.0 API (POST /json_rpc). - Added command line option
--export-topologyfor export hwloc topology to a XML file. - Breaked backward compatibility with previous configs and command line,
variantoption replaced toalgo, global optionalgoremoved, all CPU related settings moved tocpuobject. - Options
av,safeandmax-cpu-usageremoved. - Algorithm
cn/msrrenamed tocn/fast. - Algorithm
cn/xtlremoved. - API endpoint
GET /1/threadsreplaced toGET /2/backends. - Added global uptime and extended connection information in API.
- API now return current algorithm.