Skip to content

Commit

Permalink
Merge pull request #4 from elb34st/patch-1
Browse files Browse the repository at this point in the history
Updated Boxienet.net Bootstrap address
  • Loading branch information
metalicjames authored Jul 29, 2017
2 parents c174c98 + fcfb6ad commit 3877fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/networks/vertcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MAX_TARGET=2**256//2**20 - 1
PERSIST=False
WORKER_PORT=9171
BOOTSTRAP_ADDRS='vtc.alwayshashing.com crypto.office-on-the.net pool.vtconline.org p2pool.kosmoplovci.org uk1.vtconline.org'.split(' ')
BOOTSTRAP_ADDRS='vtc.alwayshashing.com crypto.office-on-the.net pool.vtconline.org p2pool.kosmoplovci.org uk1.vtconline.org pool.boxienet.net'.split(' ')
ANNOUNCE_CHANNEL='#p2pool-vtc'
VERSION_CHECK=lambda v: True
SOFTFORKS_REQUIRED = set(['nversionbips', 'csv', 'segwit'])
Expand Down

0 comments on commit 3877fc7

Please sign in to comment.