- #119 Fixed compile error on Linux.
- #124 Fixed
"out of memory"
error on non-CryptoNight algorithms. - #125 Fixed
"invalid argument"
error.
- ABI changed, minimum supported XMRig version now is 6.15.0.
- #2563 Added new algorithm RandomX Graft (
rx/graft
). - #104 Fixed build on macOS 10.13 (last supported for CUDA).
- #95 Added support for Uplexa (
cn/upx2
algorithm).
- #74 Fixed CUDA 8.0 support, RandomX, AstroBWT, and KawPow disabled for this CUDA version.
- #76 Fixed high CPU usage on Cryptonight and AstroBWT.
- Removed legacy API and added version information on Windows.
- #72 Fixed broken KawPow on Linux.
- #70 RandomX: removed
rx/loki
algorithm. - Added CMake option
-DWITH_DRIVER_API=OFF
to disable CUDA Driver API and NVRTC, required forcn/r
andkawpow
algorithms.
- #65 Fixed broken AstroBWT.
- #62 Fixed broken RandomX (regression since v6.2.1).
- #59 Added support for upcoming Haven offshore fork.
- Fixed build with recent CUDA 11.
- #54 Optimized KawPow, about 2% hashrate improvement, 10% faster DAG initialization.
- #55 Added fast job switching for KawPow, almost zero stale shares.
- #1694 Added support for KawPow algorithm (Ravencoin) on AMD/NVIDIA.
- ABI changed, minimum supported XMRig version now is 5.11.0.
- #41 Added AstroBWT algorithm support.
- #1578 Added new
rx/keva
algorithm for upcoming Kevacoin fork.
- #1466 Added
cn-pico/tlo
algorithm. - Added alternative relaxed API (algorithm passed as string).
- #27 Added RandomSFX (
rx/sfx
) algorithm for Safex Cash. - #28 Added RandomV (
rx/v
) algorithm for new MoneroV.
- #10 Fixed compatibility with CUDA 8, RandomX support not tested and potentially broken with this CUDA version.
- #1276 Fixed maximum threads count.
- ABI changed, minimum supported XMRig version now is 4.6.0.
- #5 Optimized RandomX.
- #6 Fixed compatibility with some old systems.
- #7 Added support for option
dataset_host
for 2 GB GPUs. - #8 RandomX: fixed random kernel launch errors with some configurations.
- Initial version.