1 parent 8a807cf commit c19d776Copy full SHA for c19d776
1 file changed
pybitblock/SHS.py
@@ -14,7 +14,7 @@
14
address = '1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa'
15
nonce = hex(random.randint(0,2**32-1))[2:].zfill(8)
16
host = 'pool.pyblock.xyz'
17
-port = 3333
+port = 4444
18
19
def main():
20
print("\nSatoshi: {}\n\nNonce: {}\n".format(address,nonce))
0 commit comments