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>
25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
# XMRig dependencies
|
|
[](https://github.com/xmrig/xmrig-deps/releases)
|
|
[](https://github.com/xmrig/xmrig-deps/releases)
|
|
[](https://github.com/xmrig/xmrig-deps/releases)
|
|
[](https://github.com/xmrig/xmrig-deps/blob/master/LICENSE)
|
|
[](https://github.com/xmrig/xmrig-deps/stargazers)
|
|
[](https://github.com/xmrig/xmrig-deps/network)
|
|
|
|
This repository only contains a binary build of XMRig dependencies.
|
|
|
|
* [libuv](https://libuv.org/) 1.51.0
|
|
* [OpenSSL](https://openssl-library.org/) 3.0.16
|
|
* [hwloc](https://www.open-mpi.org/projects/hwloc) 2.12.1
|
|
|
|
## Usage
|
|
### Microsoft Visual Studio 2022
|
|
- x64 `cmake .. -G "Visual Studio 17 2022" -A x64 -DXMRIG_DEPS=c:\xmrig-deps\msvc2022\x64`
|
|
|
|
### Microsoft Visual Studio 2019
|
|
- x64 `cmake .. -G "Visual Studio 16 2019" -A x64 -DXMRIG_DEPS=c:\xmrig-deps\msvc2019\x64`
|
|
|
|
### MSYS2
|
|
|
|
- x64 `"c:\Program Files\CMake\bin\cmake.exe" .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64`
|
|
- x86 `"c:\Program Files\CMake\bin\cmake.exe" .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x86`
|