Changes

From Ravencoin Wiki
Jump to navigationJump to search
754 bytes added ,  06:12, 6 April 2018
common flags -u -p
Make sure you're downloading software from trusted sources. There have been reports of some miners possibly including malware, whilst this isn't confirmed it's down to you to exercise caution installing anything on your machines. The GitHub links to Ravencoin, MSFTserver and brians miners have been used by lots in the community and are generally trusted
 
 
Common flags for both sgminer & ccminer:
-u login/wallet , On pools with registation ie Suprnova.cc we use our register account here with the following syntax; -u LOGIN.workername . Pools were we use our wallet as login, the syntax is similare -u WALLET.rigname. It is considered best practices to only use letters and numbers, no whitespace or special chars.
-p x , password/options, on pools with registerd user this is your password field ie Suprnova.cc. Pools with wallet as user name, we can often set options her, like c=RVN specifies coin, d=16 sets stratum (start on some)difficulty, and rigname. Seperate the different options with a comma. It is considered best practices to only use letters and numbers, no whitespace or special chars.
 
== Nvidia cards ccminer: ==
-q , --quiet disable per-thread hashmeter output
-r 5 , --retries=N number of times to retry if a network call fails (default: retry indefinitely) Needed for simple failover script.
-i 20 , --intensity=N[,N] GPU threads per call 8-25 (2^N + F, default: 0=auto) Decimals and multiple values are allowed for fine tuning.
-d 0,1,2,3 , --devices gives a comma separated list of CUDA device IDs to operate on. Device IDs start counting from 0! Alternatively give string names of your card like gtx780ti or gt640#2 (matching 2nd gt640 in the PC).
[https://github.com/brian112358/nevermore-miner/blob/linux/README.txt All the flags for ccminer/nevermore]

Navigation menu