Merge pull request #50 from cubedro/develop

Added go bootstrap node
This commit is contained in:
Marian OANCΞA 2015-04-04 05:38:01 +03:00
commit 1a7a409087
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]];
then
geth -rpc -rpcport "8080" -maxpeers "20" -loglevel "2"
else
eth -b -x 20 -r 52.5.125.115 -p 30303 -m off -v 1 -j
eth -b -x 20 -r 52.16.188.185 -p 30303 -m off -v 1 -j
fi