diff --git a/bin/eth.sh b/bin/eth.sh index 42e7d7b..1e7c5d7 100644 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]]; then geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "1" else - eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -n off -v 0 -j + eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -v 0 -j fi \ No newline at end of file