Browse Source

add 28333 port opening example for the remote ssl runners

main
ghost 2 years ago
parent
commit
4bf4f502a0
  1. 6
      twister-cli-installer.sh

6
twister-cli-installer.sh

@ -173,7 +173,11 @@ function install() { @@ -173,7 +173,11 @@ function install() {
echo "Installation process completed!"
if [[ $SSL == "y" ]]; then
echo "You can run SSL node by using following command: ./twisterd -rpcssl"
if [[ $REMOTE == "y" ]]; then
echo "You can run SSL node by using following command: ./twisterd -rpcssl -port=28333"
else
echo "You can run SSL node by using following command: ./twisterd -rpcssl"
fi
fi
}

Loading…
Cancel
Save