From b51f198427d2b721d46e684e8950391480e309d8 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 3 Apr 2015 04:42:10 +0300 Subject: [PATCH] added poc-9 to eth startup --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index cafdd3c..ec79586 100644 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]]; then geth -rpc -maxpeers "50" -loglevel "1" else - eth -b -x 50 -l 30303 -n off -m off -v 1 -j + eth -b -x 50 -r poc-9.ethdev.com -p 30303 -v 1 -j fi \ No newline at end of file