mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-07-28 14:22:16 +02:00
adding ckpool to quicklink
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user