mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-18 18:10:54 +02:00
Add link for pool.satoshiradio.nl (#501)
This commit is contained in:
parent
48711ef0a7
commit
4100402990
@ -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('satoshiradio.nl')) {
|
||||||
|
return `https://pool.satoshiradio.nl/user/${address}`;
|
||||||
}
|
}
|
||||||
return stratumURL.startsWith('http') ? stratumURL : `http://${stratumURL}`;
|
return stratumURL.startsWith('http') ? stratumURL : `http://${stratumURL}`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user