mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-07-28 14:22:16 +02:00
Add Noderunners pool to quick links (#490)
Co-authored-by: Skot <skot@bitnet.cx>
This commit is contained in:
@@ -231,6 +231,8 @@ export class HomeComponent {
|
|||||||
return `https://solo.d-central.tech/#/app/${address}`;
|
return `https://solo.d-central.tech/#/app/${address}`;
|
||||||
} else if (/solo[46]?.ckpool.org/.test(stratumURL)) {
|
} else if (/solo[46]?.ckpool.org/.test(stratumURL)) {
|
||||||
return `https://solostats.ckpool.org/users/${address}`;
|
return `https://solostats.ckpool.org/users/${address}`;
|
||||||
|
} else if (stratumURL.includes('pool.noderunners.network')) {
|
||||||
|
return `https://noderunners.network/en/pool/user/${address}`;
|
||||||
} else if (stratumURL.includes('satoshiradio.nl')) {
|
} else if (stratumURL.includes('satoshiradio.nl')) {
|
||||||
return `https://pool.satoshiradio.nl/user/${address}`;
|
return `https://pool.satoshiradio.nl/user/${address}`;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user