mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01: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}`;
|
||||
} else if (/solo[46]?.ckpool.org/.test(stratumURL)) {
|
||||
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}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user