Pages:
Author

Topic: CryptoDredge 0.27.0 — CUDA Miner - page 47. (Read 85990 times)

newbie
Activity: 172
Merit: 0
August 05, 2018, 05:37:07 AM
#10
Anyone test these miner and last z-enemy on phi2/lyra2z? Which one better?
newbie
Activity: 85
Merit: 0
August 05, 2018, 12:23:10 AM
#9
Using 0.8.0 with 3 1080ti's.

See the screen grab.   Cards a showing 8.3 each but the total is 23.9???     8.3 x 3 = 24.9    Where is the over 4% going? Or is there just a math issue on the latest version?


https://imgur.com/KizF1zP

https://imgur.com/KizF1zP




Tell me please, what settings you have on 1080ti for so low temperature?
sr. member
Activity: 468
Merit: 250
J
August 04, 2018, 09:12:16 PM
#8
working for me....seems like a nice bump so far. also, confirmed showing up pool side.

I'll report back after a 12 hour test.
jr. member
Activity: 161
Merit: 1
August 04, 2018, 06:20:02 PM
#7
Using 0.8.0 with 3 1080ti's.

See the screen grab.   Cards a showing 8.3 each but the total is 23.9???     8.3 x 3 = 24.9    Where is the over 4% going? Or is there just a math issue on the latest version?




https://imgur.com/KizF1zP

member
Activity: 154
Merit: 11
August 04, 2018, 03:46:37 PM
#6
Give X16R a shot man  Wink
member
Activity: 157
Merit: 19
August 04, 2018, 05:21:35 AM
#5
How to set the intensity of the first graphics card 3 and the second 6?
No way. As a workaround for this issue, you might use a few CryptoDredge instances with -d option.
e.g.:
Code: (first.bat)
CryptoDredge -a -o stratum+tcp:// -u -p -d 0 -i 3
Code: (second.bat)
CryptoDredge -a -o stratum+tcp:// -u -p -d 1
newbie
Activity: 34
Merit: 0
August 04, 2018, 03:53:30 AM
#4
How to set the intensity of the first graphics card 3 and the second 6?
sr. member
Activity: 861
Merit: 281
August 03, 2018, 03:23:06 PM
#3
Finally an update!
Been waiting for lyra2z to be compatible with 1080ti and 1080s.
full member
Activity: 210
Merit: 100
August 03, 2018, 03:35:46 AM
#2
Thanks
member
Activity: 157
Merit: 19
August 02, 2018, 10:53:57 PM
#1
CryptoDredge



Downloads
https://cryptodredge.org/download/windows/11.4/latest
https://cryptodredge.org/download/linux/11.4/latest
Mirror on GitHub

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.

Devfee
Developer fee is 1%

Supported Algorithms
  • Argon2d (4096/DYN/NIM)
  • Chukwa (Argon2-512)
  • Chukwa-v2
  • CryptoNightConceal
  • CryptoNightGPU
  • CryptoNightHaven
  • CryptoNightHeavy
  • CryptoNightTurtle
  • CryptoNightUPX
  • Ethash
  • FiroPoW
  • KawPow

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
  • 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
-u, --user Username for mining pool
-w, --worker Worker name
-x, --proxy Connecting through a proxy. Syntax: protocol://[user:password@]proxyhost[:port]. For example: -x socks5://proxyuser:[email protected]:1080. Supported proxy types: Socks5 for TCP connections, HTTP for Websocket connections.
--cert Path to the mining pool server certificate file for stratum+ssl connections. If not specified, the server certificate is not verified, but the connection remains secure.
--sni Enable SNI (Server Name Indication) for the pool connection
--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
--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: auto)
  • 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.
  • MTP require graphics card with at least 5Gb memory.
  • 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:
Code:
CryptoDredge -a -o stratum+tcp:// -u --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.

Contact
If you have problems, questions, ideas or suggestions, please contact us by posting to [email protected]

Direct links
Old topic
Telegram Channel
Discord
Pages:
Jump to: