From 819acaa618f26564d22482049ffd881e7be0a03f Mon Sep 17 00:00:00 2001 From: cubedro Date: Sat, 4 Apr 2015 05:37:38 +0300 Subject: [PATCH] added go bootstrap node --- bin/eth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/eth.sh b/bin/eth.sh index 67f99ea..f3b8eae 100644 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -4,5 +4,5 @@ if [[ -f /usr/bin/geth ]]; then geth -rpc -rpcport "8080" -maxpeers "20" -loglevel "2" else - eth -b -x 20 -r 52.5.125.115 -p 30303 -m off -v 1 -j + eth -b -x 20 -r 52.16.188.185 -p 30303 -m off -v 1 -j fi \ No newline at end of file