Fix: no peers / 0 connections¶
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: v3.x and v4.22.x (desktop)
Symptoms¶
- “0 connections”
- “No peers”
- Sync never starts
- You upgraded from v3 → v4 and now v4 won’t connect
Quick checks¶
- Make sure your system clock is correct.
- Check firewall / antivirus isn’t blocking the wallet.
- Confirm you’re running a current Core version (v4.22.x).
Fix (most common): reset peers.dat¶
peers.dat is a local cache of previously connected peers. If you installed v4 over v3, peers.dat may still contain v3 peers, which can prevent v4 from connecting correctly. 1
Steps¶
- Close Core
- Open your data directory:
- Windows:
%APPDATA%\Reddcoin\ - macOS:
~/Library/Application Support/Reddcoin/ - Linux:
~/.reddcoin/ - Rename or delete
peers.dat - Start Core — it will create a fresh
peers.dat
Admin-verified
Resetting peers.dat is a standard fix when a v4 wallet is picking up old v3 peers. 2 1
If you’re on v3 and upgrading soon¶
If you’re still on v3, upgrade guidance often includes removing peers.dat when switching to v4 to avoid peer-mixing. 3
Footnotes¶
-
Telegram export (ReddCoinOfficial), obito, 18 Sep 2024 06:34 UTC-05, message2002895 (messages962.html). (v4 should only connect to v4 peers; rename/move peers.dat.) ↩↩
-
Telegram export (ReddCoinOfficial), John (cryptognasher) Nash, 19 Feb 2025 04:31 UTC-05, message2016799 (messages973.html). (“delete peers.dat … might be picking up old v3 peers”.) ↩
-
Telegram export (ReddCoinOfficial), obito, 28 Nov 2024 07:25 UTC-05, message2008135 (messages966.html). (v3 upgrade guidance: remove peers.dat so wallet recreates it.) ↩