Skip to content

CRYPTO MINING BLOG

Your guide to cryptocurrency mining

Primary Menu
  • CRYPTOCURRENCY
    • NEWS
    • WALLETS
    • INVESTING
    • TRADING
  • MINING
    • CRYPTO MINERS (SOFT)
    • ASIC MINING
    • GPU MINING
      • AMD GPU MINING
      • NVIDIA GPU MINING
    • CPU MINING
    • FPGA MINING
  • SOFTWARE
    • CRYPTOCURRENCY WALLETS
    • CRYPTOCURRENCY MINERS
    • TOOLS & UTILITIES
    • TRADING BOTS
    • FLASHING GPU
    • DRIVERS
    • SOFTWARE & FIRMWARE ASIC (ANTMINER)
    • NEW RELEASES
  • REVIEWS
  • GUIDES
  • NEWS

CryptoDredge v0.21.0 (NVIDIA GPU Miner): Download for Windows/Linux.

  • CRYPTO MINING BLOG
  • Nov 26, 2019
  • 2 Comments So far
  • CryptoDredge, CryptoDredge, Download CryptoDredge, Download CryptoDredge
  • Cryptocurrency Miners | Cryptocurrency Mining | Guide | Mining on NVIDIA GPU | Review | Software
CryptoDredge v0.21.0 (NVIDIA GPU Miner): Download for Windows/Linux.

GitHub: Download CryptoDredge v0.21.0

CryptoDredge v0.21.0 (NVIDIA GPU Miner) is an easy to use and highly optimized GPU miner. Thanks to unique optimization methods, the miner makes full use of the capabilities of modern NVIDIA graphics cards. CryptoDredge also pays great attention to stable power consumption. These advantages, as well as a small commission (Dev Fee – 1%, 2% for MTP), make this software one of the best public miners.

Changes v0.21.0

  • New Chukwa algorithm (Argon2-512)
  • Added new Chukwa WRKZ algorithm (Argon2-256)
  • New CryptoNightConceal Algorithm
  • Add stratum + ssl support for secure pool connections
  • Add SOCKS5 and HTTP proxy support for TCP and Websocket connections respectively
  • Several fixes and improvements

System requirements

  • NVIDIA Graphics Cards with Specification Version 5.0 or Higher
  • MTP requires cards with at least 5 GB of memory.
  • Latest GeForce Driver
  • 2 GB of RAM (4 GB recommended). Some algorithms, such as NeoScrypt, require a virtual memory (swap file) of the same size as the entire memory of video cards.
  • Internet connection

Windows

  • Windows 7 / 8.1 / 10 (64-bit)
  • Visual C++ for Visual Studio 2015 (https://www.microsoft.com/en-US/download/details.aspx?id=48145)

Linux

  • Ubuntu 14.04+, Debian 8+ (64-bit)
  • Libc-ares2 package You can install the libc-ares2 package using the following command through the terminal: apt-get install libc-ares2

Supported Algorithms

  • Allium
  • Argon2d (250/4096/DYN/NIM)
  • BCD
  • BitCore
  • CryptoLightV7 (Aeon)
  • CryptoNightFastV2 (Masari and Stellite)
  • CryptoNightGPU
  • CryptoNightHaven
  • CryptoNightHeavy
  • CryptoNightSaber (Bittube)
  • CryptoNightTurtle
  • CryptoNightV8
  • Cuckaroo29 (Grin)
  • CuckooCycle (Aeternity)
  • HMQ1725
  • Lyra2REv3
  • Lyra2vc0ban
  • Lyra2z
  • Lyra2zz (LAPO)
  • MTP (see paragraph MTP algorithm)
  • NeoScrypt
  • Phi2
  • Pipe
  • Skunkhash
  • Tribus
  • X16R
  • X16RT
  • X16S
  • X17
  • X21S
  • X22i

Fast start

The current version of CryptoDredge is a (portable) console application. Unzip the downloaded archive and edit one of the .bat / .sh files or pass the necessary arguments to the application via the command line.

Example: Code:CryptoDredge -a <ALGO> -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> -p <OPTIONS>

Additionally

Antivirus alerts

CryptoDredge is not part of the malware. You can try adding miner to antivirus exceptions.

Rejected Balls

There are many reasons for a rejected ball. Main reasons:

  • high network latency
  • overloaded pool
  • aggressive overclocking of video cards

Watchdog

If you use a third-party watchdog, you can disable the built-in option –no-watchdog.

Example: Code:CryptoDredge -a <ALGO> -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> --no-watchdog

Multiple instances after a while

It seems that you are using your own miner restart mechanism (see Watchdog point).

Bug reports

When the built-in Watchdog is on, the miner will send us error reports in case of a crash. You can disable automatic sending of reports using the –no-crashreport parameter. Bug reports help us prioritize and track the most pressing issues.

Error reports will not contain any personal information about you, but they may include:

  • Operating system version
  • Driver version
  • Miner configuration
  • Crash dump

MTP algorithm

System requirements:

  • Video cards with a minimum of 5 GB of memory
  • There are no special requirements for the processor and RAM, 4 GB should be enough

By Compared to other algorithms, MTP requires the transfer of large volumes data per pool. This can be a problem for limited or slow connections.

Miner must perform additional work every time the pool sends a new “job”, so the average the hash rate will be slightly less.

For MTP commission 2%

Argon2d (NIM) algorithm

If you encounter a lot of “invalid share: invalid pow” errors, set the –hashrate option to calculate the initial complexity.

https://www.youtube.com/watch?v=MhkwSYK3h1s

Command line arguments

-v, –version Display version information -a, –algo Specify a hash algorithm

  • aeon
  • aeternit
  • alliu
  • argon2d-dy
  • argon2d-nim
  • argon2d25
  • argon2d409
  • bc
  • bitcor
  • cnfast
  • cngp
  • cnhave
  • cnheav
  • cnsabe
  • cnturtl
  • cnv
  • cuckaroo2
  • hmq172
  • lyra2v
  • lyra2vc0ba
  • lyra2
  • lyra2zz
  • mt
  • neoscryp
  • phi
  • pip
  • skun
  • tribu
  • x16
  • x16r
  • x16
  • x1
  • x21
  • x22i

-d, –device Specify a list of devices used for mining. Identifiers are numbered with a comma 0,1 …, N – 1 -h, –help Display help information -i, –intensity Mining intensity (0 – 6). For example: -i N [, N] (default: 6) -o, –url pool URL -p, –pass Password / Parameters for the pool -u, –user Username for the pool –log Print a log to a file –no-color Turn off color –no-watchdog Turn off watchdog – automatic miner reboot in case of error –no-crashreport Do not send an error report –cpu-priority Set the process priority from 0 (low) to 5 (high) (default: 3) –api-type Specify API type (default: ccminer-tcp)

  • ccminer-tcp (TCP)
  • ccminer-ws (WebSocket)
  • off

-b, –api-bind IP: port for miner API, 0 is disabled (default: 127.0.0.1:4068) -r, –retries The number of attempts to restore a network connection in case of an error, -1 repeat endlessly (default: -1) -R, –retry-pause Pause time between attempts, in seconds (default: 15) –timeout Network timeout, in seconds (default: 300) -c, –config JSON configuration file (default: config.json) –no-nvml Turn off NVML –hashrate Expected hashrate in kh / s (argon2d-nim only) (default: 100)

  • What awaits Bitcoin after the 2024 halving?

    What awaits Bitcoin after the 2024 halving?

  • How to create, use Kaspa Wallet

    How to create, use Kaspa Wallet

  • BTCTools v1.3.1: Download, ip-scanner, overclocking for Windows

    BTCTools v1.3.1: Download, ip-scanner, overclocking for Windows

Recommended Related Articles:

  • NoDevFee (NoFee) – How to disable commission in the miner
  • SRBMiner-MULTI 0.2.0 – miner for CPU and GPUs AMD / Nvidia (Download and Configure)
  • Download XMRig 5.5.0 – miner for CPU and GPU (AMD / Nvidia)
  • How to mine Monero (XMR) on RandomX algorithm
  • Configuring AMD Radeon VEGA 56/64 for mining
  • OhGodAnETHlargementPill (EthlargementPill) – increased hashrate in mining GPU NVIDIA

If you like to read such articles and want to support the author, then you can subscribe to our telegram channel and recommend us to your friends, this will help a lot to support our project! Telegram: CRYPTO WIKIES | Bitcoin & Altcoins Mining

Be the first to know all the news, read more about cryptocurrencies and mining at CRYPTO-MINING.BLOG.

Read more:

CryptoDredge 0.26.0: Nvidia майнер CryptoNight, KawPow, MTP, Chukwa, Argon2dCryptoDredge 0.26.0: Download Nvidia miner CryptoNight, KawPow, MTP, Chukwa, Argon2d CryptoDredge v0.23.0: Cryptonight, CuckooCycle, Heavy, MTP, Cuckaroo, BitcoreCryptoDredge v0.23.0: Nvidia GPU miner CryptoNight, CuckooCycle, Heavy, MTP, Cuckaroo, Bitcore. T-Rex Miner 0.12.1 (Nvidia GPU): Download for Windows & Linux. TT-Miner 3.2.2 NoFee (NoDevFee): Nvidia & AMD GPU minerTT-Miner v3.2.2 (NVIDIA GPU miner): Download for Windows & Linux. NBMiner v27.7: Nvidia & AMD GPU Miner (Download for Windows)NBMiner v27.7 (Nvidia/AMD): Download and Configure for Windows & Linux. GMiner v1.52 Equihash/ CuckooCycle (AMD / Nvidia GPUs miner)GMiner v1.52 (AMD/Nvidia): Download for Windows & Linux. XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux T-REX NVIDIA Miner 0.13.0: Скачать и НастроитьT-Rex 0.13.0: Nvidia GPU Miner [Download for Windows] Download and configure PhoenixMiner 4.2a (AMD NVIDIA GPUs Miner)PhoenixMiner 4.8c (AMD & NVIDIA): Download Ethash miner for Windows & Linux. Xmrig 2.14.5 (AMD & Nvidia GPU Miner)Xmrig 2.14.5 AMD & Nvidia GPU Miner (Download and Configure)
CRYPTO MINING BLOG
Founder & CEO

Previous post

Download SRBMiner-CN v1.9.3 (AMD GPU Miner)

Next post

Claymore Dual v14.7 AMD+NVIDIA GPU Miner (Download and Configure)

2 Comments So far

Please Post Your Comments & Reviews
Cancel reply

Your email address will not be published. Required fields are marked *

  • USD
  • EUR
  • GPB
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $104,297.75-0.24%
  • ethereumEthereum(ETH)
    $2,496.77-1.90%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.00-0.02%
  • rippleXRP(XRP)
    $2.14-1.33%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • binancecoinBNB(BNB)
    $650.55-1.26%
  • solanaSolana(SOL)
    $152.17-2.54%
  • usd-coinUSDC(USDC)
    $1.00-0.05%

  • TeamRedMiner v0.6.1: Download AMD GPU miner Ethash, MTP, CryptoNight
    26.8k views
  • ATIKMDAG PATCHER v1.4.14: Download AMD/ATI Pixel Clock for Windows
    14.9k views
  • Nvidia Mining Driver v470.05 GeForce RTX 3060 – Unlock Mining Ethereum
    7.2k views
  • OverdriveNTool 0.2.7: Download and Configure AMD GPU Overclocking Software
    5.6k views
  • PolarisBiosEditor 3 PRO: Modify AMD GPU BIOS (Download PBE Crack)
    5.5k views
  • Setting up AMD Radeon VEGA 56/64 for cryptocurrency mining
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows/Linux/MacOS
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows
    4.7k views
  • SRBPolaris v3.5: Download BIOS Editor AMD GPUs for Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux) – How to flash the BIOS of GPUs NVIDIA?
    2.9k views
  • OhGodAnETHlargementPill: How to increase hashrate in mining on NVIDIA
    2.7k views
  • AMD Blockchain Driver: Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • CPUMINER-OPT v3.8.4: Download Fast CPU Miner for Windows
    2.6k views
  • ATIFlash & AMD VBFlash 2.93: Download BIOS Flashing Tool for AMD GPUs
    2.5k views
  • XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • English
  • Russian