Clean resync (v4) — rebuild blockchain data safely¶
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: ReddCoin Core v4.22.x (desktop)
Use this when: sync is stuck, wallet is on the wrong chain, or you see database / block corruption messages.
Before you begin¶
- Close ReddCoin Core completely.
- Backup your wallet files to an offline location.
- If you see a
wallets/folder, back that up. - Also back up any
wallet.datyou find in the data directory.
Data folder locations¶
- Windows:
%APPDATA%\Reddcoin\ - macOS:
~/Library/Application Support/Reddcoin/ - Linux:
~/.reddcoin/
These paths were repeatedly referenced in admin troubleshooting steps. 2
Steps¶
Step 1 — remove blockchain state (safe)¶
In the data directory, delete or move aside:
blocks/chainstate/indexes/(if present)peers.dat
Then start ReddCoin Core and let it sync again.
Admin-verified
This “delete blocks/chainstate/indexes + peers.dat” pattern is the standard fix for wrong-chain and sync problems in v4. 1 2
Step 2 — optional: use the official v4 bootstrap (faster sync)¶
If you have slow bandwidth or limited time, you can use the v4 bootstrap:
- Download the v4 bootstrap from the official download host.
- Extract it into the data directory (it should create
blocks/andchainstate/there). - Start Core and let it finish syncing.
The Telegram support guidance points to the official v4 bootstrap directory. 2
Step 3 — last resort: clean reinstall¶
If you keep hitting the same failure after a clean resync:
- Backup wallet files again.
- Uninstall Core.
- Install the latest v4 release from the official host.
- Repeat Step 1.
Some users also resolved repeated sync failures by doing a clean resync and (if needed) moving between minor v4 releases. 3
When a clean resync is the right move¶
A clean resync is usually the right first move if you:
- upgraded over an old v3 data directory,
- see “wrong chain” behavior (explorer height doesn’t match),
- see corruption warnings,
- have persistent peer-mixing / connection problems.
Footnotes¶
-
Telegram export (ReddCoinOfficial), obito, 22 Dec 2025 03:04 UTC-05, message2036920 (messages991.html). (v4.22.9 sync fix: delete blocks/chainstate/indexes + peers.dat, then resync.) ↩
-
Telegram export (ReddCoinOfficial), obito, 25 Feb 2025 09:51 UTC-05, message2017277 (messages973.html). (Default data folder paths + delete folders + v4 bootstrap.) ↩↩↩
-
Telegram export (ReddCoinOfficial), John (cryptognasher) Nash, 22 Feb 2025 15:14 UTC-05, message2017083 (messages973.html). (Clean resync steps including deleting data folders; historical context.) ↩