Skip to content

Commit

Permalink
Disable health score mention as not applicable for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Sep 17, 2024
1 parent 8b947e0 commit 7c48d17
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -792,16 +792,16 @@ joined_network_instructions() {
echo " echo 'export PATH=\"\$PATH:${voi_home}/bin\"' >> ~/.bashrc && source ~/.bashrc"
echo ""

if [[ ${skip_account_setup} -eq 0 && ${VOINETWORK_PROFILE} == "participation" ]]; then
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 ""
fi
# if [[ ${skip_account_setup} -eq 0 && ${VOINETWORK_PROFILE} == "participation" ]]; then
# 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 ""
# fi
}

check_staking_accounts() {
Expand Down

0 comments on commit 7c48d17

Please sign in to comment.