mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update host and port for connection settings
This commit is contained in:
parent
b3b988c569
commit
f0786cf3fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue