From 6e0fbcf6e7365b2f254a06b23575c08d133e63d7 Mon Sep 17 00:00:00 2001 From: xnico31 <54291310+xnico31@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:07:58 +0100 Subject: [PATCH] Add wait msg --- scripts/tig_pool_master.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 9d09bff..2461c82 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -212,8 +212,11 @@ echo "" echo -e "\e[32mTIG $branch Pool has been installed successfully!\e[0m" echo "" -echo "To follow the benchmarker, use the commands below:" +echo "You need to wait about 10 min to start getting Works and start to mine" echo +echo "To follow the benchmarker, use the commands below:" + + echo " 1. Follow pool:" echo " tail -f ~/tig_pool_main/logs/pool_tig.log" echo