mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-07-03 21:30:47 +02:00
Add quick link to stats when mining on solo.d-central.tech
This commit is contained in:
@ -144,6 +144,9 @@ export class HomeComponent {
|
|||||||
} else if (info.stratumURL.includes('ocean.xyz')) {
|
} else if (info.stratumURL.includes('ocean.xyz')) {
|
||||||
const address = info.stratumUser.split('.')[0]
|
const address = info.stratumUser.split('.')[0]
|
||||||
return `https://ocean.xyz/stats/${address}`;
|
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 {
|
} else {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user