Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.83k stars 2.02k forks source link

[BUG] ValueError: Weight proof validation failed #3991

Closed temicus closed 3 years ago

temicus commented 3 years ago

Describe the bug After reboot can not sync. Getting error: "ValueError: Weight proof validation failed". Reinstall of the chia has not helped. Win 10, V.1.1.4

Example: 2021-05-06T21:58:10.603 full_node chia.full_node.full_node: WARNING Invalid response for slot None 2021-05-06T22:03:05.000 full_node chia.full_node.weight_proof: ERROR failed validating weight proof recent blocks 2021-05-06T22:03:05.199 full_node full_node_server : WARNING Banning xxx for 600 seconds 2021-05-06T22:03:05.200 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'ValueError'>Traceback (most recent call last): File "chia\full_node\full_node.py", line 651, in _sync ValueError: Weight proof validation failed

ox-prog commented 3 years ago

@temicus, Have you already solve your problem? The same issue to me.

2021-05-14T19:38:25.286 full_node chia.full_node.weight_proof: ERROR    failed validating weight proof recent blocks
2021-05-14T19:38:25.628 full_node full_node_server        : WARNING  Banning " ${IP_ADRESS}" for 600 seconds
2021-05-14T19:38:25.630 full_node chia.full_node.full_node: ERROR    Error with syncing: <class 'ValueError'>Traceback (most recent call last):
  File "chia\full_node\full_node.py", line 651, in _sync
ValueError: Weight proof validation failed
temicus commented 3 years ago

@ox-prog It works with 1.1.5 fine now 🤞

temicus commented 3 years ago

I had to remove everything, install and sync again 🤮

ox-prog commented 3 years ago

@ox-prog It works with 1.1.5 fine now 🤞

I'm afraid, but I have already installed 1.1.5, nevertheless thank you.

github-actions[bot] commented 3 years ago

This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.

github-actions[bot] commented 3 years ago

This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.