mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-26 17:51:45 +01:00
adding ckpool to quicklink
This commit is contained in:
parent
d56a2d873c
commit
3c3cb6c042
@ -147,6 +147,9 @@ export class HomeComponent {
|
||||
} else if (info.stratumURL.includes('solo.d-central.tech')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://solo.d-central.tech/#/app/${address}`;
|
||||
} else if (info.stratumURL.includes('solo.ckpool.org')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://solostats.ckpool.org/stats/${address}`;
|
||||
} else {
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user