mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-10-04 20:13:46 +02:00
Merge pull request #610 from cosmicpsyop/bugfix/worker-api
worker-api: add new supported pools
This commit is contained in:
@@ -331,7 +331,7 @@ String getPoolAPIUrl(void) {
|
|||||||
poolAPIUrl = "https://public-pool.io:40557/api/client/";
|
poolAPIUrl = "https://public-pool.io:40557/api/client/";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (Settings.PoolAddress == "nerdminers.org") {
|
if (Settings.PoolAddress == "pool.nerdminers.org") {
|
||||||
poolAPIUrl = "https://pool.nerdminers.org/users/";
|
poolAPIUrl = "https://pool.nerdminers.org/users/";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -339,6 +339,8 @@ String getPoolAPIUrl(void) {
|
|||||||
case 3333:
|
case 3333:
|
||||||
if (Settings.PoolAddress == "pool.sethforprivacy.com")
|
if (Settings.PoolAddress == "pool.sethforprivacy.com")
|
||||||
poolAPIUrl = "https://pool.sethforprivacy.com/api/client/";
|
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
|
// Add more cases for other addresses with port 3333 if needed
|
||||||
break;
|
break;
|
||||||
case 2018:
|
case 2018:
|
||||||
|
Reference in New Issue
Block a user