added poc-9 to eth startup

This commit is contained in:
cubedro 2015-04-03 04:42:10 +03:00
parent 88a3851757
commit b51f198427
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]];
then
geth -rpc -maxpeers "50" -loglevel "1"
else
eth -b -x 50 -l 30303 -n off -m off -v 1 -j
eth -b -x 50 -r poc-9.ethdev.com -p 30303 -v 1 -j
fi