13 lines
412 B
Markdown
13 lines
412 B
Markdown
# Set donation to 0
|
|
Open `xmrig/src/donate.h`, set `kDefaultDonateLevel` to 0, and set `kMinimumDonateLevel` to 0.
|
|
|
|
# Build
|
|
```bash
|
|
git clone https://github.com/xmrig/xmrig.git
|
|
mkdir xmrig\build && cd xmrig\build
|
|
cmake .. -G "Visual Studio 17 2022" -A x64 -DXMRIG_DEPS=c:\xmrig-deps\msvc2019\x64
|
|
cmake --build . --config Release
|
|
```
|
|
|
|
# 參考
|
|
- [Windows build - XMRig](https://xmrig.com/docs/miner/build/windows) |