updated eth.sh

This commit is contained in:
cubedro 2015-04-02 18:04:55 +03:00
parent d7e729c505
commit a00ce0f80b
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ]
then
ethereum -rpc true
else
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi