From 17c51aacaefaf612e9d3a5730f7249bd444596f4 Mon Sep 17 00:00:00 2001 From: xnico31 <54291310+xnico31@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:43:21 +0100 Subject: [PATCH] Update tig_pool_master.sh --- scripts/tig_pool_master.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 8b3b48d..8f6eb2c 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -13,10 +13,11 @@ fi # Check the number of processor threads -cpu_threads=$(grep -c ^processor /proc/cpuinfo) -if [ "$cpu_threads" -lt 24 ]; then - echo "Error: Your system has less than 24 threads ($cpu_threads detected). Installation aborted your not able to Mine on TIGPool." -fi +# cpu_threads=$(grep -c ^processor /proc/cpuinfo) +# if [ "$cpu_threads" -lt 24 ]; then +# echo "Error: Your system has less than 24 threads ($cpu_threads detected). Installation aborted your not able to Mine on TIGPool." +# exit 1 +# fi # Initialize variables for parameters