From ab9375a07f845b7ce233bb6ef4b3d6d9ff08f310 Mon Sep 17 00:00:00 2001 From: alexhz Date: Sun, 10 Mar 2013 16:33:01 +0000 Subject: [PATCH] add bootstrap node --- p2pool/networks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/networks.py b/p2pool/networks.py index 038604c..a1cd5f1 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'.split(' '), + BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 81.200.241.51 81.200.241.54 217.77.220.40'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), -- 1.7.1