Skip to content

Commit

Permalink
undisable cnsaber and cnheavy #885
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Dec 6, 2021
1 parent 64c207b commit d1e2720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MindMiner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ while ($true)
"yespower2b" = "Power2b"
})
# disable asic algorithms
$AllAlgos.Add("Disabled", @("bcd", "beam", "bitcore", "blake", "blake2b", "blake2s", "handshake", "kadena", "sha256", "sha256t", "sha256asicboost", "sha256-ld", "sha3d", "scrypt", "scrypt-ld", "tensority", "x11", "x11-ld", "x13", "x14", "x15", "quark", "qubit", "myrgr", "lbry", "decred", "sia", "blake", "nist5", "cryptonight", "cryptonightr", "cryptonightv7", "cryptonightv8", "cnheavy", "cnsaber", "x11gost", "groestl", "eaglesong", "equihash", "lyra2re2", "lyra2z", "pascal", "keccak", "keccakc", "skein", "tribus", "c11", "phi", "timetravel", "skunk"))
$AllAlgos.Add("Disabled", @("bcd", "beam", "bitcore", "blake", "blake2b", "blake2s", "handshake", "kadena", "sha256", "sha256t", "sha256asicboost", "sha256-ld", "sha3d", "scrypt", "scrypt-ld", "tensority", "x11", "x11-ld", "x13", "x14", "x15", "quark", "qubit", "myrgr", "lbry", "decred", "sia", "blake", "nist5", "cryptonight", "cryptonightr", "cryptonightv7", "cryptonightv8", "x11gost", "groestl", "eaglesong", "equihash", "lyra2re2", "lyra2z", "pascal", "keccak", "keccakc", "skein", "tribus", "c11", "phi", "timetravel", "skunk"))

# ask needed pools
if ($global:AskPools -eq $true) {
Expand Down

0 comments on commit d1e2720

Please sign in to comment.