Skip to content

Commit

Permalink
Merge pull request #2 from madagaga/patch-1
Browse files Browse the repository at this point in the history
fix comment char on new nodes
  • Loading branch information
absolute-team authored Apr 18, 2018
2 parents 855239a + ffec787 commit b9571df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/masternode/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sudo apt-get install -y pwgen
EXIP=`wget -qO- eth0.me`
PASS=`pwgen -1 20 -n`
printf "rpcuser=user\nrpcpassword=$PASS\nrpcport=18889\ndaemon=1\nlisten=1\nserver=1\nmaxconnections=256\nrpcallowip=127.0.0.1\nexternalip=$EXIP:18888\n" > /$HOME/.absolutecore/absolute.conf
printf "\n--- new nodex ---\naddnode=139.99.98.145:18888\naddnode=51.255.174.238:18888\naddnode=54.37.14.240:18888\naddnode=164.132.195.79:18888\naddnode=208.167.248.187:18888\naddnode=45.77.146.105:18888\naddnode=45.77.221.206:18888\naddnode=45.76.171.105:18888" >> /$HOME/.absolutecore/absolute.conf
printf "\n#--- new nodes ---\naddnode=139.99.98.145:18888\naddnode=51.255.174.238:18888\naddnode=54.37.14.240:18888\naddnode=164.132.195.79:18888\naddnode=208.167.248.187:18888\naddnode=45.77.146.105:18888\naddnode=45.77.221.206:18888\naddnode=45.76.171.105:18888" >> /$HOME/.absolutecore/absolute.conf

0 comments on commit b9571df

Please sign in to comment.