From 0f2101114925b506d63252613ed958ffc053f75f Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Thu, 21 Mar 2024 12:18:47 -0400 Subject: [PATCH] Add clarifying text regarding when to expect health to improve --- install.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fa54785..3076248 100755 --- a/install.sh +++ b/install.sh @@ -432,7 +432,7 @@ get_kmd_token() { display_banner() { echo echo "********************************************************************************" - echo "* $1" + echo "* ${bold}$1${normal}" echo "********************************************************************************" echo } @@ -470,7 +470,7 @@ joined_network_instructions() { fi echo "" - echo "To see network participation status use ${HOME}/voi/bin/get-participation-status ${account_addr}" + echo "To see network participation status use ${HOME}/voi/bin/get-node-status" echo "To go online use ${HOME}/voi/bin/go-online ${account_addr}" fi @@ -484,6 +484,14 @@ joined_network_instructions() { echo "To easily access commands from ${HOME}/voi/bin, add the following to ${HOME}/.bashrc or ${HOME}/.profile:" echo "export PATH=\"\$PATH:${HOME}/voi/bin\"" echo "" + echo "${bold}*********************************** READ THIS! ***********************************${normal}" + echo "After joining the network, it might take up to 2 hours for your server to appear on telemetry" + echo "tracking services. Initially, you can identify your server using the 12-digit short GUID shown by" + echo "the command ${voi_home}/bin/get-node-status." + echo "" + echo "At first, your node's health scores ${bold}will be low${normal}. ${bold}This is normal.${normal}" + echo "After running your node for 5-7 days, you should see the health score increase." + echo "" } join_as_new_user() {