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

下載新版登入幣消失 #17229

Closed hamson88 closed 8 months ago

hamson88 commented 9 months ago

What happened?

下載最新版登入24註記詞,6顆XCH消失 S__50266120 1631780154571

Version

1.1.7

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

No response

jaysonZhou123 commented 9 months ago

我也是這個

BrandtH22 commented 9 months ago

What I recommend doing is:

  1. upgrade to the latest release candidate (there are peer related optimizations): https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.4-rc2 (this has many optimizations for peer connections and syncing)

  2. While installing that I would remove the current peers.dat file in ~\.chia\mainnet\db\peers.dat (this will force the client to connect to new peers upon restarting)

  3. Also rename the wallet db found at ~\.chia\mainnet\wallet\db\ (this will force the client to fully resync upon starting chia)

  4. Once the latest RC is installed, have a new config file created:

    • Stop chia
    • Rename the config file at .chia\mainnet\config\config.yaml
    • Run chia init
    • Copy any custom settings from the old config to the new one (plot directories, pool information, database path, trusted nodes etc) - there are more automated ways to migrate that info if not comfortable editing the config file, yaml is very picky about formatting.
    • Start chia and let it sync Let us know if any issues or questions arise during the process :+1:
github-actions[bot] commented 8 months 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.

wjblanke commented 8 months ago

Closing please reopen if you still have issues with 2.1.4