Post
Topic
Board Mining (Altcoins)
Re: CryptoDredge 0.9.2 — NVIDIA GPU Miner
by
Scardigne
on 20/10/2018, 02:05:04 UTC
CryptoDredge



Downloads
Windows Download (CUDA 9.2 version)
Linux Download (CUDA 9.2 version)
Mirror on GitHub (CUDA 9.1/9.2/10.0 version)

Overview
CryptoDredge is a simple in use and highly optimized cryptocurrency mining software. It takes full advantage of modern NVIDIA graphics cards through the use of unique optimization techniques. We have also devoted great attention to stable power consumption. These benefits, along with the very small developer fee, make our product one of the best publicly available miners.

Features
Developer fee is 1%

Performance
    1080 Ti        1080        1070 Ti         1070          1060         1050 Ti        1050     
AlliumMh/s  11.6 - 12.0    8.1 - 8.4    7.3 - 7.6    4.5 - 4.7    2.8 - 3.0    2.2 - 2.4
Lyra2REv2Mh/s      79 - 82      56 - 59      50 - 52      44 - 47      26 - 30      17 - 18  13.5 - 14.5
Lyra2zMh/s    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  2050 - 2150  1450 - 1500  1420 - 1480  1220 - 1280    770 - 840    480 - 520    390 - 420
Phi2Mh/s  10.2 - 10.5    7.3 - 7.6    6.4 - 6.6    3.9 - 4.1    2.5 - 2.7    2.1 - 2.2
TribusMh/s         ~155         ~110          ~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

Supported Algorithms
  • Allium
  • Blake2s
  • CryptoLightV7    (Aeon)
  • CryptoNightFast  (Masari)
  • CryptoNightHaven
  • CryptoNightHeavy
  • CryptoNightSaber (Bittube)
  • CryptoNightV7    (Monero)
  • Lbk3
  • Lyra2REv2
  • Lyra2z
  • NeoScrypt
  • Phi1612
  • Phi2
  • Skein
  • Skunkhash
  • Stellite
  • Tribus

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:
Code:
CryptoDredge -a -o stratum+tcp:// -u -p

Command-Line Arguments
-v, --version Print version information
-a, --algo Specify algorithm to use
  • aeon
  • allium
  • blake2s
  • cnfast
  • cnhaven
  • cnheavy
  • cnsaber
  • cnv7
  • lbk3
  • lyra2v2
  • lyra2v2-old (see the Lyra2REv2 Issues item)
  • lyra2z
  • neoscrypt
  • phi
  • phi2
  • skein
  • skunk
  • stellite
  • tribus
-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 - 6). For example: -i N[,N] (default: 6)
-o, --url URL of mining pool
-p, --pass Password/Options for mining pool
-u, --user Username for mining pool
--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 (TCP)
  • ccminer-ws (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: 30)
-c, --config JSON configuration file to use

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

Windows

Linux
  • Ubuntu 14.04+, Debian 8+ (64-bit versions)
  • Package libc-ares2. Installing libc-ares2 package is as easy as running the following command on terminal: apt-get install libc-ares2

Troubleshooting

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:
Code:
CryptoDredge -a -o stratum+tcp:// -u --no-watchdog

Lyra2REv2 Issues
In case if you have issues with the current implementation of Lyra2REv2 (lyra2v2), you might want to try lyra2v2-old.
Example:
Code:
CryptoDredge -a lyra2v2-old -o stratum+tcp:// -u

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

Contact
If you have problems, questions, ideas or suggestions, please contact us by posting to cryptodredge@gmail.com

Web Site
Visit the CryptoDredge web site for the latest news and downloads: https://cryptodredge.org/

Direct links
Toпик нa pyccкoм
Old topic
Telegram Channel
Telegram Group
Discord


will you support cuda 10?