mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Add support for eusolo stats for ckpool
This commit is contained in:
parent
b03045d37d
commit
54434f7de1
@ -222,7 +222,7 @@ export class HomeComponent {
|
||||
|
||||
private getQuickLink(stratumURL: string, stratumUser: string): string | undefined {
|
||||
const address = stratumUser.split('.')[0];
|
||||
|
||||
|
||||
if (stratumURL.includes('public-pool.io')) {
|
||||
return `https://web.public-pool.io/#/app/${address}`;
|
||||
} else if (stratumURL.includes('ocean.xyz')) {
|
||||
@ -231,6 +231,8 @@ export class HomeComponent {
|
||||
return `https://solo.d-central.tech/#/app/${address}`;
|
||||
} else if (/solo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
return `https://solostats.ckpool.org/users/${address}`;
|
||||
} else if (/eusolo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
return `https://eusolostats.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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user