Skip to content

Commit

Permalink
Update miner order
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Jul 24, 2024
1 parent 31b96d7 commit 023eaf0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const asicMiners: Record<string, MinerInfo> =
power: 1.0,
cost: 10000,
},
'Goldshell AL BOX II': {
hashrate: 1.440,
power: 0.36,
cost: 6350,
},
'Bitmain Antminer L1 (with coupon)': {
hashrate: 15.6,
power: 3.51,
Expand All @@ -28,12 +33,7 @@ const asicMiners: Record<string, MinerInfo> =
hashrate: 0.4,
power: 0.1,
cost: 799,
},
'Goldshell AL BOX II': {
hashrate: 1.440,
power: 0.36,
cost: 6350,
},
}
}

const stableRewardDate = new Date('2025-11-08')
Expand Down

0 comments on commit 023eaf0

Please sign in to comment.