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
and then , run bitcoin-cli -generate 1 to generate a block.
bitcoind print following log:
"""
2024-09-29T10:23:17Z ERROR: CheckProofOfWork : block does not have our chain ID (got 8192, expected 8228, full nVersion 536871168)
2024-09-29T10:23:17Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
"""
I guess the reason is that you forget to set ChainId of block.
BECAUSE I can avoid the problem in a extremly strange way!
bitcoin.conf 's content like this:
run bitcoind
and then , run
bitcoin-cli -generate 1
to generate a block.bitcoind print following log:
"""
2024-09-29T10:23:17Z ERROR: CheckProofOfWork : block does not have our chain ID (got 8192, expected 8228, full nVersion 536871168)
2024-09-29T10:23:17Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
"""
I guess the reason is that you forget to set ChainId of block.
BECAUSE I can avoid the problem in a extremly strange way!
bitcoind -blockversion=539230208
I get the number in the following way:
The text was updated successfully, but these errors were encountered: