Open squidicuzz opened 1 year ago
debug outputs from testnet
...
Valid mix_hash
is produced by miners who are using the correct epoch_length
. Miners will need to update to use the correct epoch_length
, and a check for this within the protocol will need to be enforced at some point in the future.
Block validation enhancement
Within
validation.cpp
atCChainState::ConnectBlock
there used to contain a check for a validmix_hash
. This was removed earlier due to issues with prior launch of progpow and we would now like to return usage of this check for block validation. However; when the check is included once again, it causes the block(s) to be marked as invalid.This check needs to be corrected and the
mix_hash
should equal the expected...Tasks
mix_hash
error with @Liquid369testnet
main
networkmix_hash
resultRelated Refs
3240
Development Branch
Debug
TestNet
Invalid
Valid
...