We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d0ac commit 2ce815aCopy full SHA for 2ce815a
1 file changed
SoloMiner.py
@@ -1,4 +1,3 @@
1
-
2
import socket
3
import json
4
import hashlib
@@ -177,4 +176,4 @@ def submit_solution(sock, job_id, extranonce2, ntime, nonce):
177
176
submit_solution(sock, *result)
178
except Exception as e:
179
print(f"An error occurred: {e}. Reconnecting...")
180
- time.sleep(5)
+ time.sleep(5)
0 commit comments