From b4907695bb9f33718e851a87f9ff09eee3c0a66a Mon Sep 17 00:00:00 2001 From: grimd34th Date: Thu, 9 Aug 2012 21:19:57 -0300 Subject: [PATCH] Update p2pool/networks.py liteco.in domain sold at auction replace with ip address --- p2pool/networks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/p2pool/networks.py b/p2pool/networks.py index 81c581f..89d3ae8 100644 --- a/p2pool/networks.py +++ b/p2pool/networks.py @@ -56,7 +56,7 @@ nets = dict( MAX_TARGET=2**256//2**20 - 1, PERSIST=True, WORKER_PORT=9327, - BOOTSTRAP_ADDRS='forre.st liteco.in 219.84.64.174 190.195.79.161 83.104.131.111'.split(' '), + BOOTSTRAP_ADDRS='forre.st 178.33.28.54 219.84.64.174 190.195.79.161 83.104.131.111'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v, temp_work: True, ), -- 1.7.1