Changes

From Ravencoin Wiki
Jump to navigationJump to search
15 bytes added ,  06:15, 6 April 2018
m
typos
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 Brian's 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 similar -u WALLET.rigname. It is considered best practices to only use letters and numbers, no whitespace white space or special chars. -p x , password/options, on pools with registerd registered 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 Separate the different options with a comma. It is considered best practices to only use letters and numbers, no whitespace white space or special chars. -p c=RVN,titanv
Failover script:
:MINE
ccminer -a x16r -o stratum+tcp://stratum.threeeyed.info:3333 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -i 20 -r 5 -N 600 ccminer -a x16r -o stratum+tcp://miningpanda.site:3636 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -i 20 -r 3 -N 600 ccminer -a x16r -o stratum+tcp://cryptopool.party:3636 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -r 3 -N 600
ccminer -a x16r -o stratum+tcp://yiimp.eu:3666 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,titanv -i 20 -r 3 -N 600
GOTO :MINE

Navigation menu