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 start wallet-only does not work as expected in main #9861

Closed emlowe closed 2 years ago

emlowe commented 2 years ago

What happened?

Starting the wallet-only using chia start wallet-only should start up the light wallet, which should then go about finding peers and work as one would expect from the light wallet by syncing from non-trusted peers in the network.

However, currently in main, the wallet tries to contact the non-running local node for 30+ minutes without doing anything else. Therefore the wallet doesn't seem to sync anything.

Version

main

What platform are you using?

macOS

What ui mode are you using?

CLI

Relevant log output

The following repeated over and over for 40+ mins:

2022-01-18T00:13:10.140 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2022-01-18T00:13:10.150 wallet wallet_server              : INFO     Cannot connect to host 127.0.0.1:8444 ssl:<ssl.SSLContext object at 0xffff86e5c040> [Connect call failed ('127.0.0.1', 8444)]
mariano54 commented 2 years ago

Probably fixed by https://github.com/Chia-Network/chia-blockchain/pull/9864