lowered the work from pool

This commit is contained in:
Pherelo_HD 2021-03-16 11:02:27 +00:00 committed by GitHub
parent b776f50845
commit 74559a15a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ while True:
# Don't mind the "ESP32" for now since it is in an early state
job = soc.recv(1024).decode() # Get work from pool
job = soc.recv(87).decode() # Get work from pool
job = job.split(",") # Split received data to job (job and difficulty)
difficulty = job[2]
for result in range(