Complete rebranding of all components: - Core miner: xmrig -> miner (binary, version.h, CMakeLists.txt) - Proxy: xmrig-proxy -> miner-proxy - CUDA plugin: xmrig-cuda -> miner-cuda - Heatmap: xmrig-nonces-heatmap -> miner-nonces-heatmap - Go CLI wrapper: miner-cli -> miner-ctrl Vendored XMRig ecosystem into miner/ directory: - miner/core - XMRig CPU/GPU miner - miner/proxy - Stratum proxy - miner/cuda - NVIDIA CUDA plugin - miner/heatmap - Nonce visualization tool - miner/config - Configuration UI - miner/deps - Pre-built dependencies Updated dev fee to use project wallet with opt-out (kMinimumDonateLevel=0) Updated branding to Lethean (domain, copyright, version 0.1.0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4.5 KiB
4.5 KiB
v6.22.1
- #205 Fixed RandomX dataset update. Fix works together with the updated XMRig.
v6.22.0
v6.21.1
- The binary downloads now only support the latest version of each major CUDA release.
- Improved build speed with CUDA 11.3 or higher.
v6.21.0
v6.17.0
- #157 Added Dero HE (
astrobwt/v2) support.
v6.15.1
- #119 Fixed compile error on Linux.
- #124 Fixed
"out of memory"error on non-CryptoNight algorithms. - #125 Fixed
"invalid argument"error.
v6.15.0
- 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).
v6.12.0
- #95 Added support for Uplexa (
cn/upx2algorithm).
v6.5.0
- #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.
v6.4.1
- #72 Fixed broken KawPow on Linux.
v6.4.0
- #70 RandomX: removed
rx/lokialgorithm. - Added CMake option
-DWITH_DRIVER_API=OFFto disable CUDA Driver API and NVRTC, required forcn/randkawpowalgorithms.
v6.3.2
- #65 Fixed broken AstroBWT.
v6.3.1
- #62 Fixed broken RandomX (regression since v6.2.1).
v6.3.0
- #59 Added support for upcoming Haven offshore fork.
- Fixed build with recent CUDA 11.
v6.2.1
- #54 Optimized KawPow, about 2% hashrate improvement, 10% faster DAG initialization.
- #55 Added fast job switching for KawPow, almost zero stale shares.
v6.2.0
v6.1.0
v6.0.0
- #1694 Added support for KawPow algorithm (Ravencoin) on AMD/NVIDIA.
v3.0.0
- ABI changed, minimum supported XMRig version now is 5.11.0.
- #41 Added AstroBWT algorithm support.
v2.2.0
- #1578 Added new
rx/kevaalgorithm for upcoming Kevacoin fork.
v2.1.0
- #1466 Added
cn-pico/tloalgorithm. - Added alternative relaxed API (algorithm passed as string).
v2.0.2
- #27 Added RandomSFX (
rx/sfx) algorithm for Safex Cash. - #28 Added RandomV (
rx/v) algorithm for new MoneroV.
v2.0.1-beta
- #10 Fixed compatibility with CUDA 8, RandomX support not tested and potentially broken with this CUDA version.
- #1276 Fixed maximum threads count.
v2.0.0-beta
- 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_hostfor 2 GB GPUs. - #8 RandomX: fixed random kernel launch errors with some configurations.
v1.0.0-beta
- Initial version.