CryptoDredge v0.9.4: Download optimized Nvidia GPUs miner

CryptoDredge v0.11.0


Overview

CryptoDredge is an easy-to-use and highly optimized cryptocurrency software. It makes full use of modern NVIDIA graphics cards using unique optimization techniques. We also pay great attention to sustainable energy consumption. These benefits, along with a very small development fee, make our product one of the best public miners.

GitHub CryptoDredge: https://github.com/CryptoDredge

Feature

Developer fee is 1%

Performance

      2080       1080 Ti      1080      1070 Ti        1070        1060       1050 Ti      1050    
AlliumMh/s 12.2 - 12.6 11.9 - 12.3   9.1 - 9.4    7.7 - 8.0   4.6 - 4.8   2.9 - 3.1   2.3 - 2.5
BcdMh/s     31 - 33   30 - 31.5     22 - 24      17 - 18     10 - 11   6.5 - 7.0   5.5 - 6.0
Lyra2REv2Mh/s     86 - 89     79 - 82     56 - 59     50 - 52     44 - 47     26 - 30     17 - 18 13.5 - 14.5
Lyra2zMh/s   5.5 - 5.7   5.8 - 6.1   4.1 - 4.3   4.0 - 4.2   3.5 - 3.8   2.1 - 2.4   1.3 - 1.5   1.1 - 1.2
NeoScryptkh/s 2200 - 2300 2050 - 2150 1450 - 1500 1420 - 1480 1220 - 1280   770 - 840   480 - 520   390 - 420
PhiMh/s     46 - 48     44 - 46     33 - 35      25 - 27     15 - 16      9 - 10   7.5 - 8.5
Phi2Mh/s 11.3 - 11.6 10.2 - 10.5   7.3 - 7.6    6.4 - 6.6   3.9 - 4.1   2.5 - 2.7   2.1 - 2.2
PolytimosMh/s 52.5 - 54.5     53 - 55     40 - 42    30 - 31.5   17 - 18.5     11 - 12      9 - 10
SkunkMh/s     67 - 69     64 - 66     48 - 50      35 - 37     21 - 22     13 - 14     10 - 11
TribusMh/s        ~160        ~150        ~115          ~85         ~50         ~32         ~26
     1080 Ti      1080        1070        1060       1050 Ti      1050    
Aeonh/s        ~1630        ~1100        ~1320         ~920         ~690         ~630
CryptoNightFasth/s        ~1590        ~1060        ~1270         ~875         ~650         ~590
CryptoNightHeavyh/s         ~990         ~670         ~760         ~500         ~370         ~340
CryptoNightV7h/s         ~820         ~555         ~660         ~460         ~345         ~315

QuickStart

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

Example:

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

Command-Line Arguments

-v--version Print version information

-a--algo Specify algorithm to use

  • argon2d-dyn
  • argon2d-nim
  • argon2d4096
  • chukwa2
  • chukwa
  • cnconceal
  • cngpu
  • cnhaven
  • cnheavy
  • cnturtle
  • cnupx2
  • ethash
  • firopow
  • kawpow

-d--device List of comma-separated device IDs to use for mining. IDs are numbered 0,1…,N – 1

-h--help Print help information

-i--intensity Mining intensity (0.0 – 8.0). For example: -i N[,N] (default: 6)

-o--url URL of mining pool

-p--pass Password/Options for mining pool

-w--worker Worker name

-u--user Username for mining pool

-x--proxy Connecting through a proxy. Syntax: protocol://[user:password@]proxyhost[:port]. For example: -x socks5://proxyuser:12345@127.0.0.1:1080. Supported proxy types: Socks5 for TCP connections, HTTP for Websocket connections

--cert Path to the mining pool server certificate file. Used for stratum+ssl connections, must contain the full certificate chain. If not specified, the server certificate is not verified, but the connection remains secure

--sni Enable SNI (Server Name Indication) for stratum+ssl connections

--log Log output to file

--no-color Force color off

--no-watchdog Force watchdog off

--no-crashreport Force crash reporting off

--cpu-priority Set process priority in the range 0 (low) to 5 (high) (default: 3)

--api-type Specify API type to use (default: ccminer-tcp)

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

-b--api-bind IP:port for the miner API, 0 disabled (default: 127.0.0.1:4068)

-r--retries N number of times to retry if a network call fails, -1 retry indefinitely (default: -1)

-R--retry-pause N time to pause between retries, in seconds (default: 15)

--timeout N network timeout, in seconds (default: 300)

-c--config JSON configuration file to use (default: config.json)

--no-nvml Force NVML off

--hashrate Expected hashrate in kh/s (argon2d-nim only) (default: 100)

--optimizer Run optimizer, currently for argon2d-nim only (default: off)

  • auto (Run if gpu.json does not exist)
  • force (Run always)
  • off

--temperature-limit GPU limit temperature, 0 disabled (default: 0)

--temperature-start GPU resume temperature, 0 disabled (default: 0)

System Requirements

  • NVIDIA GPUs with Compute Capability 5.0 or above
  • Latest GeForce driver
  • 2 GB RAM (4 GB recommended). Some algorithms require the virtual memory (swap file) with the same size as all of the GPU’s memory.
  • Internet connection

Windows

  • Windows 10 (64-bit versions)

Linux

  • Ubuntu 18.04+, Debian 10.0+ (64-bit versions)

Notes

Antivirus Software Reports

CryptoDredge is not a piece of malicious software. You may try to add an exception in antivirus software you use.

Rejected Shares

There are many reasons for rejected shares. The primary reasons are:

  • high network latency
  • overloaded mining server
  • aggressive graphics card overclocking

Watchdog

If you are using a third-party watchdog, you can disable the built-in watchdog by using --no-watchdog option.

Example:

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

Several Instances After a While

It seems that you are using an own restart mechanism of CryptoDredge (see the Watchdog item).

Crash Reporting

If the built-in watchdog is enabled then CryptoDredge will generate and send us the report. You can disable error reporting with --no-crashreport option. Allowing CryptoDredge to send us automatic reports helps us prioritize what to fix and improve in the future versions.

Crash reports won’t include any personal information about you, but they might include:

  • Operating System version
  • Driver version
  • Miner configuration
  • Application crash data

Argon2d (NIM) Algorithm

If you encounter many “invalid share: invalid pow” errors from the pool, set --hashrate option to calculate the start difficulty.

Other versions of the miner:

Full list of available versions:

https://crazy-mining.org/tags/cryptodredge/

Read more articles about cryptocurrencies and mining at CRAZY-MINING.ORG

Do you like to read similar articles about cryptocurrencies and mining, do you want to support me as an author or ask questions? Be the first to know the news, subscribe to my telegram channel CRYPTO WIKIES