Best Crypto to Mine with a GPU
in 2026
The definitive guide to GPU-mineable cryptocurrencies, with hardware benchmarks, miner configurations, overclocking tips, and direct links to Suprnova mining pools.
GPU mining is alive and well in 2026 thanks to ASIC-resistant algorithms. Here are the top picks:
- Best all-rounder: Ravencoin (RVN) — KAWPOW, huge community, great liquidity
- Best established coin: Zcash (ZEC) — Equihash, strong privacy features, listed everywhere
- Best ASIC-resistant: Vertcoin (VTC) — Verthash, community-driven, commitment to GPU mining
- Best efficiency: Groestlcoin (GRS) — Groestl, low power consumption per hash
- Best newcomers: Karlsen (KLS) and Xelis (XEL) — lower difficulty, early opportunity
Why GPU Mining Is Still Relevant in 2026
After Ethereum's transition to proof-of-stake in 2022, many declared GPU mining dead. They were wrong. A new generation of ASIC-resistant mining algorithms has emerged, specifically designed to keep mining accessible to anyone with a graphics card. These algorithms exploit the unique architecture of GPUs — thousands of parallel cores, high memory bandwidth, and flexible instruction sets — making specialized ASIC hardware impractical or uneconomical to develop.
Advantages of GPU Mining
- Flexibility: A single GPU can mine dozens of different algorithms and coins. Switch anytime based on profitability.
- Resale value: Unlike ASICs, GPUs retain value for gaming, AI workloads, and rendering. Your hardware investment is not stranded if you stop mining.
- Accessibility: No special hardware needed. Your existing gaming PC or workstation can mine.
- Decentralization: ASIC-resistant coins have more distributed mining power, which is healthier for network security. Learn more about mining pool security and how pools protect your earnings.
- Lower risk: Smaller upfront investment compared to ASIC rigs that can only mine one algorithm.
Ravencoin (RVN) — The GPU Miner's Favorite
- Algorithm: KAWPOW (based on ProgPoW)
- Recommended miners: T-Rex (NVIDIA), NBMiner (NVIDIA/AMD), TeamRedMiner (AMD)
- Suprnova pool: rvn.suprnova.cc
- Stratum port: 6667
Ravencoin emerged as one of the top GPU-mineable coins after Ethereum moved to PoS. See our Ravencoin mining guide for detailed setup instructions. The KAWPOW algorithm (a modified ProgPoW) is specifically engineered to match the capabilities of consumer GPUs. It uses random math sequences, memory-hard operations, and the full computational pipeline of modern graphics cards, making ASIC development extremely challenging.
RVN's asset tokenization platform gives it real-world utility beyond speculation. Users can create and transfer digital assets, tokens, and NFTs directly on the Ravencoin blockchain. This built-in functionality drives organic demand for the coin.
GPU Hashrate Benchmarks (KAWPOW)
| GPU Model | Hashrate | Power Draw | Efficiency |
|---|---|---|---|
| NVIDIA RTX 4090 | ~60 MH/s | ~300W | 200 KH/W |
| NVIDIA RTX 4080 Super | ~45 MH/s | ~250W | 180 KH/W |
| NVIDIA RTX 4070 | ~30 MH/s | ~150W | 200 KH/W |
| NVIDIA RTX 4070 Ti Super | ~38 MH/s | ~200W | 190 KH/W |
| AMD RX 7900 XTX | ~45 MH/s | ~270W | 167 KH/W |
| AMD RX 7800 XT | ~30 MH/s | ~200W | 150 KH/W |
| NVIDIA RTX 3070 (used) | ~25 MH/s | ~130W | 192 KH/W |
| NVIDIA RTX 3080 (used) | ~35 MH/s | ~220W | 159 KH/W |
# T-Rex miner for NVIDIA GPUs - Suprnova Ravencoin
t-rex -a kawpow \
-o stratum+tcp://rvn.suprnova.cc:6667 \
-u YourUsername.WorkerName \
-p x
# NBMiner for NVIDIA or AMD GPUs
nbminer -a kawpow \
-o stratum+tcp://rvn.suprnova.cc:6667 \
-u YourUsername.WorkerName \
-p x
Zcash (ZEC) — Established Privacy Coin
- Algorithm: Equihash (200,9)
- Recommended miners: lolMiner (NVIDIA/AMD), EWBF Miner (NVIDIA)
- Suprnova pool: zec.suprnova.cc
- Stratum port: 2142
Zcash has been a reliable GPU mining target since its launch in 2016. Our Zcash mining guide covers everything from miner setup to optimization. The Equihash (200,9) algorithm is memory-hard, requiring significant RAM bandwidth, which plays to the strengths of modern GPUs with their high-bandwidth GDDR6/GDDR6X memory subsystems.
While Equihash ASICs exist, the GPU mining community remains active on Zcash. The coin's strong privacy features (optional shielded transactions using zk-SNARKs), presence on all major exchanges, and established market capitalization make it a lower-risk mining choice compared to newer coins.
Why GPU Miners Choose Zcash
- Liquidity: ZEC is listed on virtually every exchange, making it easy to sell or trade
- Stability: Established since 2016 with consistent development and funding
- Privacy: Optional shielded transactions provide real utility
- Predictable: Well-understood algorithm with stable difficulty adjustments
# lolMiner for Zcash on Suprnova (works on NVIDIA and AMD)
./lolMiner --algo EQUI \
--pool stratum+tcp://zec.suprnova.cc:2142 \
--user YourUsername.WorkerName \
--pass x
# EWBF miner for NVIDIA GPUs
./miner --server zec.suprnova.cc \
--port 2142 \
--user YourUsername.WorkerName \
--pass x
Vertcoin (VTC) — ASIC Resistance by Design
- Algorithm: Verthash
- Recommended miner: VerthashMiner
- Suprnova pool: vtc.suprnova.cc
- Stratum port: 5778
Vertcoin's entire philosophy revolves around keeping mining accessible to regular people with regular hardware. The project has hard-forked multiple times in the past to break ASIC compatibility, and the current Verthash algorithm represents their strongest effort yet at permanent ASIC resistance. See our Vertcoin mining guide for setup details.
Verthash works by requiring miners to perform random lookups against a 1.2 GB data file (verthash.dat). This file must be stored in GPU memory, and the random access pattern makes it extremely difficult for ASICs to optimize. The algorithm effectively turns mining into a memory-bound operation where GPU memory bandwidth is the bottleneck.
Verthash Setup
The verthash.dat file is generated once and reused for all subsequent mining sessions. Generation takes approximately 2-5 minutes depending on your hardware. The file is universal — the same file works for all GPUs.
# First run: VerthashMiner generates verthash.dat automatically
# This takes ~3 minutes and is only needed once
./VerthashMiner --algo verthash \
--url stratum+tcp://vtc.suprnova.cc:5778 \
--user YourUsername.WorkerName \
--pass x \
--verthash-data ./verthash.dat
# Subsequent runs use the existing verthash.dat file
# Mining starts immediately without regeneration
Think of Verthash like a library research project: the algorithm forces your GPU to constantly look up random entries in a large reference book (the verthash.dat file). An ASIC would need to include the same large memory to keep up, eliminating its usual advantage of specialized, streamlined circuits.
Groestlcoin (GRS) — Power-Efficient Mining
- Algorithm: Groestl (SHA-3 finalist)
- Recommended miner: suprminer (NVIDIA), sgminer-gm (AMD)
- Suprnova pool: grs.suprnova.cc
- Stratum port: 5544
Groestlcoin uses the Groestl algorithm, one of the five finalist candidates for the SHA-3 standard by NIST. This means the algorithm has undergone rigorous cryptographic analysis and is proven to be secure. For miners, the key advantage is efficiency: the Groestl algorithm produces significantly less heat and power consumption per hash compared to many other GPU-mineable algorithms.
Lower power consumption means three things: lower electricity bills, less cooling needed, and longer GPU lifespan. If you mine in a warm climate or are concerned about electricity costs, Groestlcoin is an excellent choice.
Mining GRS with suprminer
The suprminer software was developed by Suprnova specifically for optimal Groestl mining on NVIDIA GPUs. It leverages CUDA for maximum performance and includes automatic intensity tuning.
# suprminer for NVIDIA GPUs - optimized for Groestl
suprminer -a groestl \
-o stratum+tcp://grs.suprnova.cc:5544 \
-u YourUsername.WorkerName \
-p x
# For AMD GPUs, use sgminer-gm
sgminer --algorithm groestlcoin \
-o stratum+tcp://grs.suprnova.cc:5544 \
-u YourUsername.WorkerName \
-p x
GRS Feature Highlights
- SegWit: Among the first coins to activate Segregated Witness
- Lightning Network: Fast off-chain microtransactions supported
- Taproot/Schnorr: Advanced privacy and smart contract capabilities
- Active development: Consistently adopts Bitcoin Improvement Proposals
Karlsen (KLS) — BlockDAG GPU Mining
- Algorithm: kHeavyHash
- Hardware: GPU (NVIDIA and AMD)
- Suprnova pool: kls.suprnova.cc
Karlsen uses a BlockDAG (Directed Acyclic Graph) architecture instead of a traditional linear blockchain. This allows for parallel block creation, enabling significantly higher transaction throughput. The kHeavyHash proof-of-work algorithm is GPU-optimized and provides a fair mining experience for consumer graphics card owners.
As a newer project, Karlsen represents an interesting opportunity for GPU miners. Network difficulty tends to be lower than established coins, meaning your GPU earns more coins per day. The trade-off is higher risk, as newer projects have less proven track records.
Why GPU Miners Like Karlsen
- Lower competition: Smaller network hashrate means more coins per GPU
- Innovation: BlockDAG technology offers technical advantages over traditional blockchains
- GPU-friendly: kHeavyHash runs efficiently on consumer graphics cards
- Growth potential: Early-stage projects can appreciate significantly
Xelis (XEL) — CPU/GPU Hybrid Mining
- Algorithm: XelisHash
- Hardware: CPU and GPU
- Suprnova pool: xel.suprnova.cc
Xelis is unique among the coins on this list because its XelisHash algorithm is designed to be efficient on both CPUs and GPUs. For GPU miners, this means you can mine XEL with your existing setup while CPU miners can also participate without being at a catastrophic disadvantage.
The dual-hardware approach creates a broader mining community and more decentralized hash distribution. GPU miners will generally outperform CPU miners in raw hashrate, but the gap is smaller than on algorithms like Equihash or KAWPOW, where CPUs are essentially useless.
GPU Mining Xelis
GPU miners can contribute significantly to the Xelis network. The XelisHash algorithm balances compute and memory operations, taking advantage of GPU parallel processing while also utilizing memory bandwidth effectively. Both NVIDIA and AMD GPUs are supported.
Decred (DCR) — Hybrid PoW/PoS Mining
- Algorithm: BLAKE3
- Hardware: ASIC and GPU
- Suprnova pool: dcr.suprnova.cc
Decred uses the BLAKE3 hashing algorithm, which is extremely fast and parallelizable. While dedicated ASIC miners exist for Decred, GPU mining can still be worthwhile during periods of favorable difficulty or when DCR price is elevated. The BLAKE3 algorithm is simple to implement and runs efficiently on GPUs, with low overhead per hash operation.
What makes Decred unique is its hybrid PoW/PoS governance model. Block rewards are split between miners (PoW) and stakeholders (PoS), with a portion going to the project treasury. This creates a sustainable development funding model and gives the community direct control over protocol decisions through on-chain voting.
Decred Mining Considerations
- ASIC competition: Be aware that ASIC miners are present on the network
- Staking option: Mined DCR can also be staked for additional PoS rewards
- Governance: DCR holders vote on protocol changes through Politeia
- Treasury-funded: Development is funded by the protocol itself
GPU Recommendations for Mining
Choosing the right GPU for mining is about balancing hashrate, power consumption, and price. Here are our recommendations for different budgets and priorities:
Best Overall: NVIDIA RTX 4070
The RTX 4070 offers the best efficiency (hashrate per watt) across most algorithms. Its relatively low 200W TDP means lower electricity costs and less heat generation. The Ada Lovelace architecture provides excellent mining performance while keeping your GPU cool and quiet. Street price around $500-550 makes it the best value proposition for miners.
Best Performance: NVIDIA RTX 4090
If raw hashrate is your priority, the RTX 4090 is unmatched. It delivers roughly 2x the performance of the RTX 4070 on most algorithms. However, its higher power consumption (300-350W) and price ($1,500+) mean the ROI timeline is longer. Best for miners with very cheap electricity.
Best AMD: RX 7900 XTX
For AMD loyalists, the RX 7900 XTX delivers competitive mining performance across Equihash, KAWPOW, and Verthash. Its 24 GB of GDDR6 memory provides headroom for memory-intensive algorithms. Power consumption is higher than NVIDIA equivalents on some algorithms, but competitive pricing helps offset this.
Best Budget: Used RTX 3070 / RTX 3080
The used GPU market offers excellent value for miners on a budget. RTX 3070s can be found for $200-250 and still deliver strong hashrates on most algorithms. RTX 3080s at $300-350 offer even better performance. Check for cards that were not previously used for mining (check warranty status and fan wear).
Complete GPU Comparison
| GPU | VRAM | TDP | Price (est.) | Mining Value |
|---|---|---|---|---|
| RTX 4090 | 24 GB | 450W | $1,500+ | Best raw hashrate |
| RTX 4080 Super | 16 GB | 320W | $950 | Good performance |
| RTX 4070 | 12 GB | 200W | $500 | Best efficiency |
| RTX 4070 Ti Super | 16 GB | 285W | $750 | Strong mid-range |
| RX 7900 XTX | 24 GB | 355W | $850 | Best AMD |
| RX 7800 XT | 16 GB | 263W | $450 | Decent AMD value |
| RTX 3070 (used) | 8 GB | 220W | $200-250 | Best budget |
| RTX 3080 (used) | 10/12 GB | 320W | $300-350 | Budget powerhouse |
Power Consumption and Profitability
Power consumption is the most controllable factor in mining profitability. Two miners with the same GPU can have drastically different electricity bills based on how they configure their hardware. Understanding and optimizing power usage is what separates profitable miners from those who struggle to break even.
Calculating Your Daily Cost
// Power cost formula
Daily cost = GPU watts / 1000 × 24 hours × electricity rate ($/kWh)
// Example: RTX 4070 at 150W (undervolted) with $0.10/kWh
Daily cost = 150 / 1000 × 24 × $0.10 = $0.36/day = $10.80/month
// Example: RTX 4090 at 300W with $0.10/kWh
Daily cost = 300 / 1000 × 24 × $0.10 = $0.72/day = $21.60/month
// Profit = Mining revenue - Electricity cost
// If RTX 4070 mines $1.50/day in RVN:
Daily profit = $1.50 - $0.36 = $1.14/day net
Electricity Rate Impact
| Rate ($/kWh) | RTX 4070 (150W) | RTX 4090 (300W) | Profitability |
|---|---|---|---|
| $0.05 | $0.18/day | $0.36/day | Excellent |
| $0.08 | $0.29/day | $0.58/day | Very good |
| $0.10 | $0.36/day | $0.72/day | Good |
| $0.12 | $0.43/day | $0.86/day | Moderate |
| $0.15 | $0.54/day | $1.08/day | Marginal |
| $0.20 | $0.72/day | $1.44/day | Likely unprofitable |
Overclocking Basics for Mining
Mining overclocking is fundamentally different from gaming overclocking. In gaming, you push core clocks for maximum FPS. In mining, the priority is efficiency: maximizing hashrate per watt while keeping the GPU stable and cool for 24/7 operation.
Overclocking and undervolting carry inherent risks. Start conservatively and test stability over 24+ hours before finalizing settings. Improper voltage settings can cause system instability, data corruption, or in extreme cases, hardware damage. Always monitor GPU temperatures and watch for stale and rejected shares that may indicate instability.
The Key Principles
- Undervolt first: Reduce core voltage to the minimum stable level. This has the biggest impact on efficiency. Most GPUs can run at 800-850mV instead of the stock 1000-1100mV.
- Lower core clock: Mining is rarely core-limited. Reducing core clock by 100-200 MHz saves power with minimal hashrate impact (often under 2% loss).
- Increase memory clock: For memory-intensive algorithms (Equihash, Verthash), boosting memory clock by +500 to +1000 MHz can increase hashrate by 5-15%.
- Set power limit: Use power limit as a safety net. Set it 10-20% below stock TDP as an upper bound.
- Monitor temperatures: Keep GPU core under 70C and memory junction (for GDDR6X) under 95C. Use
nvidia-smiorHWiNFO64.
Example Settings: RTX 4070 for KAWPOW
# MSI Afterburner / nvidia-smi settings
Core Clock: -200 MHz (from stock ~2475 to ~2275)
Core Voltage: 850 mV (via voltage/frequency curve)
Memory Clock: +750 MHz (from stock GDDR6X)
Power Limit: 150W (down from 200W TDP)
Fan Speed: 70% (keep temps under 65C)
# Result: ~29 MH/s at 150W instead of ~30 MH/s at 200W
# Efficiency: 193 KH/W vs 150 KH/W (29% improvement!)
Linux vs Windows for Mining
Linux typically offers 2-5% better mining performance compared to Windows due to lower OS overhead, no Windows Update interruptions, and more efficient driver implementations. However, Windows is easier to set up and has better GUI tools for overclocking. For a single GPU, Windows is perfectly fine. For multi-GPU rigs, Linux (especially HiveOS or Ubuntu) is strongly recommended.
# nvidia-smi commands for Linux mining optimization
nvidia-smi -pl 150 # Set power limit to 150W
nvidia-smi -lgc 1800 # Lock core clock to 1800 MHz
nvidia-smi -lmc 5001 # Lock memory clock (if supported)
nvidia-smi --query-gpu=temperature.gpu,power.draw,clocks.gr,clocks.mem --format=csv -l 5
Bottom Line
For NVIDIA owners: Start with Ravencoin (KAWPOW) using T-Rex miner. It offers the best combination of profitability, liquidity, and community support. Groestlcoin is excellent if you prioritize power efficiency.
For AMD owners: Zcash (Equihash) and Ravencoin (KAWPOW) work well with TeamRedMiner or lolMiner. Vertcoin (Verthash) is another strong choice with excellent ASIC resistance.
For efficiency maximizers: Always undervolt. The 20-30% power savings with under 5% hashrate loss is the single most impactful optimization you can make. A well-tuned RTX 4070 can match an unoptimized RTX 4070 Ti in efficiency.
For adventurous miners: Karlsen (KLS) and Xelis (XEL) offer early-adopter opportunities with lower difficulty. Mine and hold for potential future appreciation. But never invest more than you can afford to lose.