From 30f9c3754c29d3a20defb24876bae953ac0d9c11 Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 17 Jun 2015 03:12:51 +0300 Subject: [PATCH] removed listen-ip from eth.sh --- bin/eth.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index 1c9b086..a9f97ad 100755 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -25,7 +25,8 @@ 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 3 --public-ip $IP --listen-ip $LOCALIP --master $1 - eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 3 --public-ip $IP --listen-ip $LOCALIP --master $1 + #eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 3 --public-ip $IP --listen-ip $LOCALIP --master $1 + eth --bootstrap --peers 50 --remote 52.16.188.185:30303 --mining off --json-rpc -v 3 --public-ip $IP --master $1 else echo "Ethereum was not found!" exit 1;