Browse Source

update 17.7

Votre Nom 1 year ago
parent
commit
3dde6a6f95
2 changed files with 11 additions and 15 deletions
  1. 2 2
      build_cube.sh
  2. 9 13
      options/chia.sh

+ 2 - 2
build_cube.sh

@@ -1,9 +1,9 @@
 #!/bin/bash
 #!/bin/bash
 set -e
 set -e
-Version=17.6
+Version=17.7
 Cuda=YES
 Cuda=YES
 kernel_custom=YES
 kernel_custom=YES
-Webmin="webmin-2.103"
+Webmin="webmin-2.105"
 kernel_dkms="5.15.0-71-generic"
 kernel_dkms="5.15.0-71-generic"
 driver=NVIDIA
 driver=NVIDIA
 if (( $EUID != 0 )); then
 if (( $EUID != 0 )); then

+ 9 - 13
options/chia.sh

@@ -186,10 +186,15 @@ make -j6
 if [ -f cuda.sh ]; then rm cuda.sh ;fi
 if [ -f cuda.sh ]; then rm cuda.sh ;fi
 cat <<'EOF'>> cuda.sh
 cat <<'EOF'>> cuda.sh
 #!/bin/bash
 #!/bin/bash
-./bladebit_cuda \
--c xch10yjksfwm8s66z32qy35x950608hk8l67vmsur4rwpaanpkd6ks3qhfw5nk \
--f 8ba5acd276b45fd0f749ce195dcddcf0e63c3bf2e751e9e273faa0125075c36a11f2ee231e7cf74abed2920be97fc373 \
-diskplot -t1 /nvme0/plotting/ -t2 /nvme1/plotting/ /farm/farm0/Plots/
+POOL=a99e72c49c5ed39bf793caab9e074a80dd61011a859e975842874aab47b783f9ce84282febe2ca275c0930149b67990a
+FARM=8ba5acd276b45fd0f749ce195dcddcf0e63c3bf2e751e9e273faa0125075c36a11f2ee231e7cf74abed2920be97fc373
+OUT=/farm/farm0/Plots
+for i in {1..5}
+do
+./bladebit_cuda --no-direct-io -p $POOL -f $FARM -z 7 cudaplot -d 0 --disk-16 -t1 /raid/plotting $OUT
+done
+#sudo reboot
+#/home/wareck/miners/chia-miner/hpool-miner-chia -config /home/wareck/miners/chia-miner/config.yaml
 EOF
 EOF
 if [ -f flex.sh ]; then rm flex.sh ;fi
 if [ -f flex.sh ]; then rm flex.sh ;fi
 cat <<'EOF'>> flex.sh
 cat <<'EOF'>> flex.sh
@@ -199,17 +204,8 @@ FRM=8ba5acd276b45fd0f749ce195dcddcf0e63c3bf2e751e9e273faa0125075c36a11f2ee231e7c
 OUT=/media/Partage/Plots-nft/
 OUT=/media/Partage/Plots-nft/
 ./bladebit -f $FRM -c $CRT diskplot --cache 100G -t1 /nvme1/plotting/ -t2 /nvme1/plotting/ $OUT
 ./bladebit -f $FRM -c $CRT diskplot --cache 100G -t1 /nvme1/plotting/ -t2 /nvme1/plotting/ $OUT
 EOF
 EOF
-if [ -f cuda_h9.sh ]; then rm cuda_h9.sh ;fi
-cat <<'EOF'>> cuda_h9.sh
-#!/bin/bash
-POOL=a99e72c49c5ed39bf793caab9e074a80dd61011a859e975842874aab47b783f9ce84282febe2ca275c0930149b67990a
-FARM=8ba5acd276b45fd0f749ce195dcddcf0e63c3bf2e751e9e273faa0125075c36a11f2ee231e7cf74abed2920be97fc373
-OUT=/farm/farm4/Plots
-./bladebit_cuda -p $POOL -f $FARM -z 7 cudaplot -d 0 --disk-16 -t1 /nvme0/plotting $OUT
-EOF
 chmod +x cuda.sh
 chmod +x cuda.sh
 chmod +x flex.sh
 chmod +x flex.sh
-chmod +x cuda_h9.sh
 echo -e "\e[97mDone.\e[0m"
 echo -e "\e[97mDone.\e[0m"
 }
 }