You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
I'm fumbling my way through the addition of ZEC to my miningcore pool. Today I noticed an error which has me stumped:
Anyone know what I need to do to fix this kind of error? (below). Looks like I found a block but it didnt submit due to an error.
2023-03-01T16:27:33.849062Z ERROR ProcessNewBlock: main: ContextualCheckBlock: block height mismatch in nExpiryHeight
2023-03-01T16:27:33.849102Z ERROR ProcessNewBlock: main: ProcessNewBlock: AcceptBlock FAILED
2023-03-01T16:27:33.849296Z ERROR main: ReadBlockFromDisk(CBlock&, CBlockIndex*): block index entry does not provide a valid disk position for block CBlockIndex(pprev=0x7f7f4c1a7d60, nHeight=2001133, merkle=d313ae1c995891d6190cdf5f83e36cf6a13a3f50abbd87b673b1a96eaebd0986, hashBlock=000000000000d685eb03b9cbe094fcd1c490819bc49776e47099950494dd922c, HasSolution=true) at CBlockDiskPos(nFile=-1, nPos=0)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm fumbling my way through the addition of ZEC to my miningcore pool. Today I noticed an error which has me stumped:
Anyone know what I need to do to fix this kind of error? (below). Looks like I found a block but it didnt submit due to an error.
2023-03-01T16:27:33.849062Z ERROR ProcessNewBlock: main: ContextualCheckBlock: block height mismatch in nExpiryHeight
2023-03-01T16:27:33.849102Z ERROR ProcessNewBlock: main: ProcessNewBlock: AcceptBlock FAILED
2023-03-01T16:27:33.849296Z ERROR main: ReadBlockFromDisk(CBlock&, CBlockIndex*): block index entry does not provide a valid disk position for block CBlockIndex(pprev=0x7f7f4c1a7d60, nHeight=2001133, merkle=d313ae1c995891d6190cdf5f83e36cf6a13a3f50abbd87b673b1a96eaebd0986, hashBlock=000000000000d685eb03b9cbe094fcd1c490819bc49776e47099950494dd922c, HasSolution=true) at CBlockDiskPos(nFile=-1, nPos=0)
Beta Was this translation helpful? Give feedback.
All reactions