Votre Nom 1 year ago
parent
commit
17ac4842e6
2 changed files with 6 additions and 5 deletions
  1. 3 3
      build_cube.sh
  2. 3 2
      options/chia.sh

+ 3 - 3
build_cube.sh

@@ -670,15 +670,14 @@ label fan4 "fan2"
 label temp1 "MB"
 label temp2 "CPU"
 set temp2_min 0
-set temp2_max 70
+set temp2_max 75
 set temp1_min 0
 set temp1_max 90
+set temp1_beep 0.0
 label temp1 "VRM Temp"
 set   temp1_min 0
 set   temp1_max 65
 label temp2  "SB Temp"
-set   temp2_min 0
-set   temp2_max 55
 label temp3 "CPU Temp"
 set   temp3_min 0
 set   temp3_max 65
@@ -943,6 +942,7 @@ sudo chmod 744 autostart
 sudo cp autostart /etc/xdg/lxsession/LXDE/
 sudo cp autostart /home/wareck/.config/lxsession/LXDE/
 sudo rm autostart
+sudo apt-get remove xscreensaver* -y
 }
 
 intro_

+ 3 - 2
options/chia.sh

@@ -200,14 +200,15 @@ if [ -f distrib_chia.sh ];then sudo rm distrib_chia.sh;fi
 if [ -f /usr/local/bin/distrib_chia.sh ];then sudo rm /usr/local/bin/distrib_chia.sh;fi
 cat <<'EOF'>> distrib_chia.sh
 #!/bin/bash
-chia_plot_sink -p 1447 /Chia/Chia1/Plots-nft/ /Chia/Chia2/Plots-nft/ /Partage/Plots-nft/ /Cloud/Plots-nft/ /Store/Plots-nft/
+echo "IP : $(hostname -I)"
+chia_plot_sink -p 1447 /Chia/Chia1/Plots-nft/ /Chia/Chia2/Plots-nft/ /Chia/Chia3/Plots-nft/ /Partage/Plots-nft/ /Cloud/Plots-nft/ /Store/Plots-nft/ /Exos/Plots-nft
 EOF
 chmod +x distrib_chia.sh
 sudo mv distrib_chia.sh /usr/local/bin/
 
 cat <<'EOF'>> ~/go.sh
 #!/bin/bash
-./chia_plot -z 1447 -M 8 -C 6 -n -1 -t /Nvme0/plotting/ -2 /Nvme1/plotting/ -d @192.168.1.100 \
+./chia_plot -G -z 1447 -C 8 -n -1 -t /Nvme0/plotting/ -2 /Nvme1/plotting/ -d @192.168.1.100 \
 -c xch10yjksfwm8s66z32qy35x950608hk8l67vmsur4rwpaanpkd6ks3qhfw5nk \
 -f 8ba5acd276b45fd0f749ce195dcddcf0e63c3bf2e751e9e273faa0125075c36a11f2ee231e7cf74abed2920be97fc373
 EOF