From 5d8c8c78b8b67ec3cc989420d2c5c08e2069097c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2018 21:28:21 -1000 Subject: [PATCH] add zcash repo --- clone-witcom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clone-witcom.sh b/clone-witcom.sh index dd78a4a..bb51c01 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -93,9 +93,11 @@ gitclone 'git@github.com:witstartup/group-chat.git' 'phone/group-chat' gitclone 'git@github.com:witstartup/VirtexEval.git' 'crypto/VirtexEval' witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' + gitclone 'https://github.com/ethereum-mining/ethminer.git' 'crypto/mining-code/ethminer' gitclone 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-code/cpp-ethereum' gitclone 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' +gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' exit 0