From b1e23b46ddaa93381084e892aecd7f70ede69fab Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 2 Nov 2019 04:03:03 +0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa2e814a..5630698d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ [![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 High performance, open source, cross platform RandomX, CryptoNight and Argon2 CPU/GPU miner, with official support for Windows +XMRig High performance, open source, cross platform RandomX, CryptoNight and Argon2 CPU/GPU miner, with official support for Windows. + +## Mining backends +- **CPU** (x64/x86/ARM) +- **OpenCL** for AMD GPUs. +- **CUDA** for NVIDIA GPUs via external [CUDA plugin](https://github.com/xmrig/xmrig-cuda). @@ -29,6 +34,7 @@ XMRig High performance, open source, cross platform RandomX, CryptoNight and Arg The preferred way to configure the miner is the [JSON config file](src/config.json) as it is more flexible and human friendly. The command line interface 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 calls. * **[xmrig.com/wizard](https://xmrig.com/wizard)** helps you create initial configuration for the miner. +* **[workers.xmrig.info](http://workers.xmrig.info)** helps manage your miners via HTTP API. ### Command line options ```