File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ while ($true)
355
355
" kas" = " Kaspa"
356
356
" kHeavyHash" = " Kaspa"
357
357
" karlsenhash" = " Karlsen"
358
+ " karlsenhashnxl" = " Karlsen"
358
359
" lyra2rev2" = " Lyra2re2"
359
360
" lyra2r2" = " Lyra2re2"
360
361
" lyra2v2" = " Lyra2re2"
Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ $RequestStatus | Get-Member -MemberType NoteProperty | Select-Object -ExpandProp
204
204
$Profit = $Profit * (1 - [decimal ]$Algo.fees / 100 ) * $Pool_Variety / $Divisor
205
205
$ProfitFast = $Profit
206
206
if ($Profit -gt 0 ) {
207
- $Profit = Set-Stat - Filename $PoolInfo.Name - Key $Pool_Algorithm - Value $Profit - Interval $Cfg.AverageProfit
207
+ # Key - real zergalgo name - to work with other Karlsen: karlsenhahNXL
208
+ $Profit = Set-Stat - Filename $PoolInfo.Name - Key $Algo.name - Value $Profit - Interval $Cfg.AverageProfit
208
209
}
209
210
210
211
if ([int ]$Algo.workers_shared -ge $Config.MinimumMiners -or $global :HasConfirm ) {
You can’t perform that action at this time.
0 commit comments