Skip to content

Commit

Permalink
update from v10.6 to v11.0
Browse files Browse the repository at this point in the history
Latest version is v11.0:

- added new algorithm for dual mode: blake2s (stratum pools only), use "-dcoin blake2s" option.
- added new algorithm for dual mode: keccak (stratum pools only), use "-dcoin keccak" option.
- reduced devfee for dual mode, now it is 1.5%.
- for 2GB cards devfee is removed completely, i.e. on 2GB cards you can mine all ETH forks without devfee. Check Readme for details.
- added "-tstart" option.
- "-asm 2" option value now supports Tahiti, Tonga, Ellesmere, Baffin; in some cases it can be a bit faster in ETH-only mode.
- removed "-allcoins exp" option value.
- a few minor bug fixes and improvements.
  • Loading branch information
nemosminer authored Feb 15, 2018
1 parent e858290 commit abfc2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/EthashClaymore.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. .\Include.ps1

$Path = ".\\Bin\\Ethash-Claymore\\EthDcrMiner64.exe"
$Uri = "https://github.com/nemosminer/Claymores-Dual-Ethereum/releases/download/10.6/Claymore.s.Dual.Ethereum.Decred_Siacoin_Lbry_Pascal.AMD.NVIDIA.GPU.Miner.v10.6.zip"
$Uri = "https://github.com/nemosminer/Claymores-Dual-Ethereum/releases/download/v11.0/Claymore.s.Dual.Ethereum.Decred_Siacoin_Lbry_Pascal.AMD.NVIDIA.GPU.Miner.v11.0.zip"

$Commands = [PSCustomObject]@{
"ethash" = "" #Ethash
Expand Down

0 comments on commit abfc2c3

Please sign in to comment.