added verbosity flag

This commit is contained in:
cubedro 2015-03-27 11:21:17 +02:00
parent 1ef0877d28
commit 9f62909dca
2 changed files with 2 additions and 2 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 -j
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j
fi