SoloMinerV2
SoloMinerV2 copied to clipboard
Traceback(most recent call)
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
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?
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