Skip to content

Commit

Permalink
update rigel to 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Jun 28, 2024
1 parent a308b3c commit 24d8732
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Miners/nv-rigel-1.15.0.ps1 → Miners/nv-rigel-1.17.4.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ $Cfg = ReadOrCreateMinerConfig "Do you want use to mine the '$Name' miner" ([IO.
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "nexapow" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "octopus" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "pyrinhash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha256ton" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "sha512256d" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "xelishash" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "zil" }
)}

Expand Down Expand Up @@ -64,7 +66,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
API = "rigel"
URI = "https://github.com/rigelminer/rigel/releases/download/1.15.0/rigel-1.15.0-win.zip"
URI = "https://github.com/rigelminer/rigel/releases/download/1.17.4/rigel-1.17.4-win.zip"
Path = "$Name\rigel.exe"
ExtraArgs = $extrargs
Arguments = "-a $($_.Algorithm) $hosts -u $($Pool.User) -p $($Pool.Password) -w $([Config]::WorkerNamePlaceholder) --api-bind 127.0.0.1:$port --dns-over-https --no-strict-ssl --no-watchdog --stats-interval 60 --dag-reset-mclock off $nocolor$extrargs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ $Cfg = ReadOrCreateMinerConfig "Do you want use to mine the '$Name' miner" ([IO.
@{ Enabled = $true; Algorithm = "etchash"; DualAlgorithm = "pyrinhash" }
@{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "pyrinhash" }
@{ Enabled = $true; Algorithm = "ethashb3"; DualAlgorithm = "pyrinhash" }

@{ Enabled = $true; Algorithm = "abelian"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "autolykos2"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "etchash"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "ethashb3"; DualAlgorithm = "sha256ton" }

@{ Enabled = $true; Algorithm = "abelian"; DualAlgorithm = "sha512256d" }
@{ Enabled = $true; Algorithm = "autolykos2"; DualAlgorithm = "sha512256d" }
Expand All @@ -48,11 +54,13 @@ $Cfg = ReadOrCreateMinerConfig "Do you want use to mine the '$Name' miner" ([IO.
@{ Enabled = $true; Algorithm = "fishhash"; DualAlgorithm = "alephium" }
@{ Enabled = $true; Algorithm = "fishhash"; DualAlgorithm = "karlsenhash" }
@{ Enabled = $true; Algorithm = "fishhash"; DualAlgorithm = "pyrinhash" }
@{ Enabled = $true; Algorithm = "fishhash"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "fishhash"; DualAlgorithm = "sha512256d" }

@{ Enabled = $true; Algorithm = "octopus"; DualAlgorithm = "alephium" }
@{ Enabled = $true; Algorithm = "octopus"; DualAlgorithm = "karlsenhash" }
@{ Enabled = $true; Algorithm = "octopus"; DualAlgorithm = "pyrinhash" }
@{ Enabled = $true; Algorithm = "octopus"; DualAlgorithm = "sha256ton" }
@{ Enabled = $true; Algorithm = "octopus"; DualAlgorithm = "sha512256d" }
)}

Expand Down Expand Up @@ -97,7 +105,7 @@ $Cfg.Algorithms | ForEach-Object {
DualAlgorithm = $AlgoDual
Type = [eMinerType]::nVidia
API = "rigel"
URI = "https://github.com/rigelminer/rigel/releases/download/1.15.0/rigel-1.15.0-win.zip"
URI = "https://github.com/rigelminer/rigel/releases/download/1.17.4/rigel-1.17.4-win.zip"
Path = "$Name\rigel.exe"
ExtraArgs = $extrargs
Arguments = "-a $($_.Algorithm)+$($_.DualAlgorithm) $hosts -w $([Config]::WorkerNamePlaceholder) --api-bind 127.0.0.1:$port --dns-over-https --no-strict-ssl --no-watchdog --stats-interval 60 --dag-reset-mclock off $nocolor$extrargs"
Expand Down

0 comments on commit 24d8732

Please sign in to comment.