Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 authored Aug 17, 2022
1 parent ec849fb commit 0b6a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/srbm-cpu-1.0.5.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $Cfg.Algorithms | ForEach-Object {
}
$fee = 0.85
if (("cosa") -contains $_.Algorithm) { $fee = 2 }
elseif (("argon2d_16000") -contains $

elseif (("autolykos2") -contains $_.Algorithm) { $fee = 1.5 }
elseif (("ethash", "etchash", "ubqhash") -contains $_.Algorithm) { $fee = 0.65 }
elseif (("dynamo", "verthash", "kaspa", "sha512_256d_radiant") -contains $_.Algorithm) { $fee = 1 }
Expand Down

0 comments on commit 0b6a44a

Please sign in to comment.