Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Oct 19, 2022
1 parent 5e8ee5a commit 6e1d2c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Miners/wildrig-amd-0.33.3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ $Cfg = ReadOrCreateMinerConfig "Do you want use to mine the '$Name' miner" ([IO.
Algorithms = @(
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "0x10" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "anime" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "bmw512" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "bmw512" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "curvehash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "firopow" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "ghostrider" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "heavyhash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "heavyhash" }
[AlgoInfoEx]@{ Enabled = $([Config]::ActiveTypes -notcontains [eMinerType]::CPU); Algorithm = "mike" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "pufferfish2" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "pufferfish2" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha256csm" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha512256d" }
)}
Expand Down
6 changes: 3 additions & 3 deletions Miners/wildrig-nv-0.33.3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ $Cfg = ReadOrCreateMinerConfig "Do you want use to mine the '$Name' miner" ([IO.
Algorithms = @(
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "0x10" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "anime" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "bmw512" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "bmw512" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "curvehash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "firopow" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "ghostrider" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "heavyhash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "heavyhash" }
[AlgoInfoEx]@{ Enabled = $([Config]::ActiveTypes -notcontains [eMinerType]::CPU); Algorithm = "mike" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "pufferfish2" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "pufferfish2" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha256csm" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha512256d" }
)}
Expand Down

0 comments on commit 6e1d2c3

Please sign in to comment.