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

update CHIA lost transaction[Bug] #11921

Closed Udovan51 closed 2 years ago

Udovan51 commented 2 years ago

What happened?

After update chia to 1.3.5 all transaction between november 9. 2021 and june 3. 2022 are lost. more than 10 XCH. What should I do to solve this problem?

image

Version

1.3.5

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

desenvolvedorze commented 2 years ago

Today when I went to consult my farmer. I had also lost 1.5 xch that I had managed to farm in the last 40 days... Can anyone explain if there was a hack on the network? I'm afraid to stay.

mixkelvin commented 2 years ago

use another PC,update wallet,you'll find your coin

scrutinously commented 2 years ago

The problem is caused by your wallet requesting coin records from other nodes, then the other node drops the connection between the request for records and actually providing them. Your wallet then does not know about these missing coin records.

The best solution for this is to only have your wallet sync off your own full node by editing the config.yaml, under the wallet: section you want connect_to_unknown_peers: false. If the line is set to true, change to false, if it isn't there at all, add it. After that is set, delete the wallet database (not the full blockchain database) located at .chia/mainnet/wallet/db to force the wallet to resync off of your own full node, which should pull all coin records without dropping any.

github-actions[bot] commented 2 years ago

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] commented 2 years ago

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.