Fix: restore wallet files / move to a new computer¶
Support safety (read this first)
- Admins/devs will not DM you first. Keep support conversations public (Telegram group / GitHub issues).
- Never share your seed phrase, private keys, or
wallet.datwith anyone. - Use only official download links (https://reddcoin.com / https://redd.love / https://download.reddcoin.com). Beware look‑alike sites.
- If someone asks you to “verify” by sending coins, installing remote-control software, or sharing secrets (seed/private key), it’s a scam.
- When sharing logs/screenshots publicly, redact personal info (paths, IPs, usernames). Do not redact block hashes needed for fork checks.
- If you’re not sure what to back up (and where it lives), see Reference → Wallet files & locations in this knowledgebase.
Applies to: v4.22.x (desktop) — also useful for v3.x concepts
What to backup¶
wallet.dat(legacy single-wallet file)wallets/directory (v4 multiwallet storage)
Admins repeatedly remind users that wallet.dat contains private keys and should be backed up before troubleshooting. 1
Restore workflow (v4)¶
Option A — restore an existing v4 wallet folder¶
- Close Core
- Copy your backed-up
wallets/folder into the data directory - Start Core and select the wallet (if prompted)
Option B — recreate wallets/ then move wallet.dat in¶
If your wallets/ folder is missing or damaged, one field-tested approach is:
- Save your
wallet.datoutside the data directory (desktop, USB, etc.) - Delete the
wallets/folder - Start Core and create a blank wallet (so Core recreates
wallets/) - Move your
wallet.datinto the newly createdwallets/folder 2
This approach was suggested as a practical fix when the wallets/ folder structure needs to be rebuilt.
After restore: rescan if balances look wrong¶
If your wallet loads but balances/transactions look incomplete, you may need a rescan (see: Reindex & rescan).
Footnotes¶
-
Telegram export (ReddCoinOfficial), John (cryptognasher) Nash, 27 Aug 2024 06:03 UTC-05, message2001366 (messages961.html). (
wallet.datcontains private keys; backup is critical.) ↩ -
Telegram export (ReddCoinOfficial), obito, 26 Dec 2024 16:53 UTC-05, message2010851 (messages968.html). (Delete wallets folder, create blank wallet, move wallet.dat into wallets.) ↩