reddcoin_windows_guide - reddcoin-project/reddcoin GitHub Wiki
Reddcoin Core 4.22.9 - Windows Installation Guide
1. Overview and Prerequisites
What is Reddcoin Core?
Reddcoin Core is the official full-node wallet software for the Reddcoin network. It enables users to store, send, and receive Reddcoins (RDD) while also participating in the network's Proof-of-Stake-Velocity (PoSV) consensus mechanism to earn staking rewards of up to 5-25% annually. The software maintains a complete copy of the Reddcoin blockchain and helps secure the network.
System Requirements
Minimum Requirements:
- Operating System: Windows 7, 8, 8.1, 10, or 11 (64-bit recommended)
- Processor: Intel Pentium 4 2.0GHz or AMD equivalent
- Memory: 2 GB RAM minimum, 4 GB recommended
- Storage: 5 GB free disk space (pruned mode) or 50+ GB for full blockchain
- Network: Broadband internet connection with upload speeds of at least 400 Kbps
- Additional: Administrator privileges for installation
Recommended Requirements:
- Operating System: Windows 10 or 11 (64-bit)
- Processor: Multi-core processor 2.5GHz or faster
- Memory: 8 GB RAM or more
- Storage: 100 GB free disk space on SSD
- Network: Unlimited or high-cap internet connection (200+ GB/month upload)
Required Permissions
- Administrator access for initial installation
- Windows Defender/Antivirus exclusions may be needed
- Firewall configuration for port 45444 (optional but recommended)
Prerequisites
- Windows is up to date with latest security patches
- Reliable internet connection
- Sufficient disk space for blockchain synchronization
2. Pre-Installation Steps
Backup Recommendations
⚠️ Critical: If upgrading from a previous version, backup your wallet first!
-
Locate your existing wallet.dat file:
C:\Users\[Username]\AppData\Roaming\Reddcoin\wallet.dat
-
Create a backup copy:
- Copy
wallet.dat
to a secure location (USB drive, encrypted cloud storage) - Also backup the entire
Reddcoin
folder for complete settings preservation
- Copy
System Preparation
- Disable antivirus temporarily (re-enable after installation)
- Close all cryptocurrency-related applications
- Ensure Windows Defender SmartScreen is configured appropriately
- Create a system restore point (Control Panel > System > System Protection)
Download Instructions
Official Download Source: https://download.reddcoin.com/bin/reddcoin-core-4.22.9/
Available Windows Files:
reddcoin-4.22.9-win64-setup-signed.exe
(Recommended - Signed installer)reddcoin-4.22.9-win64-setup-unsigned.exe
(Unsigned installer)reddcoin-4.22.9-win64.zip
(Portable version)
Download Steps:
- Visit the official download URL
- Download
reddcoin-4.22.9-win64-setup-signed.exe
(≈20.6 MB) - Also download
SHA256SUMS
file for verification
Verification Steps
Verify File Integrity:
- Download and install 7-Zip or use PowerShell for checksum verification
- Using PowerShell:
Get-FileHash -Path "reddcoin-4.22.9-win64-setup-signed.exe" -Algorithm SHA256
- Compare the hash with the value in the
SHA256SUMS
file - Verify the hashes match before proceeding with installation
Estimated Time: 5-10 minutes for download and verification
3. Installation Instructions
Method 1: Signed Installer (Recommended)
Step 1: Run the Installer
- Right-click on
reddcoin-4.22.9-win64-setup-signed.exe
- Select "Run as administrator"
- If Windows Defender SmartScreen appears:
- Click "More info"
- Click "Run anyway" (only if you verified the download)
Step 2: Installation Wizard
- Welcome Screen: Click "Next"
- License Agreement: Read and accept the MIT license, click "Next"
- Choose Install Location:
- Default:
C:\Program Files\Reddcoin
- Custom: Click "Browse" to change location
- Click "Next"
- Default:
- Select Components:
- ✅ Reddcoin Core (required)
- ✅ Desktop shortcut (recommended)
- ✅ Start Menu entries (recommended)
- Click "Next"
- Ready to Install: Click "Install"
Step 3: Complete Installation
- Installation Progress: Wait for files to copy (2-3 minutes)
- Completion:
- ✅ "Launch Reddcoin Core" (recommended for first run)
- Click "Finish"
Method 2: Portable Version
Step 1: Extract Files
- Right-click
reddcoin-4.22.9-win64.zip
- Select "Extract All"
- Choose destination folder (e.g.,
C:\ReddcoinPortable
) - Click "Extract"
Step 2: Create Desktop Shortcut (Optional)
- Navigate to extracted folder
- Right-click on
reddcoin-qt.exe
- Select "Create shortcut"
- Move shortcut to Desktop
Installation Paths and Registry
Default Installation Paths:
- Program Files:
C:\Program Files\Reddcoin\
- Data Directory:
C:\Users\[Username]\AppData\Roaming\Reddcoin\
- Configuration File:
C:\Users\[Username]\AppData\Roaming\Reddcoin\reddcoin.conf
Registry Entries:
- Installation info:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Reddcoin Core
- File associations:
HKEY_CLASSES_ROOT\reddcoin\
Estimated Time: 5-10 minutes for complete installation
4. Configuration
Initial Setup
Step 1: First Launch
- Launch Reddcoin Core from Desktop shortcut or Start Menu
- Data Directory Prompt: Accept default location or choose custom path
- Initial Blockchain Sync: This will begin automatically
Step 2: Basic Configuration
Create reddcoin.conf file:
- Navigate to:
C:\Users\[Username]\AppData\Roaming\Reddcoin\
- Create new file:
reddcoin.conf
(use Notepad) - Add basic configuration:
# Basic Reddcoin Configuration server=1 daemon=0 listen=1 maxconnections=125 # Staking Configuration staking=1 reservebalance=0 # Network Settings port=45444 rpcport=45443 # Optional: Reduce bandwidth usage # maxuploadtarget=5000
Step 3: Wallet Security
-
Encrypt your wallet:
- Go to Settings > Encrypt Wallet
- Choose a strong passphrase (minimum 10 characters)
- Write down and store securely
- Restart the application when prompted
-
Backup encrypted wallet:
- Go to File > Backup Wallet
- Save to secure location with date stamp
Environment Variables (Optional)
Set Data Directory (if using custom location):
- Right-click "This PC" > Properties
- Advanced System Settings > Environment Variables
- New System Variable:
- Variable name:
REDDCOIN_DATADIR
- Variable value:
C:\Your\Custom\Path
- Variable name:
Network and Firewall Configuration
Windows Firewall:
- Open Windows Defender Firewall
- Allow an app through firewall
- Add Reddcoin Core:
- Click "Allow another app..."
- Browse to
C:\Program Files\Reddcoin\reddcoin-qt.exe
- Check both "Private" and "Public" networks
- Click "OK"
Port Forwarding (Optional for better connectivity):
- Router Configuration: Forward port 45444 to your computer's IP
- UPnP: Enable in Reddcoin Core settings for automatic port forwarding
Estimated Time: 10-15 minutes for initial configuration
5. Verification and Testing
Verify Successful Installation
Step 1: Application Launch
- Launch Reddcoin Core
- Check version: Help > About Reddcoin Core
- Verify version shows: 4.22.9
Step 2: Network Connection
- Status Bar: Bottom right should show connection count
- Target: 8+ connections (may take a few minutes)
- Network Info: Help > Debug Window > Information tab
Step 3: Blockchain Synchronization
- Progress Bar: Shows sync percentage
- Block Count: Compare with latest block on blockchain explorer
- Estimated Time: 2-24 hours depending on hardware and connection
Basic Functionality Tests
Test 1: Wallet Creation
- Create New Address:
- Go to Receive tab
- Click "Create new receiving address"
- Verify address is generated
Test 2: Configuration File Loading
- Check Debug Window:
- Help > Debug Window > Information
- Verify configuration parameters are loaded
Test 3: Staking Status (after sync completion)
- Check Staking Status:
- Look for staking icon in bottom right
- Verify "Staking: Active" in status bar
Log File Locations
Primary Log File:
C:\Users\[Username]\AppData\Roaming\Reddcoin\debug.log
Common Log Entries to Monitor:
- Connection status:
addcon
entries - Staking activity:
Stake
entries - Errors:
ERROR
level messages
View Logs in Application:
- Help > Debug Window > Information
- Help > Debug Window > Console (for real-time monitoring)
Estimated Time: 5-10 minutes for verification tests
6. Troubleshooting
Common Installation Issues
Issue 1: "Windows protected your PC" SmartScreen warning
- Solution: Click "More info" then "Run anyway"
- Prevention: Always verify file checksums before installation
Issue 2: Antivirus blocking installation
- Solution: Temporarily disable antivirus, install, then re-enable
- Add exception: Add Reddcoin installation folder to antivirus exclusions
Issue 3: Insufficient disk space during blockchain sync
- Solution:
- Enable pruning: Add
prune=5000
to reddcoin.conf - Move data directory to drive with more space
- Enable pruning: Add
Issue 4: Cannot connect to network
- Solution:
- Check firewall settings
- Verify internet connection
- Try adding nodes manually in reddcoin.conf:
addnode=seed1.reddcoin.com addnode=seed2.reddcoin.com
Error Messages and Solutions
"Error loading wallet.dat"
- Cause: Corrupted wallet file
- Solution: Restore from backup, run with
-salvagewallet
flag
"Unable to bind to port 45444"
- Cause: Port already in use or firewall blocking
- Solution: Check for other Reddcoin instances, configure firewall
"Insufficient funds" when staking
- Cause: Wallet locked, insufficient mature coins
- Solution: Unlock wallet for staking, wait for coin maturity (8 hours)
"Database corrupted"
- Cause: Improper shutdown, disk issues
- Solution: Run with
-reindex
flag or restore from backup
Getting Additional Help
Official Resources:
- Reddcoin Website: https://www.reddcoin.com/
- Github Repository: https://github.com/reddcoin-project/reddcoin
- Reddcoin Wiki: https://wiki.reddcoin.com/
Community Support:
- Reddit: r/reddcoin
- Discord: Official Reddcoin Discord server
- Telegram: @reddcoin_official
Professional Support:
- Technical Issues: Create issue on GitHub repository
- Wallet Recovery: Contact community developers (never share private keys)
7. Uninstallation
Complete Removal Instructions
Step 1: Backup Important Data ⚠️ Critical: Backup wallet.dat and any custom configurations before uninstalling!
- Backup wallet.dat:
C:\Users\[Username]\AppData\Roaming\Reddcoin\wallet.dat
- Backup configuration:
C:\Users\[Username]\AppData\Roaming\Reddcoin\reddcoin.conf
Step 2: Uninstall Application
Method 1: Windows Settings
- Windows 10/11: Settings > Apps > Apps & features
- Search for "Reddcoin"
- Click "Uninstall"
- Follow removal wizard
Method 2: Control Panel
- Control Panel > Programs and Features
- Find "Reddcoin Core"
- Right-click > Uninstall
- Follow removal wizard
Method 3: Original Installer
- Re-run the original installer
- Select "Remove" option
- Complete uninstallation
Cleanup of Configuration Files and Data
Step 3: Remove Data Directory (Optional) ⚠️ Warning: Only do this if you've backed up your wallet!
- Navigate to:
C:\Users\[Username]\AppData\Roaming\
- Delete "Reddcoin" folder completely
Step 4: Registry Cleanup (Optional)
- Open Registry Editor (regedit.exe)
- Navigate to and delete:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Reddcoin Core HKEY_CLASSES_ROOT\reddcoin
- Search for additional "reddcoin" entries and remove
Step 5: Remove Environment Variables (If configured)
- System Properties > Environment Variables
- Remove any Reddcoin-related variables
Step 6: Firewall Rules Cleanup
- Windows Defender Firewall
- Remove Reddcoin Core rules from allowed apps
Final Verification
- Check Programs and Features - Reddcoin should not appear
- Check Start Menu - No Reddcoin shortcuts
- Check Desktop - Remove any remaining shortcuts
- Verify data directory removed (if chosen)
Estimated Time: 10-15 minutes for complete removal
Summary
This guide covered the complete installation process for Reddcoin Core 4.22.9 on Windows systems. Key points to remember:
- Always backup your wallet before making changes
- Verify downloads using SHA256 checksums
- Configure firewall properly for optimal network connectivity
- Monitor blockchain sync progress and ensure sufficient disk space
- Enable staking to earn rewards while securing the network
The initial blockchain synchronization may take several hours to complete. Once synchronized, your Reddcoin Core wallet will be ready for sending, receiving, and staking Reddcoins.
For additional support, consult the official Reddcoin community resources and documentation.