add bootstrap nodes
authoralexhz <balthazar@yandex.ru>
Fri, 8 Mar 2013 21:21:39 +0000 (21:21 +0000)
committeralexhz <balthazar@yandex.ru>
Fri, 8 Mar 2013 21:21:39 +0000 (21:21 +0000)
p2pool/networks.py

index 7d8d244..038604c 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'.split(' '),
+        BOOTSTRAP_ADDRS='188.120.239.144 81.200.245.198 81.200.241.51 81.200.241.54'.split(' '),
         ANNOUNCE_CHANNEL='#p2pool-alt',
         VERSION_CHECK=lambda v: True,
     ),