Merge pull request #183 from cubedro/develop

Removed listen-ip from eth.sh
This commit is contained in:
Marian OANCΞA 2015-06-17 03:13:08 +03:00
commit 6fc7ae3cfd
1 changed files with 2 additions and 1 deletions

View File

@ -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;