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
One of our POA Core validators is constantly getting bad blocks and falls out of consensus with the rest of the network.
He tried to resync his node from scratch, clear the list of known peers (by removing nodes.json file) and limit the number of peers (by setting reserved_only = true config option), but some time after the sync successfully completes he still gets bad blocks.
It might be related that we have an outdated community node (Bootnode Frankfurt) still running, but it really shouldn't be because validator shouldn't accept bad blocks.
One of our POA Core validators is constantly getting bad blocks and falls out of consensus with the rest of the network.
He tried to resync his node from scratch, clear the list of known peers (by removing
nodes.json
file) and limit the number of peers (by settingreserved_only = true
config option), but some time after the sync successfully completes he still gets bad blocks.It might be related that we have an outdated community node (Bootnode Frankfurt) still running, but it really shouldn't be because validator shouldn't accept bad blocks.
@kPatch could you please try this one more time:
https://raw.githubusercontent.com/poanetwork/poa-chain-spec/core/spec.json
https://raw.githubusercontent.com/poanetwork/poa-chain-spec/core/bootnodes.txt
and remove the first one from this list
/home/validator/parity_data/chains/Core/network/nodes.json
)./parity --config node.toml db kill
The text was updated successfully, but these errors were encountered: