diff --git a/bin/eth.sh b/bin/eth.sh index a81cc3a..6bd399b 100644 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -4,5 +4,5 @@ if [ -f /usr/bin/ethereum ] then ethereum -rpc true else - eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -v 1 -j + eth -x 15 -l 30303 -n off -m off -v 1 -j fi \ No newline at end of file