From d4b339b1a3dd44ecd52bca1d3a85c9cedba04b22 Mon Sep 17 00:00:00 2001 From: Hayden Cardwell <26019242+hayden-cardwell@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:14:51 -0600 Subject: [PATCH] Add a link to SethForPrivacy's Linux guide Added a link to SethForPrivacy's guide within the Linux instructions, to potentially assist those who may need a bit more hand holding, or followed his previous guide to deploy a node. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73041d3..e8e9d47 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Step-by-step guide: - To set custom fixed difficulty for your miner (for example, 10000), run `./xmrig -u x+10000 -o 127.0.0.1:3333` - xmrig should connect and start mining - Also check p2pool.log for any warnings and errors: `grep -E 'WARNING|ERROR' p2pool.log` +- For a more in-depth beginner friendly walkthrough with the option of using Docker, please see SethForPrivacy's guide at: https://sethforprivacy.com/guides/run-a-p2pool-node/ ### Windows