chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

Chia GUI Disconnects - White Screen - Chia 1.5.1 and 1.5.0, and earlier. [Bug]

Open SaumyaG8 opened this issue 2 years ago • 13 comments

What happened?

Chia farming disconnects. Sync stops for wallet and DB (V2). Requires Force Reload. And then nothing sync again - need to hard shut down the GUI to get sync started again. Occurs ever 8 to 14 hours.

Version

1.5.1

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

SaumyaG8 avatar Aug 24 '22 18:08 SaumyaG8

it starts with: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending.. Then ERROR Task was destroyed but it is pending!. Then ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore

SaumyaG8 avatar Aug 24 '22 23:08 SaumyaG8

I got a lot of weird errors: 2022-08-24T06:12:01.795 full_node full_node_server : WARNING Rate limiting ourselves. message type: respond_peers, peer: 73.63.137.70 2022-08-24T06:12:01.796 full_node full_node_server : WARNING Rate limiting ourselves. message type: respond_peers, peer: 74.215.92.246 2022-08-24T06:13:22.697 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending. 2022-08-24T06:13:23.519 full_node asyncio : ERROR Task was destroyed but it is pending! task: <Task pending name='Task-496' coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:989> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x00000246A37E7700>()]> cb=[gather..done_callback() at asyncio\tasks.py:767]> 2022-08-24T06:14:47.755 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:15:41.894 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:16:20.282 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:17:12.435 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:17:56.441 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:18:53.189 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:19:53.913 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:20:49.391 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:21:39.929 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:22:31.257 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:23:30.472 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-24T06:25:09.291 daemon main : ERROR Ping error Traceback (most recent call last): File "chia\daemon\server.py", line 275, in ping_task File "aiohttp\web_ws.py", line 295, in ping File "aiohttp\http_websocket.py", line 676, in ping File "aiohttp\http_websocket.py", line 653, in sendframe File "aiohttp\http_websocket.py", line 663, in _write ConnectionResetError: Cannot write to closing transport 2022-08-24T06:25:09.292 daemon main : ERROR Ping failed, connection closed. 2022-08-24T06:26:08.325 wallet wallet_server : ERROR WebSocket Error: WSMessage(type=<WSMsgType.ERROR: 258>, data=MemoryError(), extra=None) 2022-08-24T06:26:08.326 wallet wallet_server : ERROR Exception: 'MemoryError' object has no attribute 'code' 2022-08-24T06:26:08.327 wallet wallet_server : ERROR Exception Stack: Traceback (most recent call last): File "chia\server\ws_connection.py", line 277, in inbound_handler File "chia\server\ws_connection.py", line 486, in readone_message AttributeError: 'MemoryError' object has no attribute 'code'

2022-08-24T06:32:48.718 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-24T06:39:29.458 daemon main : ERROR Unexpected exception trying to send to websocket: Connection lost Traceback (most recent call last): File "chia\daemon\server.py", line 233, in incoming_connection File "aiohttp\web_ws.py", line 308, in send_str File "aiohttp\http_websocket.py", line 690, in send File "aiohttp\http_websocket.py", line 659, in sendframe File "aiohttp\base_protocol.py", line 80, in drainhelper ConnectionResetError: Connection lost

2022-08-24T07:26:15.812 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-24T09:32:25.965 wallet chia.wallet.wallet_node : WARNING Peer {'host': '73.232.140.24', 'port': 8444} did not respond in time. 2022-08-24T09:41:28.867 wallet chia.wallet.wallet_node : WARNING Peer {'host': '211.54.71.203', 'port': 8444} did not respond in time. 2022-08-24T10:18:31.906 wallet chia.wallet.wallet_node : WARNING Peer {'host': '90.51.177.24', 'port': 8444} did not respond in time.

SaumyaG8 avatar Aug 24 '22 23:08 SaumyaG8

Can you provide some details about your system, like RAM, CPU, etc? It might be useful to run chia db validate to verify that there is no DB corruption. Also, can you attempt to run just the node via the CLI by running chia start node and let that run for ~24 hours and see if this error happens?

wallentx avatar Aug 25 '22 17:08 wallentx

System Config

SaumyaG8 avatar Aug 25 '22 19:08 SaumyaG8

I deleted all chia files. Including the \appdata\local files and am reinstalling. Still facing the issue with the new DB download. Will keep disconnecting every couple hours.

SaumyaG8 avatar Aug 25 '22 19:08 SaumyaG8

Starting full node via CLI

SaumyaG8 avatar Aug 25 '22 19:08 SaumyaG8

可能您的机器有故障,建议检修。 同时应该使用收割机方案。

zhangyongchang88 avatar Aug 26 '22 19:08 zhangyongchang88

CLI node experienced same issues.

SaumyaG8 avatar Aug 26 '22 20:08 SaumyaG8

2022-08-25T10:15:13.131 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:13.241 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:14.984 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:19.221 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:19.397 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:21.069 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:25.328 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:25.515 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:27.171 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:31.456 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:31.626 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:33.266 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:37.543 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:37.698 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:39.335 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:43.614 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:43.770 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:45.428 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:49.721 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:49.877 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:51.526 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:15:55.818 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:55.959 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:15:57.631 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:01.890 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:02.046 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:03.701 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:07.988 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:08.146 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:09.785 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:14.071 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:14.211 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:15.857 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:20.173 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:20.313 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:21.950 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:26.271 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:26.412 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:28.060 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:32.325 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:32.479 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:34.160 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T10:16:38.411 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:38.536 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400 2022-08-25T10:16:40.248 farmer chia.farmer.farmer : WARNING Can not connect to keychain at wss://localhost:55400. 2022-08-25T12:35:01.896 farmer chia.plot_sync.receiver : ERROR reset: node_id 06f4642615eabd0f4ebb5756febdb317912301110def5db1615ae25dd95b4b07, current_sync: [state 0, sync_id 0, next_message_id 0, plots_processed 0, plots_total 0, delta [valid +0/-0, invalid +0/-0, keys missing: +0/-0, duplicates: +0/-0], time_done None] 2022-08-25T12:39:24.473 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:25.315 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:25.921 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:27.726 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:28.732 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:29.457 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:39:29.457 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T12:43:54.306 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending. 2022-08-25T12:47:49.530 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending. 2022-08-25T12:47:50.577 full_node asyncio : ERROR Task was destroyed but it is pending! task: <Task pending name='Task-355' coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:989> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x000001D2E34DBDC0>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]> 2022-08-25T12:50:08.495 farmer chia.plot_sync.receiver : ERROR reset: node_id 06f4642615eabd0f4ebb5756febdb317912301110def5db1615ae25dd95b4b07, current_sync: [state 0, sync_id 0, next_message_id 0, plots_processed 0, plots_total 0, delta [valid +0/-0, invalid +0/-0, keys missing: +0/-0, duplicates: +0/-0], time_done None] 2022-08-25T12:57:39.491 wallet chia.wallet.wallet_node : WARNING Peer {'host': '188.167.24.202', 'port': 8444} did not respond in time. 2022-08-25T13:29:37.861 wallet chia.wallet.wallet_node : WARNING Peer {'host': '69.140.233.228', 'port': 8444} did not respond in time. 2022-08-25T15:18:38.646 wallet chia.wallet.wallet_node : WARNING Peer {'host': '70.226.26.201', 'port': 8444} did not respond in time. 2022-08-25T16:22:23.229 wallet chia.wallet.wallet_node : WARNING Peer {'host': '173.183.146.26', 'port': 8444} did not respond in time. 2022-08-25T17:02:03.694 wallet chia.wallet.wallet_node : WARNING Non-trusted peer {'host': '122.108.232.78', 'port': 8444} is not synced, disconnecting 2022-08-25T17:02:03.904 wallet wallet_server : WARNING Banning 122.108.232.78 for 120 seconds 2022-08-25T17:02:03.965 wallet chia.wallet.wallet_node : WARNING Peer {'host': '122.108.232.78', 'port': 8444} did not respond in time. 2022-08-25T17:02:05.548 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:06.864 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:06.873 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:07.770 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:08.861 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:11.511 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:11.512 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:12.912 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:02:14.010 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T17:49:05.114 wallet chia.wallet.wallet_node : WARNING Peer {'host': '113.61.238.49', 'port': 8444} did not respond in time. 2022-08-25T18:36:19.703 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T20:23:43.514 wallet chia.wallet.wallet_node : WARNING Peer {'host': '198.54.106.236', 'port': 8444} did not respond in time. 2022-08-25T23:07:36.415 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-25T23:44:34.388 wallet chia.wallet.wallet_node : WARNING Peer {'host': '14.221.175.96', 'port': 8444} did not respond in time. 2022-08-26T00:00:43.147 wallet chia.wallet.wallet_node : WARNING Peer {'host': '80.60.50.228', 'port': 8444} did not respond in time. 2022-08-26T00:02:32.424 wallet chia.wallet.wallet_node : WARNING Peer {'host': '212.117.61.6', 'port': 8444} did not respond in time. 2022-08-26T02:08:44.535 wallet chia.wallet.wallet_node : WARNING Peer {'host': '84.42.226.30', 'port': 8444} did not respond in time. 2022-08-26T02:25:25.034 wallet chia.wallet.wallet_node : WARNING Peer {'host': '84.10.178.234', 'port': 8444} did not respond in time. 2022-08-26T02:47:26.002 full_node full_node_server : ERROR WebSocket Error: WSMessage(type=<WSMsgType.ERROR: 258>, data=MemoryError(), extra=None) 2022-08-26T02:47:26.004 full_node full_node_server : ERROR Exception: 'MemoryError' object has no attribute 'code' 2022-08-26T02:47:26.005 full_node full_node_server : ERROR Exception Stack: Traceback (most recent call last): File "chia\server\ws_connection.py", line 277, in inbound_handler File "chia\server\ws_connection.py", line 486, in _read_one_message AttributeError: 'MemoryError' object has no attribute 'code'

2022-08-26T02:52:58.538 wallet chia.wallet.wallet_node : WARNING Peer {'host': '86.171.232.76', 'port': 8444} did not respond in time. 2022-08-26T04:07:32.025 wallet chia.wallet.wallet_node : WARNING Peer {'host': '212.216.180.41', 'port': 8444} did not respond in time. 2022-08-26T04:26:57.524 wallet chia.wallet.wallet_node : WARNING Peer {'host': '46.219.18.18', 'port': 8444} did not respond in time. 2022-08-26T04:34:31.792 wallet chia.wallet.wallet_node : WARNING Peer {'host': '188.190.32.25', 'port': 8444} did not respond in time. 2022-08-26T06:26:47.465 wallet chia.wallet.wallet_node : WARNING Peer {'host': '160.98.224.145', 'port': 8444} did not respond in time. 2022-08-26T07:44:15.325 wallet chia.wallet.wallet_node : WARNING Peer {'host': '195.98.94.155', 'port': 8444} did not respond in time. 2022-08-26T07:53:33.903 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-26T09:23:27.475 wallet chia.wallet.wallet_node : WARNING Peer {'host': '195.211.29.165', 'port': 8444} did not respond in time. 2022-08-26T09:38:42.508 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-26T10:09:12.211 wallet chia.wallet.wallet_node : WARNING Peer {'host': '212.114.16.93', 'port': 8444} did not respond in time. 2022-08-26T12:32:54.314 wallet chia.wallet.wallet_node : WARNING Peer {'host': '62.235.126.124', 'port': 8444} did not respond in time. 2022-08-26T13:29:57.534 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending. 2022-08-26T13:30:02.488 full_node asyncio : ERROR Task was destroyed but it is pending! task: <Task pending name='Task-2574' coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:989> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x0000014B46653490>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]> 2022-08-26T13:30:59.611 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:31:39.648 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:32:59.788 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:33:57.007 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:34:51.097 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:35:47.626 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:35:57.736 wallet chia.wallet.wallet_node : WARNING Peer {'host': '198.74.58.93', 'port': 8444} did not respond in time. 2022-08-26T13:36:34.680 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-26T13:37:11.681 full_node full_node_server : WARNING Banning 73.45.103.49 for 600 seconds 2022-08-26T13:37:11.683 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 919, in _sync File "chia\full_node\weight_proof.py", line 637, in validate_weight_proof File "chia\full_node\weight_proof.py", line 1720, in validate_weight_proof_inner File "concurrent\futures_base.py", line 446, in result File "concurrent\futures_base.py", line 391, in __get_result concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "chia\full_node\full_node.py", line 922, in _sync ValueError: Weight proof validation threw an error A process in the process pool was terminated abruptly while the future was running or pending.

2022-08-26T13:37:32.347 farmer chia.plot_sync.receiver : ERROR reset: node_id 06f4642615eabd0f4ebb5756febdb317912301110def5db1615ae25dd95b4b07, current_sync: [state 0, sync_id 0, next_message_id 0, plots_processed 0, plots_total 0, delta [valid +0/-0, invalid +0/-0, keys missing: +0/-0, duplicates: +0/-0], time_done None]

SaumyaG8 avatar Aug 26 '22 20:08 SaumyaG8

Is there any more information on what could be causing these errors?

SaumyaG8 avatar Aug 28 '22 01:08 SaumyaG8

Here is more info from the logs.

2022-08-29T22:52:20.751 full_node chia.full_node.full_node: INFO Added blocks 2049812 to 2049844 2022-08-29T22:52:22.439 full_node chia.full_node.full_node: INFO Added blocks 2049844 to 2049876 2022-08-29T22:52:24.171 full_node chia.full_node.full_node: INFO Added blocks 2049876 to 2049908 2022-08-29T22:52:25.792 full_node chia.full_node.full_node: INFO Added blocks 2049908 to 2049940 2022-08-29T22:52:27.758 full_node chia.full_node.full_node: INFO Added blocks 2049940 to 2049972 2022-08-29T22:52:29.199 full_node chia.full_node.full_node: INFO Added blocks 2049972 to 2050004 2022-08-29T22:52:31.540 full_node chia.full_node.full_node: INFO Added blocks 2050004 to 2050036 2022-08-29T22:52:33.688 full_node chia.full_node.full_node: INFO Added blocks 2050036 to 2050068 2022-08-29T22:52:35.476 full_node chia.full_node.full_node: INFO Added blocks 2050068 to 2050100 2022-08-29T22:52:37.057 full_node chia.full_node.full_node: INFO Added blocks 2050100 to 2050132 2022-08-29T22:52:38.676 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.03 seconds, total plots: 1111 2022-08-29T22:52:38.709 full_node chia.full_node.full_node: INFO Added blocks 2050132 to 2050164 2022-08-29T22:52:40.677 full_node chia.full_node.full_node: INFO Added blocks 2050164 to 2050196 2022-08-29T22:52:42.574 full_node chia.full_node.full_node: INFO Added blocks 2050196 to 2050228 2022-08-29T22:52:44.295 full_node chia.full_node.full_node: INFO Added blocks 2050228 to 2050260 2022-08-29T22:52:46.135 full_node chia.full_node.full_node: INFO Added blocks 2050260 to 2050292 2022-08-29T22:52:47.940 full_node chia.full_node.full_node: INFO Added blocks 2050292 to 2050324 2022-08-29T22:52:49.497 full_node chia.full_node.full_node: INFO Added blocks 2050324 to 2050356 2022-08-29T22:52:50.355 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471357 timestamp: 1661838742 2022-08-29T22:52:50.356 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471357 2022-08-29T22:52:51.220 full_node chia.full_node.full_node: INFO Added blocks 2050356 to 2050388 2022-08-29T22:52:52.545 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A process in the process pool was terminated abruptly while the future was running or pending. 2022-08-29T22:52:52.546 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:52:52.548 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:52:52.549 full_node chia.full_node.mempool_manager: INFO Size of mempool: 0 spends, cost: 0 minimum fee rate (in FPC) to get in for 5M cost tx: 0 2022-08-29T22:52:52.552 full_node chia.full_node.weight_proof: INFO create weight proof peak bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664 2050388 2022-08-29T22:52:53.113 full_node asyncio : ERROR Task was destroyed but it is pending! task: <Task pending name='Task-325' coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:989> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x000001EAF41B9790>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]> 2022-08-29T22:52:53.130 full_node chia.full_node.weight_proof: INFO recent chain, start: 2049796 end: 2050388 2022-08-29T22:52:56.963 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:52:56.964 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:52:57.379 full_node chia.full_node.full_node: INFO Collected a total of 4 peaks. 2022-08-29T22:52:57.380 full_node chia.full_node.full_node: INFO Selected peak 2471358, 0a612ac24a89febb10d48db5d6309de6c7030def892ec7fab0f4520044e748c1 2022-08-29T22:52:57.601 full_node chia.full_node.full_node: INFO Total of 6 peers with peak 2471358 2022-08-29T22:52:57.602 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 67.2.33.18 up to height 2471358 2022-08-29T22:52:58.361 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471358 timestamp: 1661838742 2022-08-29T22:52:58.363 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471358 2022-08-29T22:53:27.754 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471359 timestamp: 1661838778 2022-08-29T22:53:27.755 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471359 2022-08-29T22:53:27.771 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:53:27.839 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471358 2022-08-29T22:53:50.101 full_node chia.full_node.full_node: INFO Re-checked peers: total of 6 peers with peak 2471358 2022-08-29T22:53:50.265 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471358 2022-08-29T22:53:51.859 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:53:51.859 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:53:51.860 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:53:54.062 farmer chia.farmer.farmer : INFO GET /farmer response: {'authentication_public_key': '0xa3bdf0ff3770d5a3edd6e0f939c8c89e34d7c2cef71b8e748c43235b8c946b9c63eecc8000797b9af1c28536fff01ac0', 'payout_instructions': 'ca864e6200f762a729a75bb24436f2dc01e7066311963a9f05fbae638412cade', 'current_difficulty': 10, 'current_points': 99} 2022-08-29T22:53:54.208 farmer chia.farmer.farmer : INFO PUT /farmer response: {'authentication_public_key': False, 'payout_instructions': False, 'suggested_difficulty': False} 2022-08-29T22:54:05.724 wallet wallet_server : INFO Cannot connect to host 2406:da14:93e:a803:92:a99e:dcfe:311e:8444 ssl:<ssl.SSLContext object at 0x0000012718EEEDC0> [The network location cannot be reached. For information about network troubleshooting, see Windows Help] 2022-08-29T22:54:13.136 full_node full_node_server : INFO Cannot connect to host 90.255.49.50:8444 ssl:<ssl.SSLContext object at 0x000001EA82A8BBC0> [The semaphore timeout period has expired] 2022-08-29T22:54:14.079 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:54:14.080 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:54:14.479 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T22:54:14.480 full_node chia.full_node.full_node: INFO Selected peak 2471360, 1459e8a84ce254564d3bfad566fade03a0b264d828eb06f1932d7fef86fda1a0 2022-08-29T22:54:14.697 full_node chia.full_node.full_node: INFO Total of 6 peers with peak 2471360 2022-08-29T22:54:14.698 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 67.2.33.18 up to height 2471360 2022-08-29T22:54:15.389 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471360 timestamp: 1661838826 2022-08-29T22:54:15.390 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471360 2022-08-29T22:54:19.545 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471361 timestamp: 1661838826 2022-08-29T22:54:19.546 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471361 2022-08-29T22:54:39.662 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.05 seconds, total plots: 1111 2022-08-29T22:54:41.562 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471362 timestamp: 1661838826 2022-08-29T22:54:41.563 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471362 2022-08-29T22:54:43.120 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:54:43.185 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471360 2022-08-29T22:55:05.547 full_node chia.full_node.full_node: INFO Re-checked peers: total of 6 peers with peak 2471360 2022-08-29T22:55:05.708 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471360 2022-08-29T22:55:07.043 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:55:07.043 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:55:07.044 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:55:20.678 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:55:20.680 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:55:21.118 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T22:55:21.119 full_node chia.full_node.full_node: INFO Selected peak 2471363, b845cf97197b623f75ac3aaf75aa0263948b769513a0c8da00c7ad00a0781b4e 2022-08-29T22:55:21.369 full_node chia.full_node.full_node: INFO Total of 6 peers with peak 2471363 2022-08-29T22:55:21.370 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 178.75.15.119 up to height 2471363 2022-08-29T22:55:22.894 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471363 timestamp: 1661838889 2022-08-29T22:55:22.895 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471363 2022-08-29T22:55:29.528 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471364 timestamp: 1661838889 2022-08-29T22:55:29.529 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471364 2022-08-29T22:55:37.070 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:55:37.137 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471363 2022-08-29T22:55:48.308 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471365 timestamp: 1661838889 2022-08-29T22:55:48.309 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471365 2022-08-29T22:55:51.461 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471366 timestamp: 1661838889 2022-08-29T22:55:51.462 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471366 2022-08-29T22:55:55.383 wallet wallet_server : INFO Cannot connect to host 78.98.93.169:8444 ssl:<ssl.SSLContext object at 0x0000012718EEE240> [The semaphore timeout period has expired] 2022-08-29T22:55:59.001 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471367 timestamp: 1661838926 2022-08-29T22:55:59.003 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471367 2022-08-29T22:55:59.610 full_node chia.full_node.full_node: INFO Re-checked peers: total of 6 peers with peak 2471363 2022-08-29T22:55:59.732 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471368 timestamp: 1661838926 2022-08-29T22:55:59.733 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471368 2022-08-29T22:56:00.307 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471363 2022-08-29T22:56:00.766 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:56:00.767 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:56:00.768 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:56:10.081 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:56:10.082 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:56:10.504 full_node chia.full_node.full_node: INFO Collected a total of 4 peaks. 2022-08-29T22:56:10.505 full_node chia.full_node.full_node: INFO Selected peak 2471369, 51855ec5d4e195bac1894eaf4a27dd39749cf54318bbe68b481b35d936b60b11 2022-08-29T22:56:10.719 full_node chia.full_node.full_node: INFO Total of 8 peers with peak 2471369 2022-08-29T22:56:10.720 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 179.216.63.126 up to height 2471369 2022-08-29T22:56:13.329 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471369 timestamp: 1661838926 2022-08-29T22:56:13.331 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471369 2022-08-29T22:56:13.924 wallet chia.wallet.wallet_node : INFO Connected peer {'host': '96.8.66.75', 'port': 8444} is trusted: False 2022-08-29T22:56:13.926 wallet wallet_server : INFO Connected with full_node {'host': '96.8.66.75', 'port': 8444} 2022-08-29T22:56:14.008 wallet wallet_server : INFO Connection closed: 96.8.66.75, node id: e3cb4b2ea1f4e6c910264d59009386faace7f37c0d4f0ef135009a94395aa87a 2022-08-29T22:56:14.322 wallet chia.wallet.wallet_node : WARNING Peer None did not respond in time. 2022-08-29T22:56:17.949 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471370 timestamp: 1661838926 2022-08-29T22:56:17.950 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471370 2022-08-29T22:56:20.974 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471371 timestamp: 1661838926 2022-08-29T22:56:20.975 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471371 2022-08-29T22:56:31.345 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471372 timestamp: 1661838926 2022-08-29T22:56:31.346 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471372 2022-08-29T22:56:39.914 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.03 seconds, total plots: 1111 2022-08-29T22:56:50.722 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:56:50.787 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471369 2022-08-29T22:56:54.214 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471373 timestamp: 1661838974 2022-08-29T22:56:54.215 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471373 2022-08-29T22:57:13.048 full_node chia.full_node.full_node: INFO Re-checked peers: total of 8 peers with peak 2471369 2022-08-29T22:57:13.208 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471369 2022-08-29T22:57:14.146 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:57:14.146 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:57:14.147 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:57:42.779 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:57:42.780 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:57:43.114 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T22:57:43.115 full_node chia.full_node.full_node: INFO Selected peak 2471374, 53c3a3cb428c3767be96b0712ee7942d14791b57f9a8894c5b4374ff6bd76f86 2022-08-29T22:57:43.609 full_node chia.full_node.full_node: INFO Total of 7 peers with peak 2471374 2022-08-29T22:57:43.610 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 38.34.75.32 up to height 2471374 2022-08-29T22:57:44.958 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471374 timestamp: 1661839033 2022-08-29T22:57:44.959 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471374 2022-08-29T22:57:55.565 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471375 timestamp: 1661839033 2022-08-29T22:57:55.566 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471375 2022-08-29T22:57:56.778 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471376 timestamp: 1661839033 2022-08-29T22:57:56.779 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471376 2022-08-29T22:58:02.454 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:58:02.520 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471374 2022-08-29T22:58:19.160 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471377 timestamp: 1661839068 2022-08-29T22:58:19.161 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471377 2022-08-29T22:58:24.724 full_node chia.full_node.full_node: INFO Re-checked peers: total of 7 peers with peak 2471374 2022-08-29T22:58:24.884 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471374 2022-08-29T22:58:25.909 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:58:25.910 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:58:25.911 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:58:36.868 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:58:36.869 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:58:37.194 full_node chia.full_node.full_node: INFO Collected a total of 4 peaks. 2022-08-29T22:58:37.195 full_node chia.full_node.full_node: INFO Selected peak 2471378, dd9fb607212abd126125a6b6bd6eee4d444b1a0d9fbcd0a45981eaf795ddab60 2022-08-29T22:58:37.421 full_node chia.full_node.full_node: INFO Total of 6 peers with peak 2471378 2022-08-29T22:58:37.422 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 67.2.33.18 up to height 2471378 2022-08-29T22:58:38.164 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471378 timestamp: 1661839068 2022-08-29T22:58:38.165 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471378 2022-08-29T22:58:40.094 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.03 seconds, total plots: 1111 2022-08-29T22:58:53.363 wallet wallet_server : INFO Cannot connect to host 72.186.25.24:8444 ssl:<ssl.SSLContext object at 0x0000012718EEEA40> [The semaphore timeout period has expired] 2022-08-29T22:59:02.906 farmer chia.farmer.farmer : INFO GET /farmer response: {'authentication_public_key': '0xa3bdf0ff3770d5a3edd6e0f939c8c89e34d7c2cef71b8e748c43235b8c946b9c63eecc8000797b9af1c28536fff01ac0', 'payout_instructions': 'ca864e6200f762a729a75bb24436f2dc01e7066311963a9f05fbae638412cade', 'current_difficulty': 10, 'current_points': 99} 2022-08-29T22:59:03.045 farmer chia.farmer.farmer : INFO PUT /farmer response: {'authentication_public_key': False, 'payout_instructions': False, 'suggested_difficulty': False} 2022-08-29T22:59:09.106 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:59:09.171 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471378 2022-08-29T22:59:11.616 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471379 timestamp: 1661839116 2022-08-29T22:59:11.617 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471379 2022-08-29T22:59:24.048 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471380 timestamp: 1661839116 2022-08-29T22:59:24.049 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471380 2022-08-29T22:59:31.224 full_node chia.full_node.full_node: INFO Re-checked peers: total of 6 peers with peak 2471378 2022-08-29T22:59:31.393 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471378 2022-08-29T22:59:31.830 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T22:59:31.830 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T22:59:31.831 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T22:59:42.566 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T22:59:42.567 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T22:59:42.989 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T22:59:42.990 full_node chia.full_node.full_node: INFO Selected peak 2471381, 9997e35384b0647ab789b6f4eaadf9d61ff850ac435a9cb54f09173d2dbc696a 2022-08-29T22:59:43.211 full_node chia.full_node.full_node: INFO Total of 4 peers with peak 2471381 2022-08-29T22:59:43.212 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 178.75.15.119 up to height 2471381 2022-08-29T22:59:44.654 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471381 timestamp: 1661839153 2022-08-29T22:59:44.655 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471381 2022-08-29T22:59:51.901 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T22:59:51.966 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471381 2022-08-29T22:59:59.714 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471382 timestamp: 1661839153 2022-08-29T22:59:59.715 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471382 2022-08-29T23:00:05.801 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471383 timestamp: 1661839153 2022-08-29T23:00:05.802 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471383 2022-08-29T23:00:11.889 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471384 timestamp: 1661839153 2022-08-29T23:00:11.890 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471384 2022-08-29T23:00:14.469 full_node full_node_server : INFO Cannot connect to host 113.72.16.232:8444 ssl:<ssl.SSLContext object at 0x000001EAF4457AC0> [The semaphore timeout period has expired] 2022-08-29T23:00:14.534 full_node chia.full_node.full_node: INFO Re-checked peers: total of 4 peers with peak 2471381 2022-08-29T23:00:15.198 full_node chia.full_node.full_node: INFO Start syncing from fork point at 2049426 up to 2471381 2022-08-29T23:00:16.157 full_node chia.full_node.full_node: ERROR sync from fork point failed err: A child process terminated abruptly, the process pool is not usable anymore 2022-08-29T23:00:16.158 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T23:00:16.158 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T23:00:37.591 full_node full_node_server : INFO Cannot connect to host 111.199.80.190:8444 ssl:<ssl.SSLContext object at 0x000001EAF6B7F640> [The semaphore timeout period has expired] 2022-08-29T23:00:39.289 wallet wallet_server : INFO Cannot connect to host 36.70.154.87:8444 ssl:<ssl.SSLContext object at 0x0000012718EEEDC0> [The semaphore timeout period has expired] 2022-08-29T23:00:39.560 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T23:00:39.561 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T23:00:39.991 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T23:00:39.992 full_node chia.full_node.full_node: INFO Selected peak 2471385, 26694889137213bdc8ecb7cd758d655827b23af39c18408269ebf17a687b39f0 2022-08-29T23:00:40.218 full_node chia.full_node.full_node: INFO Total of 6 peers with peak 2471385 2022-08-29T23:00:40.219 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 38.34.75.32 up to height 2471385 2022-08-29T23:00:41.167 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.03 seconds, total plots: 1111 2022-08-29T23:00:41.439 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471385 timestamp: 1661839211 2022-08-29T23:00:41.440 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471385 2022-08-29T23:00:49.935 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T23:00:50.001 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471385 2022-08-29T23:00:51.299 full_node full_node_server : INFO Connection closed: 38.34.75.32, node id: 9092b65f7bfbbdf39ac8205827809bb0098c6c02e74810caeb5cf08a525f8045 2022-08-29T23:00:51.300 full_node full_node_server : WARNING Banning 38.34.75.32 for 600 seconds 2022-08-29T23:00:51.301 full_node chia.full_node.full_node: INFO peer disconnected {'host': '38.34.75.32', 'port': 8444} 2022-08-29T23:00:51.302 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'ValueError'>concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "concurrent\futures\process.py", line 246, in _process_worker File "chia\full_node\weight_proof.py", line 1206, in validate_recent_blocks File "chia\util\streamable.py", line 610, in from_bytes File "chia\util\streamable.py", line 597, in parse File "chia\util\streamable.py", line 409, in File "chia\util\streamable.py", line 360, in parse_list File "chia\util\streamable.py", line 597, in parse File "chia\util\streamable.py", line 398, in File "chia\util\streamable.py", line 335, in parse_optional File "chia\util\streamable.py", line 597, in parse File "chia\util\streamable.py", line 409, in File "chia\util\streamable.py", line 360, in parse_list File "chia\util\streamable.py", line 400, in File "chia\util\streamable.py", line 343, in parse_rust MemoryError """

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "chia\full_node\full_node.py", line 919, in _sync File "chia\full_node\weight_proof.py", line 637, in validate_weight_proof File "chia\full_node\weight_proof.py", line 1720, in validate_weight_proof_inner File "concurrent\futures_base.py", line 439, in result File "concurrent\futures_base.py", line 391, in __get_result MemoryError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "chia\full_node\full_node.py", line 922, in _sync ValueError: Weight proof validation threw an error

2022-08-29T23:00:51.302 full_node chia.full_node.full_node: INFO long sync done 2022-08-29T23:00:51.304 full_node chia.full_node.full_node: INFO Updated peak to height 2050388, weight 4386939824, hh bbf0efb1d68a1e1415df970335ba2b59f43fc8325f3e6e79d7443d78f93c9664, forked at 2050387, rh: 07c8bcb7ce9b3a4317c495bbf783978f2094978e76b4d3b2a3262bc1f60c5744, total iters: 8143967924439, overflow: False, deficit: 0, difficulty: 2144, sub slot iters: 137363456, Generator size: 16797, Generator ref list size: 0 2022-08-29T23:00:55.810 full_node chia.full_node.full_node: INFO Starting to perform sync. 2022-08-29T23:00:55.811 full_node chia.full_node.full_node: INFO Waiting to receive peaks from peers. 2022-08-29T23:00:56.141 full_node chia.full_node.full_node: INFO Collected a total of 3 peaks. 2022-08-29T23:00:56.142 full_node chia.full_node.full_node: INFO Selected peak 2471386, 125931b3a77802350f87477ea528748ac6e32fb3ad9e3f5a0c281212c95f4b3f 2022-08-29T23:00:56.356 full_node chia.full_node.full_node: INFO Total of 5 peers with peak 2471386 2022-08-29T23:00:56.357 full_node chia.full_node.full_node: INFO Requesting weight proof from peer 178.75.15.119 up to height 2471386 2022-08-29T23:00:57.257 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471386 timestamp: 1661839211 2022-08-29T23:00:57.258 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471386 2022-08-29T23:01:04.266 full_node chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T23:01:04.331 full_node chia.full_node.weight_proof: INFO validate weight proof peak height 2471386 2022-08-29T23:01:04.819 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471387 timestamp: 1661839211 2022-08-29T23:01:04.820 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471387 2022-08-29T23:01:06.523 farmer chia.farmer.farmer : INFO GET /pool_info response: {'name': 'Space Pool', 'logo_url': 'https://pool.space/logo-250.png', 'minimum_difficulty': 1, 'relative_lock_height': 64, 'protocol_version': 1, 'fee': 0.01, 'description': 'Welcome to Space Pool. By creating this Plot NFT, you agree to the following terms https://pool.space/terms', 'target_puzzle_hash': '0x2f2c9ba1b2315d413a92b5f034fa03282ccba1767fd9ae7b14d942b969ed5d57', 'authentication_token_timeout': 5} 2022-08-29T23:01:10.615 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471388 timestamp: 1661839211 2022-08-29T23:01:10.616 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471388 2022-08-29T23:01:31.248 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471389 timestamp: 1661839255 2022-08-29T23:01:31.249 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471389 2022-08-29T23:01:31.822 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471390 timestamp: 1661839255 2022-08-29T23:01:31.823 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471390 2022-08-29T23:01:32.305 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471391 timestamp: 1661839255 2022-08-29T23:01:32.306 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471391 2022-08-29T23:01:33.200 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471392 timestamp: 1661839255 2022-08-29T23:01:33.201 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471392 2022-08-29T23:01:36.496 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471393 timestamp: 1661839255 2022-08-29T23:01:36.497 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471393 2022-08-29T23:01:39.726 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471394 timestamp: 1661839255 2022-08-29T23:01:39.727 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471394 2022-08-29T23:01:47.876 daemon main : ERROR Ping error Traceback (most recent call last): File "chia\daemon\server.py", line 275, in ping_task File "aiohttp\web_ws.py", line 295, in ping File "aiohttp\http_websocket.py", line 676, in ping File "aiohttp\http_websocket.py", line 653, in _send_frame File "aiohttp\http_websocket.py", line 663, in write ConnectionResetError: Cannot write to closing transport 2022-08-29T23:01:47.878 daemon main : ERROR Ping failed, connection closed. 2022-08-29T23:01:47.908 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471395 timestamp: 1661839255 2022-08-29T23:01:47.909 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471395 2022-08-29T23:01:56.418 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471396 timestamp: 1661839255 2022-08-29T23:01:56.419 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471396 2022-08-29T23:02:01.648 farmer farmer_server : INFO Connection closed: 127.0.0.1, node id: 44336821bfba1ad178cd9680c6d920ae4abda365a7165590a08e266be77139aa 2022-08-29T23:02:01.649 farmer chia.farmer.farmer : INFO peer disconnected {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:02:01.833 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471397 timestamp: 1661839255 2022-08-29T23:02:01.834 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471397 2022-08-29T23:02:03.456 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:02:07.223 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471398 timestamp: 1661839255 2022-08-29T23:02:07.225 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471398 2022-08-29T23:02:21.224 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471399 timestamp: 1661839310 2022-08-29T23:02:21.225 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471399 2022-08-29T23:02:24.800 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471400 timestamp: 1661839310 2022-08-29T23:02:24.801 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471400 2022-08-29T23:02:36.669 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:02:37.053 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471401 timestamp: 1661839310 2022-08-29T23:02:37.054 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471401 2022-08-29T23:02:38.895 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471402 timestamp: 1661839310 2022-08-29T23:02:38.896 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471402 2022-08-29T23:02:41.479 harvester chia.harvester.harvester: INFO plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.05 seconds, total plots: 1111 2022-08-29T23:02:51.301 wallet wallet_server : INFO Connection closed: 127.0.0.1, node id: 44336821bfba1ad178cd9680c6d920ae4abda365a7165590a08e266be77139aa 2022-08-29T23:02:52.112 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:02:59.138 wallet chia.wallet.wallet_node : INFO Connected peer {'host': '93.103.184.54', 'port': 8444} is trusted: False 2022-08-29T23:02:59.140 wallet wallet_server : INFO Connection closed: 93.103.184.54, node id: e0525462c97d166c6d32b78fbdb00c4ec5fec49703413606c7c2042dd1b698e2 2022-08-29T23:02:59.140 wallet wallet_server : INFO Connected with full_node {'host': '93.103.184.54', 'port': 8444} 2022-08-29T23:03:00.651 wallet chia.wallet.wallet_node : INFO Connected peer {'host': '92.101.142.108', 'port': 8444} is trusted: False 2022-08-29T23:03:00.653 wallet wallet_server : INFO Connected with full_node {'host': '92.101.142.108', 'port': 8444} 2022-08-29T23:03:01.070 wallet chia.wallet.wallet_node : INFO Wallet received 1000 peers. 2022-08-29T23:03:10.647 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:03:13.404 wallet chia.full_node.weight_proof: INFO validating 6435 sub epochs 2022-08-29T23:03:13.407 wallet chia.full_node.weight_proof: INFO validate weight proof peak height 2471402 2022-08-29T23:03:34.953 wallet chia.wallet.wallet_node : INFO It took 21.599605321884155 time to validate the weight proof 2022-08-29T23:03:34.967 wallet chia.wallet.wallet_node : INFO Secondary peer syncing 2022-08-29T23:03:34.985 wallet wallet_server : INFO Cannot connect to host 188.117.230.114:8444 ssl:<ssl.SSLContext object at 0x0000012712D3D2C0> [The semaphore timeout period has expired] 2022-08-29T23:03:34.986 wallet wallet_server : INFO Cannot connect to host 5.119.42.182:8444 ssl:<ssl.SSLContext object at 0x000001271BA075C0> [The semaphore timeout period has expired] 2022-08-29T23:03:34.987 wallet chia.wallet.wallet_node : INFO Starting sync trusted: False to peer 92.101.142.108 2022-08-29T23:03:34.988 wallet chia.wallet.wallet_node : INFO Close signal received from keychain, we probably timed out. 2022-08-29T23:03:34.989 wallet chia.wallet.wallet_node : INFO Reconnecting to keychain at wss://localhost:55400. 2022-08-29T23:03:36.259 wallet chia.wallet.wallet_node : INFO new coin state received (1-10/ 344) 2022-08-29T23:03:36.267 wallet chia.wallet.wallet_node : INFO new coin state received (61-70/ 344) 2022-08-29T23:03:36.274 wallet chia.wallet.wallet_node : INFO new coin state received (41-50/ 344) 2022-08-29T23:03:36.278 wallet chia.wallet.wallet_node : INFO new coin state received (81-90/ 344) 2022-08-29T23:03:36.282 wallet chia.wallet.wallet_node : INFO new coin state received (51-60/ 344) 2022-08-29T23:03:36.286 wallet chia.wallet.wallet_node : INFO new coin state received (71-80/ 344) 2022-08-29T23:03:36.290 wallet chia.wallet.wallet_node : INFO new coin state received (31-40/ 344) 2022-08-29T23:03:36.294 wallet chia.wallet.wallet_node : INFO new coin state received (101-110/ 344) 2022-08-29T23:03:36.299 wallet chia.wallet.wallet_node : INFO new coin state received (91-100/ 344) 2022-08-29T23:03:36.303 wallet chia.wallet.wallet_node : INFO new coin state received (111-120/ 344) 2022-08-29T23:03:36.307 wallet chia.wallet.wallet_node : INFO new coin state received (121-130/ 344) 2022-08-29T23:03:36.311 wallet chia.wallet.wallet_node : INFO new coin state received (131-140/ 344) 2022-08-29T23:03:36.315 wallet chia.wallet.wallet_node : INFO new coin state received (141-150/ 344) 2022-08-29T23:03:36.319 wallet chia.wallet.wallet_node : INFO new coin state received (151-160/ 344) 2022-08-29T23:03:36.323 wallet chia.wallet.wallet_node : INFO new coin state received (161-170/ 344) 2022-08-29T23:03:36.328 wallet chia.wallet.wallet_node : INFO new coin state received (171-180/ 344) 2022-08-29T23:03:36.332 wallet chia.wallet.wallet_node : INFO new coin state received (181-190/ 344) 2022-08-29T23:03:36.335 wallet chia.wallet.wallet_node : INFO new coin state received (191-200/ 344) 2022-08-29T23:03:36.340 wallet chia.wallet.wallet_node : INFO new coin state received (201-210/ 344) 2022-08-29T23:03:36.344 wallet chia.wallet.wallet_node : INFO new coin state received (211-220/ 344) 2022-08-29T23:03:36.348 wallet chia.wallet.wallet_node : INFO new coin state received (221-230/ 344) 2022-08-29T23:03:36.352 wallet chia.wallet.wallet_node : INFO new coin state received (231-240/ 344) 2022-08-29T23:03:36.356 wallet chia.wallet.wallet_node : INFO new coin state received (241-250/ 344) 2022-08-29T23:03:36.360 wallet chia.wallet.wallet_node : INFO new coin state received (261-270/ 344) 2022-08-29T23:03:36.364 wallet chia.wallet.wallet_node : INFO new coin state received (271-280/ 344) 2022-08-29T23:03:36.368 wallet chia.wallet.wallet_node : INFO new coin state received (281-290/ 344) 2022-08-29T23:03:36.372 wallet chia.wallet.wallet_node : INFO new coin state received (291-300/ 344) 2022-08-29T23:03:36.375 wallet chia.wallet.wallet_node : INFO new coin state received (321-330/ 344) 2022-08-29T23:03:36.378 wallet chia.wallet.wallet_node : INFO new coin state received (331-340/ 344) 2022-08-29T23:03:36.381 wallet chia.wallet.wallet_node : INFO new coin state received (341-344/ 344) 2022-08-29T23:03:37.985 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:03:38.249 wallet chia.wallet.wallet_node : INFO new coin state received (21-30/ 344) 2022-08-29T23:03:39.540 wallet chia.wallet.wallet_node : INFO new coin state received (251-260/ 344) 2022-08-29T23:03:40.571 wallet chia.wallet.wallet_node : INFO new coin state received (301-310/ 344) 2022-08-29T23:03:43.902 wallet chia.wallet.wallet_node : INFO new coin state received (11-20/ 344) 2022-08-29T23:03:44.657 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:03:48.780 wallet chia.wallet.wallet_node : INFO new coin state received (311-320/ 344) 2022-08-29T23:03:53.113 wallet chia.wallet.wallet_node : INFO new coin state received (1-4/ 4) 2022-08-29T23:03:55.582 wallet chia.wallet.wallet_node : INFO Will not do secondary sync, there is already another sync task running. 2022-08-29T23:03:56.505 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471403 timestamp: 1661839405 2022-08-29T23:03:56.506 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471403 2022-08-29T23:03:59.833 wallet chia.wallet.wallet_node : INFO new coin state received (1-10/ 10) 2022-08-29T23:04:02.042 wallet chia.wallet.wallet_state_manager: INFO Received state for the coin that doesn't belong to us {'coin': {'amount': 1000, 'parent_coin_info': '0xe02bd9c414a8ba0035e912406298861e4d4dcf72201758f5e06a96fca0a273ef', 'puzzle_hash': '0x340426420724450bf4bf6d6d8e6f5eb3d9bc388807b85350cbcacacbe2c75fd4'}, 'created_height': 2320458, 'spent_height': None} 2022-08-29T23:04:03.178 wallet chia.wallet.wallet_state_manager: INFO Received state for the coin that doesn't belong to us {'coin': {'amount': 1000, 'parent_coin_info': '0xd4d2e0cbaf3f810c0e4466441b7cffe512a672c9be459eb446d6266e2ead7286', 'puzzle_hash': '0xb7dc1066209503fbcde64878fbf9ba9728d9c57ccdd9dcb6d1fd32635649ad71'}, 'created_height': 2325916, 'spent_height': None} 2022-08-29T23:04:03.186 wallet chia.wallet.wallet_node : INFO Successfully subscribed and updated 1750 puzzle hashes 2022-08-29T23:04:03.519 wallet chia.wallet.wallet_node : INFO new coin state received (1-10/ 363) 2022-08-29T23:04:03.523 wallet chia.wallet.wallet_node : INFO new coin state received (31-40/ 363) 2022-08-29T23:04:03.526 wallet chia.wallet.wallet_node : INFO new coin state received (41-50/ 363) 2022-08-29T23:04:03.529 wallet chia.wallet.wallet_node : INFO new coin state received (51-60/ 363) 2022-08-29T23:04:03.532 wallet chia.wallet.wallet_node : INFO new coin state received (61-70/ 363) 2022-08-29T23:04:03.534 wallet chia.wallet.wallet_node : INFO new coin state received (71-80/ 363) 2022-08-29T23:04:03.537 wallet chia.wallet.wallet_node : INFO new coin state received (81-90/ 363) 2022-08-29T23:04:03.540 wallet chia.wallet.wallet_node : INFO new coin state received (91-100/ 363) 2022-08-29T23:04:03.543 wallet chia.wallet.wallet_node : INFO new coin state received (101-110/ 363) 2022-08-29T23:04:03.546 wallet chia.wallet.wallet_node : INFO new coin state received (111-120/ 363) 2022-08-29T23:04:03.548 wallet chia.wallet.wallet_node : INFO new coin state received (121-130/ 363) 2022-08-29T23:04:03.551 wallet chia.wallet.wallet_node : INFO new coin state received (131-140/ 363) 2022-08-29T23:04:03.554 wallet chia.wallet.wallet_node : INFO new coin state received (141-150/ 363) 2022-08-29T23:04:03.557 wallet chia.wallet.wallet_node : INFO new coin state received (151-160/ 363) 2022-08-29T23:04:03.560 wallet chia.wallet.wallet_node : INFO new coin state received (161-170/ 363) 2022-08-29T23:04:03.562 wallet chia.wallet.wallet_node : INFO new coin state received (171-180/ 363) 2022-08-29T23:04:03.565 wallet chia.wallet.wallet_node : INFO new coin state received (181-190/ 363) 2022-08-29T23:04:03.568 wallet chia.wallet.wallet_node : INFO new coin state received (191-200/ 363) 2022-08-29T23:04:03.571 wallet chia.wallet.wallet_node : INFO new coin state received (201-210/ 363) 2022-08-29T23:04:03.574 wallet chia.wallet.wallet_node : INFO new coin state received (211-220/ 363) 2022-08-29T23:04:03.577 wallet chia.wallet.wallet_node : INFO new coin state received (221-230/ 363) 2022-08-29T23:04:03.580 wallet chia.wallet.wallet_node : INFO new coin state received (231-240/ 363) 2022-08-29T23:04:03.583 wallet chia.wallet.wallet_node : INFO new coin state received (241-250/ 363) 2022-08-29T23:04:03.585 wallet chia.wallet.wallet_node : INFO new coin state received (251-260/ 363) 2022-08-29T23:04:03.588 wallet chia.wallet.wallet_node : INFO new coin state received (261-270/ 363) 2022-08-29T23:04:03.591 wallet chia.wallet.wallet_node : INFO new coin state received (281-290/ 363) 2022-08-29T23:04:03.645 wallet chia.wallet.wallet_node : INFO new coin state received (301-310/ 363) 2022-08-29T23:04:03.649 wallet chia.wallet.wallet_node : INFO new coin state received (351-360/ 363) 2022-08-29T23:04:03.652 wallet chia.wallet.wallet_node : INFO new coin state received (361-363/ 363) 2022-08-29T23:04:05.651 wallet chia.wallet.wallet_node : INFO new coin state received (11-20/ 363) 2022-08-29T23:04:05.901 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x8c4302711e89e0b8e9e643bafc653abf9c0d919e0731cb63567f4ee154f1ff94', 'puzzle_hash': '0x77348d7323d00e248363a4c945886cceae9435f41ac063b48d908d264fdc5478'}, 'created_height': 701916, 'spent_height': 722837} 2022-08-29T23:04:06.121 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\xb2/%\xcc\xde\xb6\x06g\xa1\xad\x82.H\xe1q\xb54\xa8\x03\r>k\xd1Q\xe3i\x1e8\xf7c\x80\xa2' 2022-08-29T23:04:06.408 wallet chia.wallet.wallet_node : INFO new coin state received (271-280/ 363) 2022-08-29T23:04:06.411 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0xbd89e96577e31cd2a0f2420465653223deef7b3db7e26ad1c88a035fc09ce469', 'puzzle_hash': '0xa088c5aa5fb25af5f14f05de5c95b885ca94474fce034cfd48cd89676080f8a1'}, 'created_height': 1446046, 'spent_height': 1755180} 2022-08-29T23:04:06.645 wallet chia.pools.pool_wallet : INFO Already have state transition: b'$ny\x93\xd1\xe2u+\xecQ\xc7\xe8\xa0\x95ki*\xdc\x12\xf8\xf2\x1f\xa2\xa7\xdb\xcf\xc4(\x95Ag\xef' 2022-08-29T23:04:11.641 farmer chia.farmer.farmer : INFO GET /farmer response: {'authentication_public_key': '0xa3bdf0ff3770d5a3edd6e0f939c8c89e34d7c2cef71b8e748c43235b8c946b9c63eecc8000797b9af1c28536fff01ac0', 'payout_instructions': 'ca864e6200f762a729a75bb24436f2dc01e7066311963a9f05fbae638412cade', 'current_difficulty': 10, 'current_points': 99} 2022-08-29T23:04:11.795 farmer chia.farmer.farmer : INFO PUT /farmer response: {'authentication_public_key': False, 'payout_instructions': False, 'suggested_difficulty': False} 2022-08-29T23:04:11.864 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:04:12.074 wallet chia.wallet.wallet_node : INFO new coin state received (311-320/ 363) 2022-08-29T23:04:12.079 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x5578f4a19d017965dc963ee6a61abaadc1c88bac105112dd5f6cd221dbfd622b', 'puzzle_hash': '0xa61da956927fdf03e8d5956f595356f520f95fd4d0ad25554446076469b0488c'}, 'created_height': 2018320, 'spent_height': 2111114} 2022-08-29T23:04:12.251 wallet chia.wallet.wallet_node : INFO Will not do secondary sync, there is already another sync task running. 2022-08-29T23:04:12.326 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\xed\xedF\xf1\xfb\xc9\xb5\xaf\r%\xf2Q\xb6\x87\x9c\xdb\xce\xfd\xc7\x04f\x18r\x8a|\xb4d\xea\x82\x0f2x' 2022-08-29T23:04:12.502 wallet chia.wallet.wallet_node : INFO new coin state received (341-350/ 363) 2022-08-29T23:04:12.504 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x0d2b227d516db0678e6a375da625b74d4a8268fb41a8b43fa0bb29a5a14d6443', 'puzzle_hash': '0xdff695f454d6b019fc56c53c3775322aeb91aa22a099b388a2cb1eff28e07617'}, 'created_height': 2388590, 'spent_height': 2409242} 2022-08-29T23:04:12.864 wallet chia.pools.pool_wallet : INFO Already have state transition: b'k\xb3\x05}\x1e\x1d)P\x93U\x1b\xd9Q\xaf\xdc\n\xf4O\xb6\x19\xcd<\x0b\x03i\xb9T\x84C\xfaM\xdd' 2022-08-29T23:04:13.041 wallet chia.wallet.wallet_node : INFO new coin state received (21-30/ 363) 2022-08-29T23:04:13.043 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0xb22f25ccdeb60667a1ad822e48e171b534a8030d3e6bd151e3691e38f76380a2', 'puzzle_hash': '0x8f14932447136eb6ae40f494d98d351e6555c54beaadd046870b187b6a0eb259'}, 'created_height': 722837, 'spent_height': 722943} 2022-08-29T23:04:13.260 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\xb5\xebM\x8cj\xf3\xde\xb4[\xfe]\xce\xc1\xefh\x027\xf3@\xd7e\x89>^\xf4\xcbs\xa6-\x9a\x98\x14' 2022-08-29T23:04:13.435 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0xb5eb4d8c6af3deb45bfe5dcec1ef680237f340d765893e5ef4cb73a62d9a9814', 'puzzle_hash': '0xa088c5aa5fb25af5f14f05de5c95b885ca94474fce034cfd48cd89676080f8a1'}, 'created_height': 722943, 'spent_height': 1222254} 2022-08-29T23:04:13.678 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\x84\x1b\xb6M\xb2\xa3\x1eW\x0e\x81\xbe%\xb3sy\x01\xeeXt}J\xcdA\xfau\xf7\xbb]\xbf\x1b\x1dM' 2022-08-29T23:04:17.270 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x841bb64db2a31e570e81be25b3737901ee58747d4acd41fa75f7bb5dbf1b1d4d', 'puzzle_hash': '0xa088c5aa5fb25af5f14f05de5c95b885ca94474fce034cfd48cd89676080f8a1'}, 'created_height': 1222254, 'spent_height': 1446046} 2022-08-29T23:04:17.505 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\xbd\x89\xe9ew\xe3\x1c\xd2\xa0\xf2B\x04ee2#\xde\xef{=\xb7\xe2j\xd1\xc8\x8a\x03\xc0\x9c\xe4i' 2022-08-29T23:04:18.649 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:04:20.043 wallet chia.wallet.wallet_node : INFO new coin state received (321-330/ 363) 2022-08-29T23:04:20.046 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0xeded46f1fbc9b5af0d25f251b6879cdbcefdc7046618728a7cb464ea820f3278', 'puzzle_hash': '0xa61da956927fdf03e8d5956f595356f520f95fd4d0ad25554446076469b0488c'}, 'created_height': 2111114, 'spent_height': 2189768} 2022-08-29T23:04:20.274 wallet chia.pools.pool_wallet : INFO Already have state transition: b')E\x8e^\x88\xb3\xce\xbd\xb3\xa4\xbe\xa6%~\xfd9\xfd\xeb\x96Av\xc1\xce\xec\^\xec\xe1\xab\x88\x7f' 2022-08-29T23:04:20.452 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x29458e5e88b3cebdb3a4bea6257efd39fdeb964176c1ceec5c5eec5fe1ab887f', 'puzzle_hash': '0xa61da956927fdf03e8d5956f595356f520f95fd4d0ad25554446076469b0488c'}, 'created_height': 2189768, 'spent_height': 2243766} 2022-08-29T23:04:20.684 wallet chia.pools.pool_wallet : INFO Already have state transition: b"\x8a\xa1\x84\xb5\x8f5\x1f\xac\xe3Z;&\x89<\xda\xec\xcb(W\x8eAG6\xfcD\x1f6'\xdc\xf6\x9f\x8b" 2022-08-29T23:04:20.861 wallet chia.wallet.wallet_node : INFO new coin state received (331-340/ 363) 2022-08-29T23:04:20.863 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x8aa184b58f351face35a3b26893cdaeccb28578e414736fc441f3627dcf69f8b', 'puzzle_hash': '0xa61da956927fdf03e8d5956f595356f520f95fd4d0ad25554446076469b0488c'}, 'created_height': 2243766, 'spent_height': 2376776} 2022-08-29T23:04:21.137 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\xf0\\x8e\xd6 \x14U\xcb&i0\xddFc\xd2)\xdd\xa2\xbd4\xed;\x85\xb2\xdb\xc7\x9f\xa15\xf7\x98\xd1' 2022-08-29T23:04:21.314 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0xf05c8ed6201455cb266930dd4663d229dda2bd34ed3b85b2dbc79fa135f798d1', 'puzzle_hash': '0xa088c5aa5fb25af5f14f05de5c95b885ca94474fce034cfd48cd89676080f8a1'}, 'created_height': 2376776, 'spent_height': 2388520} 2022-08-29T23:04:21.560 wallet chia.pools.pool_wallet : INFO Already have state transition: b's"`\xf32\xb89\x0b\xe8;\xee\x00\xb9\xf8$0\x12\x00\xbc=\x8ao\x94\xb3\x89\xea\xae\x95BV\xb2,' 2022-08-29T23:04:21.736 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x732260f332b8390be83bee00b9f824301200bc3d8a6f94b389eaae954256b22c', 'puzzle_hash': '0xd9b9b464a9e092eb0ebeb6f660a4d8e79108b7671d85b6bb6ee2de741bf61fab'}, 'created_height': 2388520, 'spent_height': 2388590} 2022-08-29T23:04:22.014 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\r+"}Qm\xb0g\x8ej7]\xa6%\xb7MJ\x82h\xfbA\xa8\xb4?\xa0\xbb)\xa5\xa1MdC' 2022-08-29T23:04:22.191 wallet chia.wallet.wallet_node : INFO new coin state received (291-300/ 363) 2022-08-29T23:04:22.193 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x246e7993d1e2752bec51c7e8a0956b692adc12f8f21fa2a7dbcfc428954167ef', 'puzzle_hash': '0xa088c5aa5fb25af5f14f05de5c95b885ca94474fce034cfd48cd89676080f8a1'}, 'created_height': 1755180, 'spent_height': 2004915} 2022-08-29T23:04:22.416 wallet chia.pools.pool_wallet : INFO Already have state transition: b'\x9d6d<\xd6y\x07\nJ\x0c\xfd\x17\x9fx\xcc\x84\xed"t0\x0bj\xad\x88\x1b\xb3\xd6WT\x10\x91\xb4' 2022-08-29T23:04:22.591 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x9d36643cd679070a4a0cfd179f78cc84ed2274300b6aad881bb3d657541091b4', 'puzzle_hash': '0xd9b9b464a9e092eb0ebeb6f660a4d8e79108b7671d85b6bb6ee2de741bf61fab'}, 'created_height': 2004915, 'spent_height': 2004985} 2022-08-29T23:04:22.867 wallet chia.pools.pool_wallet : INFO Already have state transition: b'4\x17\xad)\x06\xa0\xf3w%\x82\x8e4\x0e\x17\xc3:\xa6\xcc^\x04L\xaa\xa5\xf8I$\xae\x18!>n\xf5' 2022-08-29T23:04:23.044 wallet chia.wallet.wallet_state_manager: INFO Coin Removed: {'coin': {'amount': 1, 'parent_coin_info': '0x3417ad2906a0f37725828e340e17c33aa6cc5e044caaa5f84924ae18213e6ef5', 'puzzle_hash': '0xa61da956927fdf03e8d5956f595356f520f95fd4d0ad25554446076469b0488c'}, 'created_height': 2004985, 'spent_height': 2018320} 2022-08-29T23:04:23.284 wallet chia.pools.pool_wallet : INFO Already have state transition: b'Ux\xf4\xa1\x9d\x01ye\xdc\x96>\xe6\xa6\x1a\xba\xad\xc1\xc8\x8b\xac\x10Q\x12\xdd_l\xd2!\xdb\xfdb+' 2022-08-29T23:04:23.464 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471404 timestamp: 1661839405 2022-08-29T23:04:23.466 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471404 2022-08-29T23:04:23.468 wallet chia.wallet.wallet_node : INFO Successfully subscribed and updated 363 coin ids 2022-08-29T23:04:23.476 wallet chia.wallet.wallet_node : INFO Sync (trusted: False) duration was: 48.48851251602173 2022-08-29T23:04:28.075 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471405 timestamp: 1661839405 2022-08-29T23:04:28.076 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471405 2022-08-29T23:04:36.400 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471406 timestamp: 1661839441 2022-08-29T23:04:36.401 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471406 2022-08-29T23:04:41.763 harvester chia.harvester.harvester: INFO _plot_refresh_callback: event done, loaded 0, removed 0, processed 1111, remaining 0, duration: 0.03 seconds, total plots: 1111 2022-08-29T23:04:45.642 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:04:52.641 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:05:01.134 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471407 timestamp: 1661839441 2022-08-29T23:05:01.135 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471407 2022-08-29T23:05:09.373 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471408 timestamp: 1661839480 2022-08-29T23:05:09.374 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471408 2022-08-29T23:05:12.083 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471409 timestamp: 1661839480 2022-08-29T23:05:12.084 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471409 2022-08-29T23:05:19.653 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:05:24.697 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471410 timestamp: 1661839480 2022-08-29T23:05:24.698 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471410 2022-08-29T23:05:25.459 wallet wallet_server : INFO Cannot connect to host 118.208.155.222:8444 ssl:<ssl.SSLContext object at 0x000001271E4C17C0> [The semaphore timeout period has expired] 2022-08-29T23:05:26.645 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2022-08-29T23:05:35.103 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471411 timestamp: 1661839480 2022-08-29T23:05:35.104 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471411 2022-08-29T23:05:38.068 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471412 timestamp: 1661839480 2022-08-29T23:05:38.069 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471412 2022-08-29T23:05:41.752 wallet chia.wallet.wallet_blockchain: INFO Peak set to: 2471413 timestamp: 1661839480 2022-08-29T23:05:41.753 wallet chia.wallet.wallet_node : INFO Finished processing new peak of 2471413

SaumyaG8 avatar Aug 30 '22 06:08 SaumyaG8

Please review starting at "2022-08-29T22:52:52.545"

SaumyaG8 avatar Aug 30 '22 06:08 SaumyaG8

Error is persistant

SaumyaG8 avatar Sep 09 '22 06:09 SaumyaG8

This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.

github-actions[bot] avatar Sep 23 '22 11:09 github-actions[bot]

This issue was automatically closed because it has been flagged as stale, and subsequently passed 7 days with no further activity from the submitter or watchers.

github-actions[bot] avatar Oct 01 '22 11:10 github-actions[bot]