Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL - Claymore #14

Closed
pbuva opened this issue Dec 28, 2016 · 4 comments
Closed

SSL - Claymore #14

pbuva opened this issue Dec 28, 2016 · 4 comments

Comments

@pbuva
Copy link

pbuva commented Dec 28, 2016

can be in next version?

[
{
"Type": "AMD",
"Path": ".\Bin\Claymore\Equihash\ZecMiner64.exe",
"Arguments": "-zpool ssl://$($Pools.Equihash.Host):$($Pools.Equihash.Port) -zwal $($Pools.Equihash.User) -zpsw x",
"HashRates": {"Equihash": "$($Stats.Claymore_Equihash_HashRate.Day)"},
"API": "Claymore"
},
{
"Type": ["AMD","NVIDIA"],
"Path": ".\Bin\Claymore\Ethash\EthDcrMiner64.exe",
"Arguments": "-epool $($Pools.Ethash.Host):$($Pools.Ethash.Port) -ewal $($Pools.Ethash.User) -epsw x -esm 3 -allpools 1",
"HashRates": {"Ethash": "$($Stats.Claymore_Ethash_HashRate.Day)"},
"API": "Claymore"
}
]

@aaronsace
Copy link
Member

Will look into adding it; don't want it on by default so would need to add a switch. Also, all the miners may not be compatible.

@pbuva
Copy link
Author

pbuva commented Dec 28, 2016

This is only for Claymore with Equihash, right?

"Path": ".\Bin\Claymore\Equihash\ZecMiner64.exe",
"Arguments": "-zpool ssl://$($Pools.Equihash.Host):$($Pools.Equihash.Port) -zwal $($Pools.Equihash.User) -zpsw x",

@aaronsace
Copy link
Member

Yes.

@aaronsace
Copy link
Member

Check the latest release: https://github.com/aaronsace/MultiPoolMiner/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants