diff --git a/OptionalMiners/cryptodredge16.ps1 b/OptionalMiners/cryptodredge16.ps1 index 00620dbcee..28adaa0d23 100644 --- a/OptionalMiners/cryptodredge16.ps1 +++ b/OptionalMiners/cryptodredge16.ps1 @@ -5,6 +5,7 @@ $Uri = "https://github.com/technobyl/CryptoDredge/releases/download/v0.16.0/Cryp $Commands = [PSCustomObject]@{ "exosis" = " --intensity 8 -a exosis" #Exosis + "phi" = " --intensity 8 -a phi" #Phi } $Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName