Merge pull request #33 from cubedro/develop

Updated max peers to 50
This commit is contained in:
Marian OANCΞA 2015-04-03 02:29:37 +03:00
commit 33ffe02379
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
trap "exit" INT
if [[ -f /usr/bin/geth ]];
then
geth --rpc true --loglevel 1
geth --rpc true --maxpeers 50 --loglevel 1
else
eth -x 15 -l 30303 -n off -m off -v 1 -j
eth -x 50 -l 30303 -n off -m off -v 1 -j
fi