mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-10 12:59:25 +02:00
Add quick link to stats when mining on solo.d-central.tech
This commit is contained in:
parent
04c8b80287
commit
630d77db0c
@ -144,6 +144,9 @@ export class HomeComponent {
|
||||
} else if (info.stratumURL.includes('ocean.xyz')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://ocean.xyz/stats/${address}`;
|
||||
} else if (info.stratumURL.includes('solo.xd-central.tech')) {
|
||||
const address = info.stratumUser.split('.')[0]
|
||||
return `https://solo.d-central.tech/#/app/${address}`;
|
||||
} else {
|
||||
return undefined;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user