SoloMinerV2 icon indicating copy to clipboard operation
SoloMinerV2 copied to clipboard

"sock" is not defined

Open usbxport opened this issue 2 years ago • 7 comments

Hi and wish luck for anyone who use this script. In vs code when I open the file it says "sock" is not defined, is this an error or something? I don't want after milion year if solved a block, the script stuck at submit part 😄 Untitled

usbxport avatar May 10 '22 04:05 usbxport

Because the code never reach that line before solve a block, I moved the sock upward and it says not defined Untitled

usbxport avatar May 10 '22 05:05 usbxport

add the line at the first line of file

sock = None

codeeleven0 avatar Jun 30 '22 16:06 codeeleven0

for?

Pymmdrza avatar Jun 30 '22 16:06 Pymmdrza

@Pymmdrza to make it global

codeeleven0 avatar Jun 30 '22 16:06 codeeleven0

@Pymmdrza to make it global

which line ???

Pymmdrza avatar Jun 30 '22 16:06 Pymmdrza

the first line after imports @Pymmdrza

codeeleven0 avatar Jun 30 '22 16:06 codeeleven0

the first line after imports @Pymmdrza

CHECKED NOW , INSERT NOW 💯

Pymmdrza avatar Jun 30 '22 16:06 Pymmdrza