add zcash repo

This commit is contained in:
Jeff Carr 2018-01-28 21:28:21 -10:00
parent 65235b2dee
commit 5d8c8c78b8
1 changed files with 2 additions and 0 deletions

View File

@ -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