SoloMinerV2 icon indicating copy to clipboard operation
SoloMinerV2 copied to clipboard

Traceback(most recent call)

Open pentiumds opened this issue 3 years ago • 2 comments

Traceback (most recent call last): File "\SoloMinerV2\SoloMinerV2.py", line 248, in thread_bitcoin_miner ret = bitcoin_miner(self) File "\SoloMinerV2\SoloMinerV2.py", line 108, in bitcoin_miner target = (ctx.nbits[2 :] + '00' * (int(ctx.nbits[:2] , 16) - 3)).zfill(64) TypeError: 'NoneType' object is not subscriptable

it seems I understand what the error is, but I can't solve it

pentiumds avatar May 25 '22 12:05 pentiumds

Traceback (most recent call last): File "\SoloMinerV2\SoloMinerV2.py", line 248, in thread_bitcoin_miner ret = bitcoin_miner(self) File "\SoloMinerV2\SoloMinerV2.py", line 108, in bitcoin_miner target = (ctx.nbits[2 :] + '00' * (int(ctx.nbits[:2] , 16) - 3)).zfill(64) TypeError: 'NoneType' object is not subscriptable

it seems I understand what the error is, but I can't solve it

your os system?

Pymmdrza avatar May 25 '22 12:05 Pymmdrza

Traceback (most recent call last): File "\SoloMinerV2\SoloMinerV2.py", line 248, in thread_bitcoin_miner ret = bitcoin_miner(self) File "\SoloMinerV2\SoloMinerV2.py", line 108, in bitcoin_miner target = (ctx.nbits[2 :] + '00' * (int(ctx.nbits[:2] , 16) - 3)).zfill(64) TypeError: 'NoneType' object is not subscriptable it seems I understand what the error is, but I can't solve it

your os system?

windows 10

pentiumds avatar May 25 '22 15:05 pentiumds