removed remote from eth

This commit is contained in:
cubedro 2015-06-17 11:45:25 +03:00
parent b3f2ada448
commit df90419940
1 changed files with 2 additions and 1 deletions

View File

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