From ba4501684b4ce8ca2608aecd1c6125d4615fecee Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Mon, 22 Jul 2019 13:14:03 -0400 Subject: [PATCH] doc: minor edit due to xmrig changes --- stratum-ss.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stratum-ss.md b/stratum-ss.md index 2cb96b3..434b42c 100644 --- a/stratum-ss.md +++ b/stratum-ss.md @@ -61,9 +61,9 @@ above): parameters first. - If using [XMRig](https://github.com/jtgrassie/xmrig/tree/stratum-ss), edit - your `config.json` file setting the top level `algo` field to `"algo": - "cryptonight/r"` and setting the parameter `self-select` in your pool object - (e.g. `"self-select": "localhost:28081"`). + your pool object in your `config.json` file setting the `algo` field to + `"algo": "cryptonight/r"` and setting the `self-select` field to your daemon + address (e.g. `"self-select": "localhost:28081"`). ## Specification