Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Udated config to remove duplicate seed nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaron Swab committed Mar 15, 2020
1 parent 7395172 commit db8f7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /home/witness/

COPY config/ /home/witness/.config/
COPY wallet.sh /home/witness/
COPY smoked.sh /home/witness/
COPY whaled.sh /home/witness/
COPY config.sh /home/witness/
COPY update.sh /home/witness/

Expand Down
4 changes: 0 additions & 4 deletions docker/config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ follow-max-feed-size = 200

# The IP address and port of a remote peer to sync with.
# seed-node =
seed-node = seed01.wls.services:2001
seed-node = seed02.wls.services:2001
seed-node = seed.whaleshares.bangzi.info:55505
seed-node = wseed.kidw.space:2001
seed-node = seed01.whaleshares.io:2001 # baabeetaa
seed-node = seed02.whaleshares.io:2001 # baabeetaa
seed-node = 173.212.235.53:2012 # startail
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ "$access" = "n" ]; then
if [ "$access2" = "n" ]; then
printf "\n%s""${green}"
printf "Please check your Root password and try again.\n"
printf "If the problem persists, leave this SSH session open and message the support channel in the Hotbox Discord server.%s\n""${nc}"
printf "If the problem persists, leave this SSH session open and message the support channel in the Tackle Discord server.%s\n""${nc}"
exit 1
fi
fi
Expand All @@ -62,7 +62,7 @@ systemctl enable docker
# user has access:
username=""
printf "%s""${green}"
printf "The Hotbox can not be run as root.\n"
printf "Tackle can not be run as root.\n"
printf "So let's create a new user.\n"
printf "\n"

Expand Down

0 comments on commit db8f7e0

Please sign in to comment.