From ba572791443b41dfab615e93aedef7b91a243d4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 3 Feb 2018 16:21:36 -1000 Subject: [PATCH] add nicehash sgminer --- clone-witcom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clone-witcom.sh b/clone-witcom.sh index 8854d46..4265f11 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -115,6 +115,7 @@ gitclonefail 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining gitclonefail 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' gitclonefail 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' +gitclonefail 'https://github.com/nicehash/sgminer.git' 'crypto/mining-code/nicehash-sgminer' gitclonefail 'git@github.com:witstartup/VirtexEval.git' 'fpga/VirtexEval' gitclonefail 'https://github.com/ReconfigureIO/examples' 'fpga/ReconfigureIO-examples'