add bootstrap node
authoralexhz <balthazar@yandex.ru>
Sun, 10 Mar 2013 16:33:01 +0000 (16:33 +0000)
committeralexhz <balthazar@yandex.ru>
Sun, 10 Mar 2013 16:33:01 +0000 (16:33 +0000)
p2pool/networks.py

index 038604c..a1cd5f1 100644 (file)
@@ -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,
     ),