Skip to content

Commit

Permalink
Update SRBMinerMulti-v0.7.3.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessGuru committed May 15, 2021
1 parent 7ccd894 commit 8717fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OptionalMiners/SRBMinerMulti-v0.7.3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ $AlgorithmDefinitions = [PSCustomObject[]]@(
[PSCustomObject]@{ Algorithm = "CryptonightDouble"; Type = "CPU"; Fee = 0; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm cryptonight_heavyx" }
[PSCustomObject]@{ Algorithm = "CurveHash"; Type = "CPU"; Fee = 0.0085; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm curvehash" }
[PSCustomObject]@{ Algorithm = "Eaglesong"; Type = "CPU"; Fee = 0.0085; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm eaglesong" }
[PSCustomObject]@{ Algorithm = "EtcHash"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 45; Arguments = " --algorithm etchash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "Ethash"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 45; Arguments = " --algorithm ethash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "EthashLowMem"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 45; Arguments = " --algorithm ethash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "EtcHash"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 15; Arguments = " --algorithm etchash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "Ethash"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 15; Arguments = " --algorithm ethash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "EthashLowMem"; Type = "CPU"; Fee = 0.0065; MinerSet = 1; WarmupTime = 15; Arguments = " --algorithm ethash" } # Not profitable with CPU
[PSCustomObject]@{ Algorithm = "HeavyHash"; Type = "CPU"; Fee = 0.0085; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm heavyhash" }
[PSCustomObject]@{ Algorithm = "Kangaroo12"; Type = "CPU"; Fee = 0.0085; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm k12" }
[PSCustomObject]@{ Algorithm = "Kadena"; Type = "CPU"; Fee = 0.0085; MinerSet = 0; WarmupTime = 15; Arguments = " --algorithm kadena" }
Expand Down

0 comments on commit 8717fa8

Please sign in to comment.