From 2d97ac2e8ae49b91a43202903f4e4bec1210413c Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 3 Apr 2015 15:02:52 +0300 Subject: [PATCH] changed bootstrap node --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index f074501..27ae007 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 -r poc-9.ethdev.com -p 30303 -m off -n off -v 0 -j + eth -b -x 50 -r 52.16.188.185 -p 30303 -m off -n off -v 0 -j fi \ No newline at end of file