Skip to content

Commit

Permalink
Update ckpool stats URL (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson authored Sep 26, 2024
1 parent f130b05 commit 1c3ec97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class HomeComponent {
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}`;
return `https://solo.ckpool.org/users/${address}`;
} else {
return undefined;
}
Expand Down

0 comments on commit 1c3ec97

Please sign in to comment.