Skip to content

Commit

Permalink
Add clarifying text regarding when to expect health to improve
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 21, 2024
1 parent bc38ce6 commit 0f21011
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ get_kmd_token() {
display_banner() {
echo
echo "********************************************************************************"
echo "* $1"
echo "* ${bold}$1${normal}"
echo "********************************************************************************"
echo
}
Expand Down Expand Up @@ -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

Expand All @@ -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() {
Expand Down

0 comments on commit 0f21011

Please sign in to comment.