added verbositi to geth

This commit is contained in:
cubedro 2015-04-03 00:22:33 +03:00
parent 3cc54ee9ef
commit e252591dff

View File

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