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] can't sync wallet (new installation from existing keys) #8546

Closed kamilmiotk closed 3 years ago

kamilmiotk commented 3 years ago

2021-09-20T14:59:04.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 "/root/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job await self._sync() File "/root/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync await self.batch_sync_to_peak(fork_height, peak) File "/root/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}") RuntimeError: Was not able to add blocks 0-32

loppefaaret commented 3 years ago

8538