From e875c4a2ac1c21b0d50fee658a3a189ddea2b122 Mon Sep 17 00:00:00 2001 From: cosmicpsyop Date: Thu, 20 Mar 2025 13:51:34 -0700 Subject: [PATCH 1/2] worker-api: matching for pool.nerdminers.org --- src/monitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitor.cpp b/src/monitor.cpp index fd4d34c..d246797 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -331,7 +331,7 @@ String getPoolAPIUrl(void) { poolAPIUrl = "https://public-pool.io:40557/api/client/"; } else { - if (Settings.PoolAddress == "nerdminers.org") { + if (Settings.PoolAddress == "pool.nerdminers.org") { poolAPIUrl = "https://pool.nerdminers.org/users/"; } else { From 9e6b9950022aaacc3ddf241497829b6da94be151 Mon Sep 17 00:00:00 2001 From: cosmicpsyop Date: Thu, 12 Jun 2025 00:37:06 -0700 Subject: [PATCH 2/2] add solomining.de worker-api --- src/monitor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/monitor.cpp b/src/monitor.cpp index d246797..cda7921 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -339,6 +339,8 @@ String getPoolAPIUrl(void) { case 3333: if (Settings.PoolAddress == "pool.sethforprivacy.com") poolAPIUrl = "https://pool.sethforprivacy.com/api/client/"; + if (Settings.PoolAddress == "pool.solomining.de") + poolAPIUrl = "https://pool.solomining.de/api/client/"; // Add more cases for other addresses with port 3333 if needed break; case 2018: