From a00ce0f80be490204546c83e13fda5696c9c17dc Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 18:04:55 +0300 Subject: [PATCH] updated eth.sh --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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