From 4fbca2eb2c25858c23dc597848b594e4df4a1404 Mon Sep 17 00:00:00 2001 From: cubedro Date: Sat, 13 Jun 2015 05:29:41 +0300 Subject: [PATCH] decreased verbosity for cpp eth --- bin/eth.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/eth.sh b/bin/eth.sh index 246e056..95113af 100755 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -24,8 +24,8 @@ then elif [[ -f $(which eth 2>/dev/null) ]] then echo "Starting eth" - echo eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP --master $1 - eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 5 --public-ip $IP --listen-ip $LOCALIP --master $1 + echo eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 4 --public-ip $IP --listen-ip $LOCALIP --master $1 + eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 4 --public-ip $IP --listen-ip $LOCALIP --master $1 else echo "Ethereum was not found!" exit 1;