Skip to content

Commit

Permalink
Fix board reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jan 17, 2022
1 parent 8440004 commit b20044f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,9 @@ def mine_avr(com, threadid, fastest_pool):
retry_counter += 1
continue

if retry_counter > 3:
break

try:
computetime = round(int(result[1], 2) / 1000000, 3)
num_res = int(result[0], 2)
Expand Down

0 comments on commit b20044f

Please sign in to comment.