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