Merge pull request #42 from cubedro/develop

Added bootstrap node
This commit is contained in:
Marian OANCΞA 2015-04-04 00:37:49 +03:00
commit 07fc345052
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 "50" -loglevel "1"
else
eth -b -x 50 -r poc-9.ethdev.com -p 30303 -m off -n off -v 0 -j
eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -n off -v 0 -j
fi