From c4a32df45c79f03d1ecb1d937a8fefa5514c1496 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 11 May 2015 16:47:48 +0300 Subject: [PATCH] changed cpp verbosity to 3 --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index cfad246..310093a 100755 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -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 4 + eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc --public-ip $IP -v 3 fi \ No newline at end of file