From d7a118709cac4ef5cf0522d0946931010cf6dbc4 Mon Sep 17 00:00:00 2001 From: xmrig Date: Mon, 19 Feb 2018 04:23:42 +0700 Subject: [PATCH] Update README.md --- README.md | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/README.md b/README.md index c0ddf9c9..6b9716e2 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ GPU mining part based on [Wolf9466](https://github.com/OhGodAPet) and [psychocry * Clone with `git clone https://github.com/xmrig/xmrig-amd.git` :hammer: [Build instructions](https://github.com/xmrig/xmrig-amd/wiki/Build). ## Usage +Use [config.xmrig.com](https://config.xmrig.com/amd) to generate, edit or share configurations. ### Command line options ``` @@ -71,46 +72,6 @@ GPU mining part based on [Wolf9466](https://github.com/OhGodAPet) and [psychocry -V, --version output version information and exit ``` -### Config file. -GPU configuration now possible only via config file. Sample config: -```json -{ - "algo": "cryptonight", - "background": false, - "colors": true, - "donate-level": 5, - "log-file": null, - "print-time": 60, - "retries": 5, - "retry-pause": 5, - "syslog": false, - "opencl-platform": 0, - "threads": [ - { - "index": 0, - "intensity": 896, - "worksize": 8, - "affine_to_cpu": false - } - ], - "pools": [ - { - "url": "pool.monero.hashvault.pro:5555", - "user": "", - "pass": "x", - "keepalive": true, - "nicehash": false - } - ], - "api": { - "port": 0, - "access-token": null, - "worker-id": null - } -} -``` -If `threads` option not specified the miner will try automatically create optimal configuration for your AMD GPUs. - ## Donations Default donation 5% (5 minutes in 100 minutes) can be reduced to 1% via command line option `--donate-level`.