From 158ca3926611b3af4e1fb39a0a20f5a2efb53567 Mon Sep 17 00:00:00 2001 From: spetterman66 <69303239+spetterman66@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:44:08 +0200 Subject: [PATCH] docs: readme modification --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4d40751..5bcfb099 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ [![GitHub stars](https://img.shields.io/github/stars/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/stargazers) [![GitHub forks](https://img.shields.io/github/forks/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/network) -XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and [GhostRider](https://github.com/xmrig/xmrig/tree/master/src/crypto/ghostrider#readme) unified CPU/GPU miner and [RandomX benchmark](https://xmrig.com/benchmark). Official binaries are available for Windows, Linux, macOS and FreeBSD. +XMRig is a high performance, open source, cross-platform RandomX, KawPow, CryptoNight and [GhostRider](https://github.com/xmrig/xmrig/tree/master/src/crypto/ghostrider#readme) unified CPU/GPU miner and [RandomX benchmark](https://xmrig.com/benchmark). Official binaries are available for Windows, Linux, macOS and FreeBSD. ## Mining backends -- **CPU** (x86/x64/ARMv7/ARMv8) +- **CPU** (x86/x86_64/ARMv7/ARMv8) - **OpenCL** for AMD GPUs. - **CUDA** for NVIDIA GPUs via external [CUDA plugin](https://github.com/xmrig/xmrig-cuda). @@ -21,12 +21,12 @@ XMRig is a high performance, open source, cross platform RandomX, KawPow, Crypto ## Usage The preferred way to configure the miner is the [JSON config file](https://xmrig.com/docs/miner/config) as it is more flexible and human friendly. The [command line interface](https://xmrig.com/docs/miner/command-line-options) does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing [API](https://xmrig.com/docs/miner/api) calls. -* **[Wizard](https://xmrig.com/wizard)** helps you create initial configuration for the miner. -* **[Workers](http://workers.xmrig.info)** helps manage your miners via HTTP API. +* **[Wizard](https://xmrig.com/wizard)** helps you create an initial configuration file for the miner. +* **[Workers](http://workers.xmrig.info)** helps manage your miners via a HTTP API. ## Donations -* Default donation 1% (1 minute in 100 minutes) can be increased via option `donate-level` or disabled in source code. -* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD` +* Default donation percentage is 1% (1 minute in 100 minutes), it can be increased via option `donate-level` or it can be disabled in the source code. +* XMR address: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD` ## Developers * **[xmrig](https://github.com/xmrig)**