Official ETCMC Node & Client Software
Platforms: Windows & Linux
Latest Stable Release: 3.0.1
🌐 Project Preview:
https://github.com/Nowalski/ETCMC_Software
Version 3.0.1 introduces:
- ✅ Full official Linux support
- ⚡ Improved startup reliability
- 🔄 Better reconnection handling
- 🧠 Improved NFT validation logic
- 🔐 Enhanced license verification
- 🛠️ Performance & internal optimizations
- 🌐 Web dashboard stability improvements
This tutorial explains how to:
- Install the Windows client
- Start it as Administrator
- Log in to the local dashboard
- Register your node with a License NFT
- Start your node
You must own a valid License NFT before registering a node.
License tutorial:
https://status.etcmc-monitor.org/tutorials/howto-get-a-license-nft
- Requirements & Download
- Install the Windows Software
- Start the ETCMC Client as Administrator
- Log in to the Local Dashboard
- Open Registration (Manual Input)
- Select License NFT & Register Node
- Start the Node
- Windows PC
- Valid ETCMCv2 License NFT
- Wallet address holding the License NFT
- Email address for registration
Official download (.msi):
https://github.com/Nowalski/ETCMC_Software/releases/download/Setup%2FWindows/ETCMC.msi
If your browser or antivirus blocks the file:
- Allow/Keep the file manually
- Only proceed if downloaded from the official ETCMC GitHub release
- Run
ETCMC.msi - Complete the installation wizard
- Finish setup
- Right-click the ETCMC desktop shortcut
- Select Run as Administrator
- When the client opens, click:
Start
You should see a success popup such as:
The script has been started on port 5001.
(Default Port: 5001)
Click OK to continue.
After startup, your browser should open automatically.
If it does not:
- Open the local address shown in the client manually
Username:
admin
Password:
password
- Scroll down in the dashboard
- Click:
Open Registration
The Register Node dialog opens.
You will see two options:
- Connect MetaMask (automatic)
- Manual Input (manual wallet entry)
For this tutorial, use:
Manual Input
Paste the wallet address that holds your License NFT.
The system will:
- Detect License NFTs in your wallet
- Show available unused licenses
Select:
- An unused License NFT
- Enter your email address
- Click:
Register Node
After successful registration:
- Return to the dashboard
- Click:
Start Node
Your node will now begin operation.
You can monitor:
- Node status
- Balance progress
- Sync state
- Network connectivity
Linux is officially supported starting from version 3.0.1.
Run:
bash <(wget -qO- https://github.com/Nowalski/ETCMC_Software/releases/download/Setup%2FWindows/etcmc_installer.sh)This script will:
- Download the latest Linux build
- Install dependencies
- Configure environment
- Start ETCMC client
- Ubuntu 20.04+
- Ubuntu 22.04+
- Debian 11+
- Debian 12+
- Most modern Debian-based systems
- Minimum 6GB RAM
- Stable internet connection
- Open required ports
- Basic terminal knowledge recommended
Default dashboard port: 5001
- Windows 7+
- Windows 10
- Windows 11
- Windows Server supported
❌ Modified Windows builds (TinyOS etc.) are not supported.
Fully supported as of 3.0.1.
- Official Linux Support
- Improved Node Startup Reliability
- Improved License Validation Logic
- Enhanced Network Stability
- Faster Balance Sync
- Web Interface Improvements
- Internal Code Cleanup
- Reconnection Stability Improvements
- Always use the latest stable release
- Ensure ports are properly configured
- License NFT ownership is verified automatically
- Earnings require a valid active license
Windows Installer: https://github.com/Nowalski/ETCMC_Software/releases/download/Setup%2FWindows/ETCMC.msi
Linux Installer Script: https://github.com/Nowalski/ETCMC_Software/releases