From d1705a7f74621349737cf4a32a5041f545601afc Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 20 Jul 2019 20:59:42 +0700 Subject: [PATCH] Update ALGORITHMS.md --- doc/ALGORITHMS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ALGORITHMS.md b/doc/ALGORITHMS.md index 9272ae81..07f92271 100644 --- a/doc/ALGORITHMS.md +++ b/doc/ALGORITHMS.md @@ -1,6 +1,6 @@ # Algorithms -Since version 3 mining algorithm should specified for each pool separately (`algo` option), earlier versions was use one global `algo` option and per pool `variant` option (this option was removed in v3). If your pool support [mining algorithm negotiation](https://github.com/xmrig/xmrig-proxy/issues/168) you may not specify this option at all. +Since version 3 mining [algorithm](#algorithm-names) should specified for each pool separately (`algo` option), earlier versions was use one global `algo` option and per pool `variant` option (this option was removed in v3). If your pool support [mining algorithm negotiation](https://github.com/xmrig/xmrig-proxy/issues/168) you may not specify this option at all. #### Example ```json @@ -46,4 +46,4 @@ Since version 3 mining algorithm should specified for each pool separately (`alg | `cn-pico` | 256 KB | TurtleCoin (TRTL) | | `rx/0` | 2 MB | RandomX (reference configuration), reserved for future use. | | `rx/wow` | 1 MB | RandomWOW (Wownero). | -| `rx/loki` | 2 MB | RandomXL (Loki). | \ No newline at end of file +| `rx/loki` | 2 MB | RandomXL (Loki). |