CryptoDredge 0.8.3-miner for NVIDIA video cards
CryptoDredge
Download
https://mega.nz/#!nGRzmS4S!0Ahp0IYigbPY ... aL2irafReA
(CUDA 9.1 version is available here)
Review
CryptoDredge is easy to use and the software for mining cryptocurrencies with a high degree of optimization. Thanks to unique optimization methods, the miner takes full advantage of the capabilities of modern NVIDIA graphics cards . We also pay great attention to stable energy consumption. These advantages, plus a small fee, make our product one of the best publicly-available miners.
Peculiar properties
Commission 1%
Performance
1080 Ti 1080 1070 1060 1050 Ti 1050
Allium Mh/s 9.7 - 10.5 7 - 7.4 5.3 - 5.7 3.6 - 3.8 2.2 - 2.4 2 - 2.3
Lyra2REv2 Mh/s 77 - 85 55 - 61 42 - 49 26 - 31 16.5 - 18 13.5 - 15
Lyra2z Mh/s 4.6 - 5 3.2 - 3.5 2.4 - 2.7 1.3 - 1.5 0.9 - 1 1 - 1.2
NeoScrypt kh/s 1740 - 1835 1330 - 1390 1220 - 1310 770 - 840 470 - 530 395 - 420
Phi2 Mh/s 8.6 - 9 6 - 6.4 4.6 - 5 3 - 3.3 1.9 - 2.1 1.7 - 2
Supported algorithms
Allium
Blake (2s)
Lyra2REv2
Lyra2z
NeoScrypt
PHI1612
Phi2
Skein
Skunkhash
Tribus
Quick start
Current version CryptoDredge is a (portable) console application. Unzip the downloaded archive and edit one of the files .bat/.sh or, pass the required arguments to the application through the command line.
Example:
Code:
CryptoDredge-a <ALGO> -o stratum+tcp:/ / <POOL> - u <WALLET_ADDRESS> -p <OPTIONS>
Command line argument
- v, --version Display version information
-a, --algo Specify hash algorithm
allium
blake2s
lyra2v2
lyra2v2-old (see paragraph Problem with Lyra2REv2)
lyra2z
neoscrypt
phi
phi2
skein
skunk
tribus
- d, --device Specify the list of devices used for mining. The identifiers are numbered with a comma of 0.1..., N-1
- h, --help Display help information
- i, --intensity mining Intensity (0-6) (default: 6)
-o, --url url the pool
- p, --pass Password / pool Options
- u, --user username for pool
--log to Output the log to a file
--no-color Turn off color
--no-watchdog Turn off watchdog — auto reboot miner in case of error
-- cpu-priority Set 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 disabled (default: 127.0.0.1: 4068)
- r, --retries number of attempts to restore network connection in case of error, 0 repeat indefinitely (default: 0)
- R, --retry-pause the pause Time between attempts, in seconds (default: 15)
-- timeout network Timeout, in seconds (default: 30)
System requirements
NVIDIA graphics cards with specification version 5.0 or higher
Latest GeForce driver
2 GB of RAM (4 GB recommended). Some algorithms, such as NeoScrypt, require virtual memory (paging file) of the same size as all graphics card memory.
Internet connection
Windows
Windows 7/8.1/10 (64-bit versions)
Visual C++ redistributable package for Visual Studio 2015
Linux
Ubuntu 14.04+, Debian 8+ (64-bit versions)
Libc-ares2 package. You can install the libc-ares2 package with the following command via the terminal: apt - get install libc-ares2
Fixing issues
Antivirus warnings
CryptoDredge is not part of malicious software. You can try adding a miner to antivirus exceptions.
Rejected by the balls
There are many reasons for rejected balloon. Main reason:
high network latency
overloaded pool
aggressive overclocking of video cards
Watchdog
If you use a third-party watchdog, you can disable it with the --no-watchdog option.
Example:
Code:
CryptoDredge-a <ALGO> -o stratum+tcp:/ / <POOL> - u <WALLET_ADDRESS> --no-watchdog
Problems with Lyra2REv2
If you have problems with the current implementation of Lyra2REv2 (lyra2v2), you can try lyra2v2-old.
Example:
Code:
CryptoDredge-a lyra2v2-old-o stratum+tcp: / / <POOL> -u <WALLET_ADDRESS>
Multiple instances after a while
It seems that you are using your own miner restart mechanism (see the Watchdog).