Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
claymore stratum+ssl added
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Dec 25, 2016
1 parent 1e4543b commit 6080c2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NiceHashMiner/Miners/Grouping/GroupMiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ public void Start(string miningLocation, string btcAdress, string worker) {
if (AlgorithmType == AlgorithmType.Equihash) {
if (Miner.IsNHLocked) {
Miner.Start(miningLocation, btcAdress, worker);
} else if(Miner is ClaymoreZcashMiner) {
Miner.Start(
"stratum+ssl://"
+ name
+ "." + miningLocation
+ ".nicehash.com:"
+ 33357, btcAdress, worker);
} else {
Miner.Start(
name
Expand Down

0 comments on commit 6080c2a

Please sign in to comment.