From 8ab0349f387eb342e75e0bee7a2fb05b046120e6 Mon Sep 17 00:00:00 2001 From: alexhz Date: Sat, 6 Apr 2013 07:28:54 +0000 Subject: [PATCH] Bootstrap nodes edit --- p2pool/networks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/networks.py b/p2pool/networks.py index 0b92fa6..04721c5 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -22,7 +22,7 @@ nets = dict( MAX_TARGET=2**256//2**20 - 1, PERSIST=True, WORKER_PORT=8336, - BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 81.200.241.51 81.200.241.54 217.77.220.40'.split(' '), + BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 85.234.62.99 81.200.241.54 217.77.220.40'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: v >= 60004, ), -- 1.7.1