Skip to content

Commit

Permalink
added supra hashrate estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wilson committed Mar 4, 2024
1 parent 69e3c4b commit 15db046
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export class HomeComponent {
}
} else if (info.ASICModel === eASICModel.BM1397) {
return (info.frequency * (672 / 1000))
} else if (info.ASICModel === eASICModel.BM1368) {
return (info.frequency * (1276 / 1000))
}

return undefined;
Expand Down

0 comments on commit 15db046

Please sign in to comment.