Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 2.2 INVALID_BLOCK_COST and INVALID_TRANSACTIONS_FILTER_HASH Errors #17620

Closed
BrandtH22 opened this issue Feb 29, 2024 · 5 comments · Fixed by #17622
Closed

[Bug] 2.2 INVALID_BLOCK_COST and INVALID_TRANSACTIONS_FILTER_HASH Errors #17620

BrandtH22 opened this issue Feb 29, 2024 · 5 comments · Fixed by #17622
Labels
2.2.0 bug Something isn't working full_node

Comments

@BrandtH22
Copy link
Contributor

BrandtH22 commented Feb 29, 2024

What happened?

A number of users are reporting an error of INVALID BLOCK COST when their client is syncing various blocks (have not isolated specific recurring blocks as of yet).

Logs from one user are below and more can be acquired as needed.
error.txt

Version

2.2

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

INVALID_BLOCK_COST:

2024-02-29T03:33:16.613 full_node chia.full_node.full_node: INFO     Added unfinished_block ca795264beb3af667c0a978d43d700a11af459391c27168563d3986fd26dce7b, not farmed by us, SP: 46 farmer response time: 10.4177, Pool pk xch1n777zmsr74wgtm8efjezvzplel38xl2wv2dfs8jak04qawvs0t6q6dhf2x, validation time: 0.0196 seconds, pre_validation time 0.1535, cost: 1728597358, percent full: 15.715%
2024-02-29T03:33:19.295 full_node chia.full_node.full_node: ERROR    Block b'\x98X&\x14\xc3\xa2\x114I.N\x1as\x13\xcd(\xb6\xad\xe0\xc0\xff\xc0\xbf\xa5\x04\xed\x06\xdf\xc3\x06\xf2\x7f' at height 5010592 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T03:33:19.296 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b'\x98X&\x14\xc3\xa2\x114I.N\x1as\x13\xcd(\xb6\xad\xe0\xc0\xff\xc0\xbf\xa5\x04\xed\x06\xdf\xc3\x06\xf2\x7f'], PeerInfo(_ip=IPv4Address('108.64.120.54'), _port=8444). Traceback (most recent call last):
  File "/home/<user>/Documents/chia-blockchain/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 751, in new_peak
    if await self.short_sync_backtrack(
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 678, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 1766, in add_block
    raise ConsensusError(error_code, [header_hash])
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b'\x98X&\x14\xc3\xa2\x114I.N\x1as\x13\xcd(\xb6\xad\xe0\xc0\xff\xc0\xbf\xa5\x04\xed\x06\xdf\xc3\x06\xf2\x7f']

INVALID_TRANSACTIONS_FILTER_HASH

2024-02-29T05:15:42.505 full_node chia.full_node.full_node: INFO     Added unfinished_block b45546baa50aca68a16acc0406f5a4e1c56665eb1f24eb5eeb84cc19c68ba528, not farmed by us, SP: 1 farmer response time: 6.5925, Pool pk xch1n777zmsr74wgtm8efjezvzplel38xl2wv2dfs8jak04qawvs0t6q6dhf2x, validation time: 0.0221 seconds, pre_validation time 0.0590, cost: 3229510703, percent full: 29.359%
2024-02-29T05:15:44.594 full_node chia.full_node.full_node: INFO     ⏲️  Finished signage point 2/64: CC: 217408cf20ba288acd1333fef70fc9d89d8a68167095825b042db2ebec9754c9 RC: 145171f1c0ceddefe0ea77cdc5961db4bc268348abf43791190922c1156b6d7a 
2024-02-29T05:15:46.757 harvester chia.harvester.harvester: INFO     19 plots were eligible for farming ee896a10f8... Found 0 proofs. Time: 2.15987 s. Total 9053 plots
2024-02-29T05:15:47.217 full_node full_node_server        : INFO     Connection closed: 188.246.106.6, node id: 0e2ccf0338cfe7725a54d07262f8d40bb61dbcb9bfbbe93ab04ed72fd71e7a3a
2024-02-29T05:15:47.217 full_node chia.full_node.full_node: INFO     peer disconnected PeerInfo(_ip=IPv4Address('188.246.106.6'), _port=0)
2024-02-29T05:15:48.928 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xd6\xbf\xae\x0f\x85\xbe\xc8x\xfc\xea\xcb\xeb\x0e\x00o\x02\x11\xadY\xcc]r\xe8jH8C\xfe\x14\xeb\xect' height 5010919: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('94.100.154.119'), _port=8444). Traceback (most recent call last):
  File "/home/<user>/Documents/chia-blockchain/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 751, in new_peak
    if await self.short_sync_backtrack(
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 678, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 1749, in add_block
    raise ValueError(
ValueError: Failed to validate block b'\xd6\xbf\xae\x0f\x85\xbe\xc8x\xfc\xea\xcb\xeb\x0e\x00o\x02\x11\xadY\xcc]r\xe8jH8C\xfe\x14\xeb\xect' height 5010919: INVALID_TRANSACTIONS_FILTER_HASH

2024-02-29T05:15:48.929 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xd6\xbf\xae\x0f\x85\xbe\xc8x\xfc\xea\xcb\xeb\x0e\x00o\x02\x11\xadY\xcc]r\xe8jH8C\xfe\x14\xeb\xect' height 5010919: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('94.100.154.119'), _port=8444). Traceback (most recent call last):
  File "/home/<user>/Documents/chia-blockchain/chia/server/ws_connection.py", line 425, in _api_call
    response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
  File "/usr/lib/python3.10/asyncio/tasks.py", line 408, in wait_for
    return await fut
  File "/home/<user>/Documents/chia-blockchain/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 751, in new_peak
    if await self.short_sync_backtrack(
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 678, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/home/<user>/Documents/chia-blockchain/chia/full_node/full_node.py", line 1749, in add_block
    raise ValueError(
ValueError: Failed to validate block b'\xd6\xbf\xae\x0f\x85\xbe\xc8x\xfc\xea\xcb\xeb\x0e\x00o\x02\x11\xadY\xcc]r\xe8jH8C\xfe\x14\xeb\xect' height 5010919: INVALID_TRANSACTIONS_FILTER_HASH
@BrandtH22 BrandtH22 added bug Something isn't working full_node 2.2.0 labels Feb 29, 2024
@BrandtH22 BrandtH22 changed the title [Bug] 2.2 INVALID_BLOCK_COST Error [Bug] 2.2 INVALID_BLOCK_COST and INVALID_TRANSACTIONS_FILTER_HASH Errors Feb 29, 2024
@BrandtH22
Copy link
Contributor Author

List of blocks that reported the INVALID_TRANSACTIONS_FILTER_HASH error:
5010919

@felixbrucker
Copy link
Contributor

felixbrucker commented Feb 29, 2024

grep for "Exception: Failed to validate block" over the last 5000 log lines:

2024-02-29T10:46:21.835 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('98.160.118.180'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:21.840 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('98.160.118.180'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:22.192 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('46.217.32.112'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:22.194 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('46.217.32.112'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:22.713 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('183.50.40.70'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:22.715 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('183.50.40.70'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.157 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('78.119.206.15'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.160 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('78.119.206.15'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.457 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('98.234.250.222'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.459 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('98.234.250.222'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.555 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('82.215.85.112'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.557 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('82.215.85.112'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.807 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('154.5.59.74'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.809 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('154.5.59.74'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.913 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('18.162.113.49'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:23.916 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('18.162.113.49'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.156 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('108.44.152.24'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.160 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('108.44.152.24'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.534 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('99.47.238.195'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.536 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('99.47.238.195'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.710 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('92.240.142.36'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:24.713 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('92.240.142.36'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:25.013 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('182.52.220.103'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:25.016 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('182.52.220.103'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:25.115 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('183.151.195.10'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:25.118 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('183.151.195.10'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.160 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('89.205.84.26'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.163 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('89.205.84.26'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.483 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('136.57.58.166'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.485 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('136.57.58.166'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.800 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('95.31.35.172'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:31.802 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('95.31.35.172'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:36.109 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('136.158.44.95'), _port=8444). Traceback (most recent call last):
2024-02-29T10:46:36.111 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xc3E\xc3\x90)\xacf\xa8\x01s\xb1t|\xc2Z\xd9Z\xeb\xd4\x84\xe0\xf8x\x8b\xa5\x04\xd6\x06\tWX\xd5' height 5011962: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('136.158.44.95'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:12.415 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('188.233.238.54'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:12.418 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('188.233.238.54'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:13.460 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('113.211.210.87'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:13.463 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('113.211.210.87'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:14.118 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('45.50.40.221'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:14.120 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('45.50.40.221'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:23.900 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('27.17.140.32'), _port=8444). Traceback (most recent call last):
2024-02-29T10:50:23.902 full_node full_node_server        : ERROR    Exception: Failed to validate block b"\x9ap\x0e'w-;/\xbc\xf4\x9f\xa4u\xce=\x00\xd8\x0b@\x84\xb1\x17\xd4\x93{\xcf\xd0\xb8m\x8a\x11\xd7" height 5011970: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('27.17.140.32'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:15.702 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('85.216.72.130'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:15.710 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('85.216.72.130'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:16.355 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('151.19.176.205'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:16.358 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('151.19.176.205'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.011 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('81.49.167.91'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.014 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('81.49.167.91'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.737 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('98.234.250.222'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.740 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('98.234.250.222'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.873 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('95.31.50.129'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:17.876 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('95.31.50.129'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.003 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('93.127.233.201'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.006 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('93.127.233.201'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.112 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('99.234.222.241'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.114 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('99.234.222.241'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.263 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('86.22.212.0'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.266 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('86.22.212.0'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.382 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('178.130.131.201'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.383 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('178.130.131.201'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.831 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('86.191.26.61'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.833 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('86.191.26.61'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.911 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('34.222.178.3'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:18.913 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('34.222.178.3'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.095 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('73.139.240.39'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.113 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('73.139.240.39'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.577 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('67.245.75.159'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.579 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('67.245.75.159'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.670 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('68.37.4.216'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:19.671 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('68.37.4.216'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:33.868 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('185.205.246.74'), _port=8444). Traceback (most recent call last):
2024-02-29T11:12:33.869 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('185.205.246.74'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:41.522 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('5.12.85.106'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:41.533 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('5.12.85.106'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:41.823 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('212.51.154.41'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:41.824 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('212.51.154.41'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.494 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('119.108.1.9'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.495 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('119.108.1.9'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.741 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('183.88.93.60'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.744 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('183.88.93.60'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.839 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('76.31.195.67'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.841 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('76.31.195.67'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.922 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('185.205.246.74'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:42.924 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('185.205.246.74'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.138 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('178.184.81.75'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.141 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('178.184.81.75'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.441 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('38.61.31.231'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.443 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('38.61.31.231'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.695 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('139.228.112.219'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:43.697 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('139.228.112.219'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:44.145 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('76.126.167.90'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:44.147 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('76.126.167.90'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:46.398 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('178.183.171.66'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:46.400 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('178.183.171.66'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:46.668 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('63.226.58.155'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:46.669 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('63.226.58.155'), _port=8444). Traceback (most recent call last):
2024-02-29T17:14:47.224 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH, PeerInfo(_ip=IPv4Address('75.88.53.183'), _port=28744). Traceback (most recent call last):
2024-02-29T17:14:47.227 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\xf2 \xfb7p\xe2\x0e\x8a\x96\xfa\xda\xd4xk\xb7l\xf68\x06\xa5\xa8Y\xd1;\xa8\x951\xda\x85 \xff\x15' height 5013152: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('75.88.53.183'), _port=28744). Traceback (most recent call last):

two of them in detail:

2024-02-29T11:12:19.671 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('68.37.4.216'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 425, in _api_call
    response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/tasks.py", line 452, in wait_for
    return await fut
           ^^^^^^^^^
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1750, in add_block
    raise ValueError(
ValueError: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH

2024-02-29T11:12:19.673 full_node full_node_server        : WARNING  Banning 68.37.4.216 for 10 seconds
2024-02-29T11:12:33.869 full_node full_node_server        : ERROR    Exception: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH <class 'ValueError'>, closing connection PeerInfo(_ip=IPv4Address('185.205.246.74'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 425, in _api_call
    response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/tasks.py", line 452, in wait_for
    return await fut
           ^^^^^^^^^
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1750, in add_block
    raise ValueError(
ValueError: Failed to validate block b'\x06N\xaf\x07\xba\x1e\n\xcb\x14\xef\xb7X,6\x15]\xa3"\x8d|\xfa9\x1a\x13\xf3Y\x19\xb3\xc3;z\xde' height 5012035: INVALID_TRANSACTIONS_FILTER_HASH

2024-02-29T11:12:33.876 full_node full_node_server        : WARNING  Banning 185.205.246.74 for 10 seconds
2024-02-29T11:12:36.045 full_node full_node_server        : WARNING  Peer 185.205.246.74 is still banned, not connecting to it
2024-02-29T11:12:36.751 full_node full_node_server        : WARNING  Peer 185.205.246.74 is banned, refusing connection

@felixbrucker
Copy link
Contributor

grep for "INVALID_BLOCK_COST":

2024-02-29T08:06:08.333 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:08.346 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('83.84.178.66'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:08.353 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('83.84.178.66'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:08.760 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:08.762 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('178.54.78.180'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:08.763 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('178.54.78.180'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.199 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:09.200 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('85.169.31.131'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.201 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('85.169.31.131'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.619 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:09.621 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('82.65.50.80'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.622 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('82.65.50.80'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.681 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:09.682 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('71.126.129.74'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.683 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('71.126.129.74'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.766 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:09.768 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('80.91.23.11'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:09.769 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('80.91.23.11'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.363 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:10.364 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('73.71.72.128'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.369 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('73.71.72.128'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.457 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:10.459 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('204.216.218.169'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.460 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('204.216.218.169'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.576 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:10.577 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('68.102.154.138'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:10.578 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('68.102.154.138'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:11.242 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:11.244 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('45.169.214.70'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:11.245 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('45.169.214.70'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:11.555 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:11.557 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('114.92.193.88'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:11.564 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('114.92.193.88'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.146 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.149 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('80.64.31.144'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.151 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('80.64.31.144'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.250 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.252 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('2.34.33.35'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.253 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('2.34.33.35'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.529 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.531 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('173.79.107.77'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.532 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('173.79.107.77'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.619 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.621 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('81.254.128.152'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.622 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('81.254.128.152'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.710 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.712 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('207.180.213.209'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.713 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('207.180.213.209'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.935 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.936 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('113.88.159.51'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:12.937 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('113.88.159.51'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:22.286 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:22.287 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('23.152.56.254'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:22.288 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('23.152.56.254'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:26.086 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:26.088 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('185.84.188.238'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:06:26.089 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('185.84.188.238'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:07:14.095 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:07:14.097 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('76.86.3.191'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']
2024-02-29T08:07:14.098 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('76.86.3.191'), _port=8444). Traceback (most recent call last):
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']

two of them in detail:

2024-02-29T08:06:12.710 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:06:12.712 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('207.180.213.209'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1767, in add_block
    raise ConsensusError(error_code, [header_hash])
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']

2024-02-29T08:06:12.713 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('207.180.213.209'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 425, in _api_call
    response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/tasks.py", line 452, in wait_for
    return await fut
           ^^^^^^^^^
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1767, in add_block
    raise ConsensusError(error_code, [header_hash])
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']

2024-02-29T08:06:12.714 full_node full_node_server        : WARNING  Banning 207.180.213.209 for 600 seconds
2024-02-29T08:07:14.095 full_node chia.full_node.full_node: ERROR    Block b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1' at height 5011458 is invalid with code Err.INVALID_BLOCK_COST.
2024-02-29T08:07:14.097 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'], PeerInfo(_ip=IPv4Address('76.86.3.191'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1767, in add_block
    raise ConsensusError(error_code, [header_hash])
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']

2024-02-29T08:07:14.098 full_node full_node_server        : ERROR    Exception: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1'] <class 'chia.util.errors.ConsensusError'>, closing connection PeerInfo(_ip=IPv4Address('76.86.3.191'), _port=8444). Traceback (most recent call last):
  File "/app/chia/server/ws_connection.py", line 425, in _api_call
    response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/tasks.py", line 452, in wait_for
    return await fut
           ^^^^^^^^^
  File "/app/chia/server/ws_connection.py", line 404, in wrapped_coroutine
    result: Message = await coroutine
                      ^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node_api.py", line 137, in new_peak
    await self.full_node.new_peak(request, peer)
  File "/app/chia/full_node/full_node.py", line 752, in new_peak
    if await self.short_sync_backtrack(
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/chia/full_node/full_node.py", line 679, in short_sync_backtrack
    await self.add_block(block, peer)
  File "/app/chia/full_node/full_node.py", line 1767, in add_block
    raise ConsensusError(error_code, [header_hash])
chia.util.errors.ConsensusError: Error code: INVALID_BLOCK_COST [b':\xe0\xa4\x0c-\x99I\xa2\x03\xfa ]\xd2\x1c#\xe5\xa5LXwC\xe0\xff\x03\x9a\xe6UJc\xfa\xce\xc1']

2024-02-29T08:07:14.099 full_node full_node_server        : WARNING  Banning 76.86.3.191 for 600 seconds

@madMAx43v3r
Copy link

madMAx43v3r commented Mar 3, 2024

On my local server: I got them errors starting on 2024-02-28, with 2.2.0-rc3, but no more since 2024-03-02.

On the big farm I'm still getting them with 2.2.0-rc3. So probably depends on the peers one is connected to.

EDIT: I should clarify this is under normal operation, not while syncing.

@emlowe emlowe linked a pull request Mar 4, 2024 that will close this issue
@wjblanke
Copy link
Contributor

wjblanke commented Mar 6, 2024

Thanks for the report. 2.2.0 did indeed have issues and has been pulled. 2.2.1 should resolve these. Please use 2.1.4 in the interim.

@wjblanke wjblanke closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.2.0 bug Something isn't working full_node
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants