Update host and port for connection settings

This commit is contained in:
Satoshi Nakamoto 2026-08-13 02:00:02 +02:00 committed by GitHub
parent b3b988c569
commit f0786cf3fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@ signal.signal(signal.SIGINT, lambda x, y: sys.exit(0))
address = '1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa'
nonce = hex(secrets.randbelow(2**32))[2:].zfill(8)
host = 'pool.pyblock.xyz'
port = 4444
host = 'pool110.pyblock.xyz'
port = 4445
def main():
print("\nSatoshi: {}\n\nNonce: {}\n".format(address,nonce))