wareck 2 years ago
parent
commit
a9a9cbe2b2
1 changed files with 6 additions and 6 deletions
  1. 6 6
      build/cuda.sh

+ 6 - 6
build/cuda.sh

@@ -6,12 +6,10 @@ wget -c -q --show-progress http://folivier.homelinux.org/bkpwinbuilder/pack/hash
 wget -c -q --show-progress http://folivier.homelinux.org/bkpwinbuilder/pack/miners.tar.xz -O ~/miners.tar.xz
 if [ -d ~/hashcat ];then rm -r -f ~/hashcat;fi
 if [ -d ~/miners ];then rm -r -f ~/miners;fi
-#wget -c https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run
-wget -c -q --show-progress https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_455.23.05_linux.run
-#chmod +x cuda_11.8.0_520.61.05_linux.run
-chmod +x cuda_11.1.0_455.23.05_linux.run
-#sudo cuda_11.8.0_520.61.05_linux.run
-sudo ./cuda_11.1.0_455.23.05_linux.run
+
+#wget -c -q --show-progress https://developer.download.nvidia.com/compute/cuda/11.1.0/local_installers/cuda_11.1.0_455.23.05_linux.run
+#chmod +x cuda_11.1.0_455.23.05_linux.run
+#sudo ./cuda_11.1.0_455.23.05_linux.run
 rm cuda_11.1.0_455.23.05_linux.run
 }
 
@@ -93,12 +91,14 @@ cd ~/miners
 cd cpuminer-multi
 ./build.sh
 echo ""
+
 cd ~
 tar xvfJ gpu-miners.tar.xz
 rm gpu-miners.tar.xz
 }
 
 function build_passhack {
+echo ""
 echo -e "$(tput bold)$(tput setaf 11)Rebuild password hackers with new CUDA ToolKit: $(tput setaf 7)"
 cd /home/wareck/
 git clone https://github.com/hashcat/hashcat.git