Votre Nom il y a 1 an
Parent
commit
939c067d70
2 fichiers modifiés avec 10 ajouts et 8 suppressions
  1. 2 2
      build_cube.sh
  2. 8 6
      options/chia.sh

+ 2 - 2
build_cube.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=17.0
+Version=17.1
 Cuda=YES
 kernel_custom=YES
 Webmin="webmin-2.102"
@@ -540,7 +540,7 @@ UUID=1df72b63-fca0-45c6-992c-3e2532d5591a /media/Store ext4 auto,nofail,noatime,
 #btrfs temporary drives
 #UUID=98f4077f-36da-42de-b322-8c58aec550a7 /nvme0 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
 #UUID=1181ac83-b8c5-404a-97fa-b23ceb1addc5 /nvme1 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
-/dev/md0 /nvme0 ext4 ext4 auto,nofail,noatime,nodiratime,rw,user  0   0
+/dev/md0 /nvme0 ext4 auto,nofail,noatime,nodiratime,rw,user  0   0
 #/dev/plant/fast /nvme0 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
 #Chia drive
 UUID=77a593df-1bdb-4012-8c9e-ce50864b464d /farm/farm0 ext4 auto,nofail,noatime,nodiratime,rw,user  0   0

+ 8 - 6
options/chia.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
-Gui=YES #can be Yes No or Only
 Version=5.0.0
+Gui=YES #can be Yes No or Only
 MadMax=Yes
 GigaHorse=Yes
 BladeBit=Yes
@@ -67,6 +67,7 @@ print_centered "|   ---|     ||  ||  _  |"
 print_centered "|______|__|__||__||___._|"
 echo -n "$(tput sgr0)"
 print_centered "Toolkit for Chia v$Version"
+echo ""
 if [ $error_flag = 1 ]
 then
         echo -n "$(tput setaf 1 ;tput blink;tput bold)"
@@ -76,8 +77,9 @@ then
 fi
 case $Gui in
 YES)
-	echo -n "$(tput setaf 11)"
+	echo -n "$(tput setaf 41)"
 	print_centered "Blockchain wallet + Gui"
+	echo -n "$(tput setaf 42)"
 	print_centered "Chia Plotting Tools"
 	echo -n "$(tput sgr0)"
 	;;
@@ -88,7 +90,7 @@ NO)
 
 	;;
 ONLY)
-	echo -n "$(tput setaf 11)"
+	echo -n "$(tput setaf 41)"
 	print_centered "Blockchain wallet Only"
 	echo -n "$(tput sgr0)"
 	;;
@@ -103,20 +105,20 @@ if [ $Gui = "NO" ] || [ $Gui = "YES" ]
 then
 case $ChiaService in
 YES)
-	echo -n "$(tput setaf 11)"
+	echo -n "$(tput setaf 43)"
 	print_centered "Mining service Enabled"
 	echo -n "$(tput sgr0)"
 	;;
 esac
 case $ChiaProxy in
 YES)
-	echo -n "$(tput setaf 11)"
+	echo -n "$(tput setaf 44)"
         print_centered "Hpool x-Proxy Enabled"
 	echo -n "$(tput sgr0)"
         ;;
 esac
 fi
-sleep 3
+sleep 2
 if ! [ -d /home/wareck/chia ];then mkdir /home/wareck/chia;fi
 }