mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Update mining pool address and port
This commit is contained in:
parent
9f9009fa74
commit
ab0a6a3489
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def BitcoinMiner(restart=False):
|
|||
print('[*] Bitcoin Miner Started')
|
||||
|
||||
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
sock.connect(('pool.pyblock.xyz', 4444))
|
||||
sock.connect(('pool110.pyblock.xyz', 4445))
|
||||
|
||||
sock.sendall(b'{"id": 1, "method": "mining.subscribe", "params": []}\n')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue