Skip to content

Commit c19d776

Browse files
Update SHS.py
1 parent 8a807cf commit c19d776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybitblock/SHS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
address = '1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa'
1515
nonce = hex(random.randint(0,2**32-1))[2:].zfill(8)
1616
host = 'pool.pyblock.xyz'
17-
port = 3333
17+
port = 4444
1818

1919
def main():
2020
print("\nSatoshi: {}\n\nNonce: {}\n".format(address,nonce))

0 commit comments

Comments
 (0)