Merge pull request #119 from cubedro/develop

Increased verbosity for eth to 5
This commit is contained in:
Marian OANCΞA 2015-05-11 21:40:32 +03:00
commit f0917ce399
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ if [[ -f /usr/bin/geth ]];
then
geth -rpc -maxpeers "50" -verbosity "3" -bootnodes "enode://09fbeec0d047e9a37e63f60f8618aa9df0e49271f3fadb2c070dc09e2099b95827b63a8b837c6fd01d0802d457dd83e3bd48bd3e6509f8209ed90dabbc30e3d3@52.16.188.185:30303" -nat "extip:$IP"
else
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc --public-ip $IP -v 3
eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc --public-ip $IP -v 5
fi