Chia-Network / chia-blockchain

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

[BUG] Can't load full node #1512

Closed CocoaPriest closed 3 years ago

CocoaPriest commented 3 years ago

Describe the bug After force-quitting Chia 1.0.1, full node tab shows loading spinners and it seems it does nothing for hours.

Screenshots

Screenshot 2021-03-26 at 01 18 25

Desktop (please complete the following information):

soundfx42 commented 3 years ago

I'm going to suggest the obvious: Have you tried a computer restart. I had this problem (on a Win10 machine) and I think it was due to a zombie chia process still running in the background after a chia session crashed. I did a system restart and the problem was solved.

CocoaPriest commented 3 years ago

Yeah, forgot to mention that. I did a restart, also I deleted my blockchain_wallet_v1_mainnet_xxx.sqlite file with no effect. The only thing what helps is to remove entire ~/.chia directory.

mariano54 commented 3 years ago

This was probably a configuration issue with the genesis challenge not being in the config, I will close this as there are duplicate issues.