removed listen-ip from eth.sh

This commit is contained in:
cubedro 2015-06-17 03:12:51 +03:00
parent ef4214b2cc
commit 30f9c3754c

View File

@ -25,7 +25,8 @@ elif [[ -f $(which eth 2>/dev/null) ]]
then then
echo "Starting eth" 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 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 else
echo "Ethereum was not found!" echo "Ethereum was not found!"
exit 1; exit 1;