Skip to content

Commit

Permalink
Hack for some altsions refusing to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Rav3nPL authored and 0x0aNL committed Dec 22, 2016
1 parent 32c9812 commit 49b3459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2pool/bitcoin/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, net):

def connectionMade(self):
self.send_version(
version=70002,
version=80008,
services=1,
time=int(time.time()),
addr_to=dict(
Expand All @@ -32,7 +32,7 @@ def connectionMade(self):
port=self.transport.getHost().port,
),
nonce=random.randrange(2**64),
sub_version_num='/P2Pool:%s/' % (p2pool.__version__,),
sub_version_num='/P2Pool /LKY /AKC :%s/' % (p2pool.__version__,),
start_height=0,
)

Expand Down

0 comments on commit 49b3459

Please sign in to comment.