Documentation
Complete technical documentation for ETC Wallet desktop applications on Windows, macOS, and Linux.
Overview
ETC Wallet is a secure, open-source wallet for Ethereum Classic. This documentation covers installation and usage on Windows, macOS, and Linux desktop platforms.
Download
Get the installer for your operating system
Install
Follow the installation wizard for your platform
Secure
Create your wallet and protect your recovery phrase
Installation
Windows
System Requirements: Windows 10 or later (64-bit)
- Download
ETC-Wallet-Setup-3.7.2.exe - Double-click to launch the installer
- Accept license and choose installation folder
- Click Install and wait for completion
- Launch from Start Menu
macOS
System Requirements: macOS 10.15 (Catalina) or later
- Download
ETC-Wallet-3.7.2.dmg - Open the DMG file
- Drag ETC Wallet icon to Applications folder
- Open Applications folder
- Right-click app and select "Open"
Linux
System Requirements: Ubuntu 20.04+ / Fedora 34+ / Debian 11+ (64-bit)
chmod +x ETC-Wallet-3.7.2.AppImage
./ETC-Wallet-3.7.2.AppImage
sudo dpkg -i etc-wallet_3.7.2_amd64.deb
sudo apt-get install -f
sudo rpm -i etc-wallet-3.7.2.x86_64.rpm
Getting Started
Create New Wallet
Generate a new secure wallet:
- Launch ETC Wallet application
- Click "Create New Wallet"
- Enter a strong password (minimum 8 characters)
- Write down your 12-word recovery phrase
- Verify the phrase by entering words in order
- Your wallet is ready to use
Sending ETC
Send Ethereum Classic to another address:
- Click "Send" in the main menu
- Enter recipient's ETC address
- Specify amount in ETC
- Review gas price and total fee
- Click "Send" and confirm with password
- Transaction will be broadcast to network
Receiving ETC
Receive payments to your wallet:
- Click "Receive" in the main menu
- Your address will be displayed as QR code and text
- Share address with sender
- Transaction will appear in history once confirmed
Security
Encryption
ETC Wallet uses industry-standard security:
- AES-256 Encryption: Private keys encrypted with AES-256-CBC
- PBKDF2: Password-based key derivation with 100,000 iterations
- Secure Storage: Encrypted data in OS-specific secure directories
- Memory Protection: Sensitive data cleared after use
Best Practices
- Use strong, unique password with mixed case and symbols
- Enable auto-lock feature to protect idle sessions
- Verify addresses before sending transactions
- Keep software updated to latest version
- Download only from official sources
- Consider hardware wallet for large amounts
Troubleshooting
Common Issues
Wallet won't sync
If wallet is not syncing with network:
- Check internet connection
- Verify RPC endpoint is accessible
- Try switching RPC provider in settings
- Restart the application
Transaction stuck pending
If transaction remains pending:
- Check if gas price was too low
- Wait for network congestion to clear
- Use blockchain explorer to verify status
- Check transaction details
Application crashes
If application crashes on startup:
- Check system requirements are met
- Try running as administrator
- Clear application cache
- Reinstall the application