|
@@ -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
|
|
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 ~/hashcat ];then rm -r -f ~/hashcat;fi
|
|
if [ -d ~/miners ];then rm -r -f ~/miners;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
|
|
rm cuda_11.1.0_455.23.05_linux.run
|
|
}
|
|
}
|
|
|
|
|
|
@@ -93,12 +91,14 @@ cd ~/miners
|
|
cd cpuminer-multi
|
|
cd cpuminer-multi
|
|
./build.sh
|
|
./build.sh
|
|
echo ""
|
|
echo ""
|
|
|
|
+
|
|
cd ~
|
|
cd ~
|
|
tar xvfJ gpu-miners.tar.xz
|
|
tar xvfJ gpu-miners.tar.xz
|
|
rm gpu-miners.tar.xz
|
|
rm gpu-miners.tar.xz
|
|
}
|
|
}
|
|
|
|
|
|
function build_passhack {
|
|
function build_passhack {
|
|
|
|
+echo ""
|
|
echo -e "$(tput bold)$(tput setaf 11)Rebuild password hackers with new CUDA ToolKit: $(tput setaf 7)"
|
|
echo -e "$(tput bold)$(tput setaf 11)Rebuild password hackers with new CUDA ToolKit: $(tput setaf 7)"
|
|
cd /home/wareck/
|
|
cd /home/wareck/
|
|
git clone https://github.com/hashcat/hashcat.git
|
|
git clone https://github.com/hashcat/hashcat.git
|