Everything you need to download, install and configure CudoMiner on Windows, Mac and Linux — with screenshots, video walkthrough, error fixes and post-install setup tips.
Prefer to follow along visually? The official CudoMiner installation video covers the full setup from download to first earnings in under 5 minutes. The written guide below mirrors every step shown in the video.
CudoMiner Installation Tutorial 2026
Complete step-by-step setup guide
Click the button below to download CudoMiner_Setup_Windows.exe (~85 MB) directly from Cudo Ventures servers. Save it to your Downloads folder.
Locate the downloaded file, right-click it and select Run as administrator. If Windows SmartScreen shows a blue warning screen, click More info then Run anyway — the file is signed by Cudo Ventures Ltd.
The installer wizard has three screens: accept the licence agreement, choose the install location (leave as default unless you have a specific reason to change it), and click Install. The installation takes 60–90 seconds.
CudoMiner opens automatically when the wizard finishes. You will see the sign-in screen:
Download CudoMiner_Setup_macOS.dmg (~90 MB). CudoMiner for Mac is a direct download — it is not on the Mac App Store. No App Store account is needed.
Double-click the .dmg file to mount it. A Finder window opens showing the CudoMiner app icon. Drag CudoMiner into the Applications folder shortcut in the same window.
macOS blocks unrecognised apps on the first launch. In Applications, right-click CudoMiner → select Open → click Open in the popup. This is required only once. Subsequent launches work normally via double-click.
Create a free account, add your wallet address in the Vault section, set your temperature preferences, and click Start Mining. The app benchmarks your GPU and selects the most profitable coin automatically.
Open Terminal (Ctrl+Alt+T on Ubuntu) and run the wget command to download the CudoMiner .deb package:
# Download CudoMiner for Ubuntu/Debian
wget https://download.cudoventures.com/CudoMiner_Setup_amd64.deb
Run the dpkg install command. This is the standard way to install CudoMiner on Linux Ubuntu terminal:
# Install CudoMiner on Linux Ubuntu terminal
sudo dpkg -i CudoMiner_Setup_amd64.deb
If you see dependency errors, resolve them with:
sudo apt-get install -f
cudominer
Or find CudoMiner in your application launcher. Ensure your NVIDIA or AMD GPU drivers are installed before running for the first time.
Create a free account, add your wallet address in the Vault, and start mining. CudoMiner auto-detects your Linux GPU and selects the optimal algorithm.
Once CudoMiner is installed and mining, three advanced features help you get the most from the platform:
The Vault is your secure earnings wallet inside CudoMiner. All mined cryptocurrency accumulates here in real time. Set your preferred payout coin (BTC, ETH, XMR and 20+ others), configure the minimum withdrawal threshold, and withdraw to your external wallet on demand. The Vault displays your full earnings history and pending balance per coin — giving you complete transparency over every satoshi earned since installation.
CudoMiner plugins extend mining support to new coins and optimise performance for specific GPU architectures. Plugin updates are downloaded and applied automatically whenever CudoMiner starts — no manual installation required. Advanced users can view installed plugins in the Settings panel. Each plugin includes algorithm-specific overclocking profiles that CudoMiner applies automatically when switching to that coin.
The CudoMiner web console supports Markdown-formatted labels and notes for your worker groups — useful for documenting rig locations, hardware specs and maintenance history in a team environment. You can also export your full mining configuration as a structured Markdown document for backup, version control or sharing with other miners on your team. Navigate to Settings → Export Config to access this feature.
If the installation does not go smoothly, these are the most common errors and their solutions:
This is a reputation warning, not a virus detection. The CudoMiner installer is digitally signed by Cudo Ventures Ltd and is safe to run.
Fix: Click More info in the SmartScreen dialog → then click Run anyway. Alternatively, right-click the .exe → Properties → check Unblock at the bottom → OK → then run normally.
✓ Resolved in under 30 secondsAntivirus software generically flags all mining software as "potentially unwanted." This is a false positive — CudoMiner does not contain malware.
Fix: Temporarily disable real-time protection during installation, or add the CudoMiner folder (%APPDATA%\CudoMiner on Windows) to your antivirus exclusion list before reinstalling.
Usually caused by outdated GPU drivers or a missing Visual C++ redistributable.
Fix 1: Update your GPU drivers — NVIDIA via GeForce Experience, AMD via Adrenalin Software. Fix 2: Install the latest Microsoft Visual C++ Redistributable from microsoft.com. Fix 3: Reinstall CudoMiner using Run as administrator and reboot before launching.
✓ Driver update resolves 90% of casesDependency libraries are missing from your Ubuntu installation.
Fix: After the dpkg error, immediately run sudo apt-get install -f to automatically download and install all missing dependencies. Then run the dpkg command again.
CudoMiner requires the correct GPU drivers to detect your hardware. If no GPU appears in the dashboard, the driver is missing or outdated.
Windows fix: Download and install the latest driver from nvidia.com or amd.com, reboot, then relaunch CudoMiner. Linux fix: Install NVIDIA drivers via sudo apt install nvidia-driver-535 or AMD via the official AMDGPU-PRO installer.
macOS Gatekeeper blocks apps not from the Mac App Store on first launch. This is expected behaviour — CudoMiner is not on the App Store by design.
Fix: In Finder, navigate to Applications, right-click CudoMiner → select Open → click Open in the confirmation popup. This exempts CudoMiner from Gatekeeper permanently. Subsequent launches work via normal double-click.
✓ Right-click → Open bypasses Gatekeeper onceHere is what CudoMiner looks like once installed and mining. Use these screenshots to verify your setup matches the expected state.
CudoMiner installation takes under 2 minutes on Windows and Mac, and under 3 minutes on Linux Ubuntu. The installer is around 85 MB on Windows and 90 MB on Mac.
Yes. CudoMiner is completely free to download and install on all platforms. There is no licence fee or subscription. CudoMiner earns through a small 1-2% mining fee applied to your earnings only when you are actively mining.
Windows SmartScreen blocks software that has not yet built enough download reputation. CudoMiner is safe — the installer is digitally signed by Cudo Ventures Ltd. Click More info then Run anyway to proceed. You can verify the signature in file Properties → Digital Signatures.
CudoMiner Vault is the secure earnings storage within your CudoMiner account where all mined cryptocurrency accumulates before you choose to withdraw it to your external wallet. The Vault shows your real-time balance per coin and lets you withdraw once the minimum threshold is reached.
CudoMiner supports mining algorithm plugins that extend support for new cryptocurrencies and optimise performance for specific GPU architectures. Plugins are updated automatically when you run CudoMiner — no manual installation is required.
Yes. CudoMiner allows you to export your mining configuration, worker settings and performance reports. The web console supports Markdown-formatted notes and labels for worker groups, making it easy to document your farm setup for team collaboration.
First, ensure your GPU drivers are up to date (NVIDIA GeForce Experience or AMD Adrenalin). Then check that your antivirus has not quarantined CudoMiner — add the CudoMiner folder to the exclusion list. If the app still will not start, reinstall using Run as administrator and reboot before launching.
CudoMiner checks for updates automatically each time it launches. When an update is available, a notification appears in the app — click Update and CudoMiner downloads and installs the new version in the background without losing your settings or wallet configuration.
This page covers the complete CudoMiner installation guide for every supported platform in 2026. Whether you need to install CudoMiner on Windows 11 step by step, download it on Mac without the App Store, or set it up via the Linux Ubuntu terminal, the instructions above include every command, screenshot and error fix you need.
After installation, the three most important features to configure immediately are: the Vault (your earnings wallet — add your external wallet address here before you start mining), CudoMiner plugins (update automatically and extend coin support — check Settings to see installed algorithms), and Markdown worker notes (useful for farm operators documenting rig assignments and maintenance history in the web console).
The entire cudominer download and install process takes under 3 minutes on Windows, under 4 minutes on Mac, and under 5 minutes on Linux. CudoMiner is free to download and use — there are no hidden fees, no subscriptions, and no credit card required to start earning cryptocurrency from your existing hardware.
Free download · Windows, Mac & Linux · Start earning in 3 minutes