Bitcoin Forum
April 24, 2024, 07:47:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
Author Topic: CryptoDredge 0.27.0 — CUDA Miner  (Read 86007 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (2 posts by 1+ user deleted.)
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
August 03, 2018, 02:53:57 AM
Last edit: April 03, 2022, 06:45:13 PM by cryptodredge
Merited by xandry (5), CjMapope (5), suchmoon (4), spider703 (1), VoskCoin (1), Saphire (1), styleshifter (1), Opay.Jr (1)
 #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 <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
-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: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 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 <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.

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

Direct links
Old topic
Telegram Channel
Discord

CryptoDredge: ‎NVIDIA GPU Miner
1713988078
Hero Member
*
Offline Offline

Posts: 1713988078

View Profile Personal Message (Offline)

Ignore
1713988078
Reply with quote  #2

1713988078
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xyburcoin
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
August 03, 2018, 07:35:46 AM
 #2

Thanks

Life is ours, we live it our way.
MATHReX
Sr. Member
****
Offline Offline

Activity: 861
Merit: 281


View Profile
August 03, 2018, 07:23:06 PM
 #3

Finally an update!
Been waiting for lyra2z to be compatible with 1080ti and 1080s.
cryptoteh
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
August 04, 2018, 07:53:30 AM
 #4

How to set the intensity of the first graphics card 3 and the second 6?
cryptodredge (OP)
Member
**
Offline Offline

Activity: 157
Merit: 19


View Profile WWW
August 04, 2018, 09: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 <ALGO> -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> -p <OPTIONS> -d 0 -i 3
Code: (second.bat)
CryptoDredge -a <ALGO> -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> -p <OPTIONS> -d 1

CryptoDredge: ‎NVIDIA GPU Miner
S_Natural
Member
**
Offline Offline

Activity: 154
Merit: 11


View Profile
August 04, 2018, 07:46:37 PM
 #6

Give X16R a shot man  Wink

jebidia
Jr. Member
*
Offline Offline

Activity: 161
Merit: 1


View Profile
August 04, 2018, 10:20:02 PM
Last edit: August 04, 2018, 10:31:34 PM by jebidia
 #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

jyakulis
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250


J


View Profile
August 05, 2018, 01:12:16 AM
 #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.

bitcoin address: 35CezzikPXjx4QmTgpeU3ByQ42s8mVcbaF
sadk3005
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
August 05, 2018, 04: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?
Zheko87
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
August 05, 2018, 09:37:07 AM
 #10

Anyone test these miner and last z-enemy on phi2/lyra2z? Which one better?
sadk3005
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
August 05, 2018, 09:53:17 AM
 #11

On phi2 in my rig (2x1070+3x1080ti) - CryptoDredge 0.8.0a little faster.
Mr.Spider703
Member
**
Offline Offline

Activity: 392
Merit: 27

http://radio.r41.ru


View Profile WWW
August 05, 2018, 10:44:39 AM
 #12

version 0.8.1 very cool, you guys are super
lyra2z +10%
phi2 + 11.5%

magic?Huh
jyakulis
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250


J


View Profile
August 05, 2018, 11:17:03 AM
Last edit: August 05, 2018, 11:29:11 AM by jyakulis
 #13

Nice bump for me from T-Rex. I switched over at 21:00

https://imgur.com/gallery/TocpTBb

Thanks CryptoDredge!

bitcoin address: 35CezzikPXjx4QmTgpeU3ByQ42s8mVcbaF
sidog
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
August 05, 2018, 12:00:52 PM
 #14

version 0.8.1 very cool, you guys are super
lyra2z +10%
phi2 + 11.5%

magic?Huh


where can i download 0.8.1?   All the links I can find shows 0.8 as the latest.
Mr.Spider703
Member
**
Offline Offline

Activity: 392
Merit: 27

http://radio.r41.ru


View Profile WWW
August 05, 2018, 12:02:06 PM
 #15

version 0.8.1 very cool, you guys are super
lyra2z +10%
phi2 + 11.5%

magic?Huh


where can i download 0.8.1?   All the links I can find shows 0.8 as the latest.
This is beta version on github
sadk3005
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
August 05, 2018, 03:43:00 PM
 #16

version 0.8.1 very cool, you guys are super
lyra2z +10%
phi2 + 11.5%

magic?Huh


where can i download 0.8.1?   All the links I can find shows 0.8 as the latest.
This is beta version on github


Can you give us a link?
valsens
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 05, 2018, 03:49:35 PM
 #17

https://github.com/CryptoDredge/beta/releases
Vispilio
Legendary
*
Online Online

Activity: 2044
Merit: 1603



View Profile WWW
August 05, 2018, 05:32:02 PM
 #18

hi, so for 1080 TI's what overclock settings on MSI would you recommend for the most stable performance with Crypto Dredge ?..

dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
August 05, 2018, 06:17:53 PM
 #19

Your performance figures on Neoscrypt are a little optimistic...

Using latest nVidia drivers, I get 1230 Mh/s on my 1080's at +110/+500 (vs 1330-1390 advertised above). Intensity at default (6).
jebidia
Jr. Member
*
Offline Offline

Activity: 161
Merit: 1


View Profile
August 05, 2018, 06:38:54 PM
 #20

CD .6 and up are no longer working on PHI2 after fork...please advise
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!