|
@@ -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
|