Chia-Network / chia-blockchain

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

[BUG] - Chia not syncing or updating files #8466

Closed doveman closed 3 years ago

doveman commented 3 years ago

Chia is not syncing or updating files after moving mainnet folder to another drive and creating symbolic link or junction back to c:\users\x.chia

To Reproduce

Steps to reproduce the behavior:

I was running out of space on my C: drive, so I moved both my .chia and .flax folders to another drive and created symbolic links for each back to the original folders.

After doing this, Flax still works fine. I updated Chia to the latest version and when I ran it, it was just stuck on "Connecting" and the log showed a lot of "Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x0000023AF6FA8CC0> [The remote computer refused the network connection]" errors.

I shutdown Chia and renamed the wallet folder to wallet.bak, deleted the Symbolic Link and created a Junction instead, edited the config. yaml to set "enable_upnp: false" (I thought I'd already done that, as I created a manual port forward on my router ages ago). After this it didn't get stuck on "Connecting" but on the Full Node screen it was only showing the two 127.0.0.1 connections and the screen was just flickering at the bottom for some time. Currently it shows about 12 Full Nodes with Heights in the 856,7xxx range but my Peak Height isn't changing from 856,515.

The errors I'm seeing now are:

"full_node full_node_server : INFO Cannot connect to host 157.61.158.68:8444 ssl:<ssl.SSLContext object at 0x000001F5938351C0> [The semaphore timeout period has expired]"

and

"wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 0-32. Traceback (most recent call last):"

I've pasted an extract from the log at the end of this post.

It's currently 07:32 and looking at the files, the wallet -shm and -wal files last updated at 07:08 and the .sqlite file at 07:01. With the blockchain files the -shm file last updated at 07:08, the -wal file at 07:31 and the .sqlite file at 06:10 and the times are about the same for the peer_table files. 07:08 was when I restarted Chia.

I wondered if the files might be somehow keyed to the original folder such that Chia can't access them if they're moved but that wouldn't explain why it's unable to update the new files that it created in the new wallet folder after I renamed the original one to wallet.bak.

I've just shutdown and restarted Chia and again the log is showing loads of: "2021-09-14T07:44:21.646 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2021-09-14T07:44:23.655 wallet wallet_server : INFO Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000002A2FA1DE3C0> [The remote computer refused the network connection] 2021-09-14T07:44:24.471 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444} 2021-09-14T07:44:26.482 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001E50EF67340> [The remote computer refused the network connection] 2021-09-14T07:44:26.656 wallet wallet : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}"

and the Full Node screen is just full of spinning circles.

Expected behavior Blockchain, blockchain_wallet and wallet_peers files should update

Screenshots

Desktop

Additional context

2021-09-14T07:23:09.293 wallet chia.wallet.wallet_node    : INFO     Loop end in sync job
2021-09-14T07:23:09.294 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-09-14T07:23:09.422 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:23:09.429 wallet wallet_server              : INFO     Connected with full_node {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:23:11.328 wallet chia.full_node.weight_proof: INFO     validating 2230 sub epochs
2021-09-14T07:23:11.329 wallet chia.wallet.wallet_node    : INFO     Validated, fork point is 0
2021-09-14T07:23:11.330 wallet chia.wallet.wallet_node    : INFO     self.sync_event.set()
2021-09-14T07:23:11.345 wallet chia.wallet.wallet_node    : INFO     Have collected 1 potential peaks
2021-09-14T07:23:11.346 wallet chia.wallet.wallet_node    : INFO     Requesting blocks 0-32
2021-09-14T07:23:57.060 full_node full_node_server        : INFO     Cannot connect to host 157.61.158.68:8444 ssl:<ssl.SSLContext object at 0x000001F5938351C0> [The semaphore timeout period has expired]
2021-09-14T07:24:11.351 full_node full_node_server        : INFO     Connection closed: 127.0.0.1, node id: ea790e8086f728f3d768f02af5e9961754834e3665b085fe702fe794523c1310
2021-09-14T07:24:11.357 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '127.0.0.1', 'port': 8449}
2021-09-14T07:24:11.351 wallet wallet_server              : INFO     Connection closed: 127.0.0.1, node id: db0a744a52a2de26567ad5fca0cdc89e5974dd2c750b2426e9e9d4928d05e788
2021-09-14T07:24:12.357 wallet chia.wallet.wallet_node    : ERROR    Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 555, in batch_sync_to_peak
  File "chia\wallet\wallet_node.py", line 687, in fetch_blocks_and_validate
ValueError: Peer returned no response

2021-09-14T07:24:12.358 wallet chia.wallet.wallet_node    : ERROR    Loop exception in sync Was not able to add blocks 0-32. Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 608, in sync_job
  File "chia\wallet\wallet_node.py", line 668, in _sync
  File "chia\wallet\wallet_node.py", line 565, in batch_sync_to_peak
RuntimeError: Was not able to add blocks 0-32

2021-09-14T07:24:12.358 wallet chia.wallet.wallet_node    : INFO     Loop end in sync job
2021-09-14T07:24:12.359 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-09-14T07:24:12.427 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:24:12.434 wallet wallet_server              : INFO     Connected with full_node {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:24:14.443 wallet chia.full_node.weight_proof: INFO     validating 2230 sub epochs
2021-09-14T07:24:14.445 wallet chia.wallet.wallet_node    : INFO     Validated, fork point is 0
2021-09-14T07:24:14.446 wallet chia.wallet.wallet_node    : INFO     self.sync_event.set()
2021-09-14T07:24:14.460 wallet chia.wallet.wallet_node    : INFO     Have collected 1 potential peaks
2021-09-14T07:24:14.461 wallet chia.wallet.wallet_node    : INFO     Requesting blocks 0-32
2021-09-14T07:25:00.747 harvester chia.harvester.harvester: INFO     refresh_batch: loaded_plots 0, loaded_size 0.00 TiB, removed_plots 0, processed_plots 0, remaining_plots 0, duration: 0.19 seconds
2021-09-14T07:25:14.465 full_node full_node_server        : INFO     Connection closed: 127.0.0.1, node id: ea790e8086f728f3d768f02af5e9961754834e3665b085fe702fe794523c1310
2021-09-14T07:25:14.467 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '127.0.0.1', 'port': 8449}
2021-09-14T07:25:14.465 wallet wallet_server              : INFO     Connection closed: 127.0.0.1, node id: db0a744a52a2de26567ad5fca0cdc89e5974dd2c750b2426e9e9d4928d05e788
2021-09-14T07:25:15.468 wallet chia.wallet.wallet_node    : ERROR    Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 555, in batch_sync_to_peak
  File "chia\wallet\wallet_node.py", line 687, in fetch_blocks_and_validate
ValueError: Peer returned no response

2021-09-14T07:25:15.469 wallet chia.wallet.wallet_node    : ERROR    Loop exception in sync Was not able to add blocks 0-32. Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 608, in sync_job
  File "chia\wallet\wallet_node.py", line 668, in _sync
  File "chia\wallet\wallet_node.py", line 565, in batch_sync_to_peak
RuntimeError: Was not able to add blocks 0-32

2021-09-14T07:25:15.470 wallet chia.wallet.wallet_node    : INFO     Loop end in sync job
2021-09-14T07:25:15.470 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-09-14T07:25:15.472 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:25:15.480 wallet wallet_server              : INFO     Connected with full_node {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:25:17.362 wallet chia.full_node.weight_proof: INFO     validating 2230 sub epochs
2021-09-14T07:25:17.363 wallet chia.wallet.wallet_node    : INFO     Validated, fork point is 0
2021-09-14T07:25:17.364 wallet chia.wallet.wallet_node    : INFO     self.sync_event.set()
2021-09-14T07:25:17.379 wallet chia.wallet.wallet_node    : INFO     Have collected 1 potential peaks
2021-09-14T07:25:17.380 wallet chia.wallet.wallet_node    : INFO     Requesting blocks 0-32
2021-09-14T07:25:50.010 full_node full_node_server        : INFO     Connection closed: 18.141.213.41, node id: fd6fec809bc4c3dfef02412ca96fc1c5cac007179ffe937ecc60cf34b07eda0f
2021-09-14T07:25:50.011 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '18.141.213.41', 'port': 8444}
2021-09-14T07:26:17.380 full_node full_node_server        : INFO     Connection closed: 127.0.0.1, node id: ea790e8086f728f3d768f02af5e9961754834e3665b085fe702fe794523c1310
2021-09-14T07:26:17.382 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '127.0.0.1', 'port': 8449}
2021-09-14T07:26:17.380 wallet wallet_server              : INFO     Connection closed: 127.0.0.1, node id: db0a744a52a2de26567ad5fca0cdc89e5974dd2c750b2426e9e9d4928d05e788
2021-09-14T07:26:18.383 wallet chia.wallet.wallet_node    : ERROR    Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 555, in batch_sync_to_peak
  File "chia\wallet\wallet_node.py", line 687, in fetch_blocks_and_validate
ValueError: Peer returned no response

2021-09-14T07:26:18.384 wallet chia.wallet.wallet_node    : ERROR    Loop exception in sync Was not able to add blocks 0-32. Traceback (most recent call last):
  File "chia\wallet\wallet_node.py", line 608, in sync_job
  File "chia\wallet\wallet_node.py", line 668, in _sync
  File "chia\wallet\wallet_node.py", line 565, in batch_sync_to_peak
RuntimeError: Was not able to add blocks 0-32

2021-09-14T07:26:18.385 wallet chia.wallet.wallet_node    : INFO     Loop end in sync job
2021-09-14T07:26:18.386 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-09-14T07:26:18.482 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:26:18.490 wallet wallet_server              : INFO     Connected with full_node {'host': '127.0.0.1', 'port': 8444}
2021-09-14T07:26:20.527 wallet chia.full_node.weight_proof: INFO     validating 2230 sub epochs
2021-09-14T07:26:20.529 wallet chia.wallet.wallet_node    : INFO     Validated, fork point is 0
2021-09-14T07:26:20.530 wallet chia.wallet.wallet_node    : INFO     self.sync_event.set()
2021-09-14T07:26:20.546 wallet chia.wallet.wallet_node    : INFO     Have collected 1 potential peaks
2021-09-14T07:26:20.547 wallet chia.wallet.wallet_node    : INFO     Requesting blocks 0-32
doveman commented 3 years ago

I moved the mainnet folder back to my C: drive and I still had the same errors in the log about: "Cannot connect to host 198.251.57.56:8444 ssl:<ssl.SSLContext object at 0x000002E03F85B1C0> [The semaphore timeout period has expired]"

and

"Loop exception in sync Was not able to add blocks 0-32. Traceback (most recent call last):"

but the blockchain has synced and the wallet is syncing. I'll put the original wallet files back to save time.

mariano54 commented 3 years ago

Can you go to fast.com and check your internet speed? Sometimes if you have very slow internet it can fail to sync.

doveman commented 3 years ago

I checked and it says 74MB. Obviously it might have been slower earlier when I had the problem but I didn't notice any problems with using the Internet.

Although I said that Flax was working with the folder symlinked, after I posted I closed it and restarted and it got stuck on Connecting, so I deleted the symlink and moved the folder back to the C: drive and it seemed to be working again after that but about 30 minutes ago I noticed it hadn't synced and the last attempted proof was about 6 hours ago!

Anyway, I shut it down and restarted and it's working now, as is Chia. I'll try the symlink again tomorrow just in case there was some Internet glitch but I've got a feeling it just doesn't like the files being moved like this for some reason. I need to find some way to move them though, as they're using nearly 30GB and that's too much space to use on my OS drive (SSD).

emlowe commented 3 years ago

You can set CHIA_ROOT environment variable to set the directory anywhere you want. You can also edit config.yaml and change the location of the DB files. Closing issue at this time.

doveman commented 3 years ago

This isn't working for me. If I edit config.yaml to point to a different location and copy the file there, Chia doesn't work as it the farmer can't connect to the farmer server. It takes a lot longer to even get to the select key screen and after that, the Full Node page never shows any information, just spinning circles. I've even just moved the main database file and edited this line "database_path: H:\Chia\mainnet\db\blockchain_v1_CHALLENGE.sqlite" to see if it was an issue with the wallet component.

I have the same problem with Flax. I found I can run that from the CLI as farmer only and it harvests OK (it found a block shortly after), so the same will probably work with Chia but I want to be able to use the GUI. And work out why this problem is happening, as it doesn't make much sense that it can't connected to the localhost just because the database is moved.

021-10-21T11:55:09.559 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:11.566 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D24EC0> [The remote computer refused the network connection]
2021-10-21T11:55:14.572 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:16.578 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D24E40> [The remote computer refused the network connection]
2021-10-21T11:55:19.570 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:21.574 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3B970C0> [The remote computer refused the network connection]
2021-10-21T11:55:24.580 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:26.591 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88040> [The remote computer refused the network connection]
2021-10-21T11:55:29.598 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:31.601 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3B5B140> [The remote computer refused the network connection]
2021-10-21T11:55:34.607 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:36.614 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D63740> [The remote computer refused the network connection]
2021-10-21T11:55:37.730 wallet wallet                     : INFO     Started wallet service on network_id: mainnet
2021-10-21T11:55:37.733 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-10-21T11:55:37.734 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:37.748 daemon __main__                   : INFO     Register service {'service': 'chia_wallet'}
2021-10-21T11:55:37.750 daemon __main__                   : INFO     registered for service chia_wallet
2021-10-21T11:55:37.751 daemon __main__                   : INFO     {'success': True}
2021-10-21T11:55:39.618 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:39.746 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0105B140> [The remote computer refused the network connection]
2021-10-21T11:55:41.629 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D631C0> [The remote computer refused the network connection]
2021-10-21T11:55:42.750 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:44.634 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:44.759 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0105B0C0> [The remote computer refused the network connection]
2021-10-21T11:55:46.643 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D24E40> [The remote computer refused the network connection]
2021-10-21T11:55:47.764 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:49.649 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:49.773 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0105B040> [The remote computer refused the network connection]
2021-10-21T11:55:51.654 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D243C0> [The remote computer refused the network connection]
2021-10-21T11:55:52.774 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:54.647 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:55.174 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104AEC0> [The remote computer refused the network connection]
2021-10-21T11:55:56.656 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D24EC0> [The remote computer refused the network connection]
2021-10-21T11:55:58.175 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:55:59.647 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:00.188 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104ADC0> [The remote computer refused the network connection]
2021-10-21T11:56:01.651 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9E40> [The remote computer refused the network connection]
2021-10-21T11:56:03.189 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:04.646 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:05.212 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104A440> [The remote computer refused the network connection]
2021-10-21T11:56:06.654 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9BC0> [The remote computer refused the network connection]
2021-10-21T11:56:08.216 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:09.631 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:10.221 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104A340> [The remote computer refused the network connection]
2021-10-21T11:56:11.638 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9F40> [The remote computer refused the network connection]
2021-10-21T11:56:13.224 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:14.644 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:15.238 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104A540> [The remote computer refused the network connection]
2021-10-21T11:56:16.651 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9C40> [The remote computer refused the network connection]
2021-10-21T11:56:18.239 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:19.660 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:20.246 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104A6C0> [The remote computer refused the network connection]
2021-10-21T11:56:21.670 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9B40> [The remote computer refused the network connection]
2021-10-21T11:56:23.249 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:24.674 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:24.678 wallet chia.wallet.wallet_node    : INFO     self._close
2021-10-21T11:56:24.679 wallet chia.wallet.wallet_node    : INFO     self._await_closed
2021-10-21T11:56:24.732 wallet chia.wallet.wallet_blockchain: INFO     Started 2 processes for block validation
2021-10-21T11:56:25.260 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0104AB40> [The remote computer refused the network connection]
2021-10-21T11:56:26.687 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3EA9CC0> [The remote computer refused the network connection]
2021-10-21T11:56:29.580 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:29.689 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:31.697 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88140> [The remote computer refused the network connection]
2021-10-21T11:56:31.875 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBB40> [The remote computer refused the network connection]
2021-10-21T11:56:31.878 wallet chia.wallet.wallet_node    : INFO     Loop start in sync job
2021-10-21T11:56:34.695 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:34.871 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:36.701 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D248C0> [The remote computer refused the network connection]
2021-10-21T11:56:36.883 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBC40> [The remote computer refused the network connection]
2021-10-21T11:56:39.714 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:39.886 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:41.718 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E881C0> [The remote computer refused the network connection]
2021-10-21T11:56:41.899 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:56:44.710 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:44.906 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:46.730 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88240> [The remote computer refused the network connection]
2021-10-21T11:56:46.914 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBC40> [The remote computer refused the network connection]
2021-10-21T11:56:49.707 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:49.915 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:51.718 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E880C0> [The remote computer refused the network connection]
2021-10-21T11:56:51.920 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA1C0> [The remote computer refused the network connection]
2021-10-21T11:56:54.722 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:54.924 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:56.734 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D248C0> [The remote computer refused the network connection]
2021-10-21T11:56:56.942 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA640> [The remote computer refused the network connection]
2021-10-21T11:56:59.730 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:56:59.950 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:01.743 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88AC0> [The remote computer refused the network connection]
2021-10-21T11:57:01.960 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA340> [The remote computer refused the network connection]
2021-10-21T11:57:04.754 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:04.964 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:06.761 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E889C0> [The remote computer refused the network connection]
2021-10-21T11:57:06.976 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA3C0> [The remote computer refused the network connection]
2021-10-21T11:57:08.268 harvester chia.harvester.harvester: INFO     refresh_batch: loaded_plots 0, loaded_size 0.00 TiB, removed_plots 0, processed_plots 0, remaining_plots 0, duration: 0.12 seconds
2021-10-21T11:57:09.769 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:09.978 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:11.778 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88540> [The remote computer refused the network connection]
2021-10-21T11:57:11.982 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA0C0> [The remote computer refused the network connection]
2021-10-21T11:57:14.773 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:14.986 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:16.794 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88640> [The remote computer refused the network connection]
2021-10-21T11:57:16.993 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBC40> [The remote computer refused the network connection]
2021-10-21T11:57:19.802 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:19.998 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:21.807 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E884C0> [The remote computer refused the network connection]
2021-10-21T11:57:22.007 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:57:24.813 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:25.009 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:26.820 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E883C0> [The remote computer refused the network connection]
2021-10-21T11:57:27.018 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA240> [The remote computer refused the network connection]
2021-10-21T11:57:29.822 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:30.025 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:31.834 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E886C0> [The remote computer refused the network connection]
2021-10-21T11:57:32.041 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA5C0> [The remote computer refused the network connection]
2021-10-21T11:57:34.842 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:35.047 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:36.857 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D248C0> [The remote computer refused the network connection]
2021-10-21T11:57:37.062 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAD40> [The remote computer refused the network connection]
2021-10-21T11:57:39.861 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:40.065 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:41.868 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88C40> [The remote computer refused the network connection]
2021-10-21T11:57:42.070 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA9C0> [The remote computer refused the network connection]
2021-10-21T11:57:44.878 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:45.077 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:46.890 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E883C0> [The remote computer refused the network connection]
2021-10-21T11:57:47.090 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA340> [The remote computer refused the network connection]
2021-10-21T11:57:49.881 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:50.094 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:51.896 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E88EC0> [The remote computer refused the network connection]
2021-10-21T11:57:52.099 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:57:54.909 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:55.100 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:57:56.915 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3D248C0> [The remote computer refused the network connection]
2021-10-21T11:57:57.113 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA640> [The remote computer refused the network connection]
2021-10-21T11:57:59.915 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:00.120 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:01.928 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C0C0> [The remote computer refused the network connection]
2021-10-21T11:58:02.124 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA1C0> [The remote computer refused the network connection]
2021-10-21T11:58:04.939 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:05.131 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:06.965 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C1C0> [The remote computer refused the network connection]
2021-10-21T11:58:07.142 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA140> [The remote computer refused the network connection]
2021-10-21T11:58:09.961 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:10.147 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:11.973 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C240> [The remote computer refused the network connection]
2021-10-21T11:58:12.156 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAAC0> [The remote computer refused the network connection]
2021-10-21T11:58:14.967 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:15.160 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:16.972 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C2C0> [The remote computer refused the network connection]
2021-10-21T11:58:17.170 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA740> [The remote computer refused the network connection]
2021-10-21T11:58:19.964 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:20.174 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:21.972 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C340> [The remote computer refused the network connection]
2021-10-21T11:58:22.178 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAE40> [The remote computer refused the network connection]
2021-10-21T11:58:24.979 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:25.180 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:26.993 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C440> [The remote computer refused the network connection]
2021-10-21T11:58:27.184 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAEC0> [The remote computer refused the network connection]
2021-10-21T11:58:30.000 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:30.188 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:32.005 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C4C0> [The remote computer refused the network connection]
2021-10-21T11:58:32.197 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:58:35.020 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:35.200 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:37.025 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C640> [The remote computer refused the network connection]
2021-10-21T11:58:37.204 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA6C0> [The remote computer refused the network connection]
2021-10-21T11:58:40.036 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:40.207 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:42.046 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9CCC0> [The remote computer refused the network connection]
2021-10-21T11:58:42.209 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA7C0> [The remote computer refused the network connection]
2021-10-21T11:58:45.059 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:45.212 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:47.068 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C340> [The remote computer refused the network connection]
2021-10-21T11:58:47.217 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAE40> [The remote computer refused the network connection]
2021-10-21T11:58:50.079 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:50.222 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:52.088 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C540> [The remote computer refused the network connection]
2021-10-21T11:58:52.226 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAA40> [The remote computer refused the network connection]
2021-10-21T11:58:55.086 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:55.230 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:58:57.134 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C7C0> [The remote computer refused the network connection]
2021-10-21T11:58:57.236 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA740> [The remote computer refused the network connection]
2021-10-21T11:59:00.141 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:00.240 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:02.150 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C6C0> [The remote computer refused the network connection]
2021-10-21T11:59:02.245 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAC40> [The remote computer refused the network connection]
2021-10-21T11:59:05.160 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:05.247 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:07.176 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C8C0> [The remote computer refused the network connection]
2021-10-21T11:59:07.256 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:59:08.542 harvester chia.harvester.harvester: INFO     refresh_batch: loaded_plots 0, loaded_size 0.00 TiB, removed_plots 0, processed_plots 0, remaining_plots 0, duration: 0.10 seconds
2021-10-21T11:59:10.190 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:10.261 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:12.206 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C2C0> [The remote computer refused the network connection]
2021-10-21T11:59:12.270 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA540> [The remote computer refused the network connection]
2021-10-21T11:59:15.219 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:15.272 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:17.234 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9CB40> [The remote computer refused the network connection]
2021-10-21T11:59:17.289 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA040> [The remote computer refused the network connection]
2021-10-21T11:59:20.227 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:20.290 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:22.233 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C440> [The remote computer refused the network connection]
2021-10-21T11:59:22.294 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA2C0> [The remote computer refused the network connection]
2021-10-21T11:59:25.227 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:25.295 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:27.238 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C4C0> [The remote computer refused the network connection]
2021-10-21T11:59:27.303 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAB40> [The remote computer refused the network connection]
2021-10-21T11:59:30.243 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:30.305 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:32.248 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6A940> [The remote computer refused the network connection]
2021-10-21T11:59:32.317 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BACC0> [The remote computer refused the network connection]
2021-10-21T11:59:35.255 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:35.318 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:37.261 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6A9C0> [The remote computer refused the network connection]
2021-10-21T11:59:37.325 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BADC0> [The remote computer refused the network connection]
2021-10-21T11:59:40.271 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:40.330 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:42.283 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AA40> [The remote computer refused the network connection]
2021-10-21T11:59:42.344 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAA40> [The remote computer refused the network connection]
2021-10-21T11:59:45.291 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:45.349 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:47.303 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AAC0> [The remote computer refused the network connection]
2021-10-21T11:59:47.357 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T11:59:50.307 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:50.359 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:52.315 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AB40> [The remote computer refused the network connection]
2021-10-21T11:59:52.370 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAE40> [The remote computer refused the network connection]
2021-10-21T11:59:55.322 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:55.375 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T11:59:57.330 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6ADC0> [The remote computer refused the network connection]
2021-10-21T11:59:57.382 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA7C0> [The remote computer refused the network connection]
2021-10-21T12:00:00.323 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:00.384 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:02.330 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AE40> [The remote computer refused the network connection]
2021-10-21T12:00:02.399 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BADC0> [The remote computer refused the network connection]
2021-10-21T12:00:05.318 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:05.401 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:07.324 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6ACC0> [The remote computer refused the network connection]
2021-10-21T12:00:07.411 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA5C0> [The remote computer refused the network connection]
2021-10-21T12:00:10.331 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:10.413 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:12.335 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6ABC0> [The remote computer refused the network connection]
2021-10-21T12:00:12.416 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAAC0> [The remote computer refused the network connection]
2021-10-21T12:00:15.346 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:15.423 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:17.359 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AC40> [The remote computer refused the network connection]
2021-10-21T12:00:17.427 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAB40> [The remote computer refused the network connection]
2021-10-21T12:00:20.352 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:20.431 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:22.358 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6A940> [The remote computer refused the network connection]
2021-10-21T12:00:22.436 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T12:00:25.364 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:25.439 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:27.370 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AD40> [The remote computer refused the network connection]
2021-10-21T12:00:27.453 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA2C0> [The remote computer refused the network connection]
2021-10-21T12:00:30.377 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:30.456 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:32.398 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AB40> [The remote computer refused the network connection]
2021-10-21T12:00:32.471 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA040> [The remote computer refused the network connection]
2021-10-21T12:00:35.401 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:35.473 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:37.411 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015140> [The remote computer refused the network connection]
2021-10-21T12:00:37.481 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA540> [The remote computer refused the network connection]
2021-10-21T12:00:40.416 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:40.484 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:42.427 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F9C140> [The remote computer refused the network connection]
2021-10-21T12:00:42.490 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA3C0> [The remote computer refused the network connection]
2021-10-21T12:00:45.432 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:45.492 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:47.435 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AEC0> [The remote computer refused the network connection]
2021-10-21T12:00:47.497 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA0C0> [The remote computer refused the network connection]
2021-10-21T12:00:50.442 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:50.500 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:52.458 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6AD40> [The remote computer refused the network connection]
2021-10-21T12:00:52.506 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA6C0> [The remote computer refused the network connection]
2021-10-21T12:00:55.463 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:55.508 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:00:57.467 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E6A940> [The remote computer refused the network connection]
2021-10-21T12:00:57.519 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA240> [The remote computer refused the network connection]
2021-10-21T12:01:00.465 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:00.521 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:02.473 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D50151C0> [The remote computer refused the network connection]
2021-10-21T12:01:02.536 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T12:01:05.481 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:05.538 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:07.491 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015240> [The remote computer refused the network connection]
2021-10-21T12:01:07.542 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA6C0> [The remote computer refused the network connection]
2021-10-21T12:01:08.801 harvester chia.harvester.harvester: INFO     refresh_batch: loaded_plots 0, loaded_size 0.00 TiB, removed_plots 0, processed_plots 0, remaining_plots 0, duration: 0.09 seconds
2021-10-21T12:01:10.498 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:10.544 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:12.502 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D50152C0> [The remote computer refused the network connection]
2021-10-21T12:01:12.547 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BACC0> [The remote computer refused the network connection]
2021-10-21T12:01:15.495 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:15.548 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:17.505 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015340> [The remote computer refused the network connection]
2021-10-21T12:01:17.553 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA0C0> [The remote computer refused the network connection]
2021-10-21T12:01:20.515 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:20.556 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:22.524 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D50153C0> [The remote computer refused the network connection]
2021-10-21T12:01:22.568 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAEC0> [The remote computer refused the network connection]
2021-10-21T12:01:25.532 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:25.571 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:27.552 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015440> [The remote computer refused the network connection]
2021-10-21T12:01:27.583 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAE40> [The remote computer refused the network connection]
2021-10-21T12:01:30.559 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:30.584 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:32.568 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015540> [The remote computer refused the network connection]
2021-10-21T12:01:32.592 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA540> [The remote computer refused the network connection]
2021-10-21T12:01:35.580 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:35.598 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:37.585 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D50156C0> [The remote computer refused the network connection]
2021-10-21T12:01:37.605 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T12:01:40.592 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:40.606 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:42.601 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015EC0> [The remote computer refused the network connection]
2021-10-21T12:01:42.613 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA040> [The remote computer refused the network connection]
2021-10-21T12:01:45.597 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:45.620 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:47.614 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015540> [The remote computer refused the network connection]
2021-10-21T12:01:47.636 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA2C0> [The remote computer refused the network connection]
2021-10-21T12:01:50.622 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:50.637 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:52.637 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015CC0> [The remote computer refused the network connection]
2021-10-21T12:01:52.650 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAE40> [The remote computer refused the network connection]
2021-10-21T12:01:55.633 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:55.652 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:01:57.649 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D5015440> [The remote computer refused the network connection]
2021-10-21T12:01:57.662 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAA40> [The remote computer refused the network connection]
2021-10-21T12:02:00.647 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:00.664 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:02.662 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B2C0> [The remote computer refused the network connection]
2021-10-21T12:02:02.679 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA440> [The remote computer refused the network connection]
2021-10-21T12:02:05.671 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:05.680 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:07.689 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B240> [The remote computer refused the network connection]
2021-10-21T12:02:07.694 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA5C0> [The remote computer refused the network connection]
2021-10-21T12:02:10.681 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:10.695 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:12.693 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B1C0> [The remote computer refused the network connection]
2021-10-21T12:02:12.705 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BACC0> [The remote computer refused the network connection]
2021-10-21T12:02:15.706 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:15.711 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:17.718 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B040> [The remote computer refused the network connection]
2021-10-21T12:02:17.721 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T12:02:20.711 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:20.723 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:22.727 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B0C0> [The remote computer refused the network connection]
2021-10-21T12:02:22.732 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBCC0> [The remote computer refused the network connection]
2021-10-21T12:02:25.734 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:25.736 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:27.744 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3F3B840> [The remote computer refused the network connection]
2021-10-21T12:02:28.751 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBC40> [The remote computer refused the network connection]
2021-10-21T12:02:30.748 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:31.752 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:32.756 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CCC0> [The remote computer refused the network connection]
2021-10-21T12:02:33.760 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA5C0> [The remote computer refused the network connection]
2021-10-21T12:02:35.765 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:36.761 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:37.776 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CD40> [The remote computer refused the network connection]
2021-10-21T12:02:38.767 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA440> [The remote computer refused the network connection]
2021-10-21T12:02:40.777 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:41.770 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:42.788 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CDC0> [The remote computer refused the network connection]
2021-10-21T12:02:43.786 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BAA40> [The remote computer refused the network connection]
2021-10-21T12:02:45.796 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:46.788 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:47.801 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CE40> [The remote computer refused the network connection]
2021-10-21T12:02:48.794 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA9C0> [The remote computer refused the network connection]
2021-10-21T12:02:50.811 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:51.796 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:52.820 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CEC0> [The remote computer refused the network connection]
2021-10-21T12:02:53.800 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBC40> [The remote computer refused the network connection]
2021-10-21T12:02:55.828 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:56.805 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:02:57.835 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D3E5CF40> [The remote computer refused the network connection]
2021-10-21T12:02:58.808 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBCC0> [The remote computer refused the network connection]
2021-10-21T12:03:00.841 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:01.811 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:02.847 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D40261C0> [The remote computer refused the network connection]
2021-10-21T12:03:03.816 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF044FBF40> [The remote computer refused the network connection]
2021-10-21T12:03:05.856 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:06.817 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:07.864 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D4026040> [The remote computer refused the network connection]
2021-10-21T12:03:08.824 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA240> [The remote computer refused the network connection]
2021-10-21T12:03:09.109 harvester chia.harvester.harvester: INFO     refresh_batch: loaded_plots 0, loaded_size 0.00 TiB, removed_plots 0, processed_plots 0, remaining_plots 0, duration: 0.13 seconds
2021-10-21T12:03:10.881 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:11.827 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:12.892 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D40262C0> [The remote computer refused the network connection]
2021-10-21T12:03:13.839 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA1C0> [The remote computer refused the network connection]
2021-10-21T12:03:15.884 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:16.843 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:17.891 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D4026140> [The remote computer refused the network connection]
2021-10-21T12:03:18.858 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA640> [The remote computer refused the network connection]
2021-10-21T12:03:20.895 farmer farmer                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:21.859 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-10-21T12:03:22.904 farmer farmer_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001C1D4026240> [The remote computer refused the network connection]
2021-10-21T12:03:23.866 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0x000001FF0B7BA740> [The remote computer refused the network connection]
doveman commented 3 years ago

Running from the CLI with start farmer no-wallet and the localhost error only appears a few times at the start. It then throws up some other errors and takes a while but eventually it starts farming.

https://pastebin.com/UnkJ7aeY