Skip to content

Commit

Permalink
Update PC Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Oct 27, 2019
1 parent de7c244 commit 7a1da8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PC Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def connect():
soc = socket.socket()
try:
soc.connect((str(pool_address), int(pool_port)))
soc.settimeout(0.1)
now = datetime.datetime.now()
print(now.strftime("[%H:%M:%S] ") + "Connected to pool on tcp://"+pool_address+":"+pool_port)
break
Expand Down Expand Up @@ -167,4 +166,3 @@ def login():
break
time.sleep(0.025) # Try again if no response
break
time.sleep(1) # Restart loop

0 comments on commit 7a1da8c

Please sign in to comment.