Skip to content

Commit 2ce815a

Browse files
authored
Update SoloMiner.py
1 parent f73d0ac commit 2ce815a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SoloMiner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import socket
32
import json
43
import hashlib
@@ -177,4 +176,4 @@ def submit_solution(sock, job_id, extranonce2, ntime, nonce):
177176
submit_solution(sock, *result)
178177
except Exception as e:
179178
print(f"An error occurred: {e}. Reconnecting...")
180-
time.sleep(5)
179+
time.sleep(5)

0 commit comments

Comments
 (0)