Changes

From Ravencoin Wiki
Jump to navigationJump to search
1,936 bytes added ,  14:32, 27 March 2018
no edit summary
-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).
Failover script:
:MINE
ccminer-x64 -a x16r -o stratum+tcp://stratum.threeeyed.info:3333 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -i 20 -r 5
ccminer-x64 -a x16r -o stratum+tcp://miningpanda.site:3636 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -i 20 -r 3
ccminer-x64 -a x16r -o stratum+tcp://cryptopool.party:3636 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,,titanv -r 3
ccminer-x64 -a x16r -o stratum+tcp://yiimp.eu:3666 -u RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV -p c=RVN,titanv -i 20 -r 3
GOTO :MINE
-I 20 , Intensity
-g 2 ,or --g 2 , set threads pr gpu, can give higher hashrate if your cpu can handle it.
-d 0,1,2,3 , Devices specify what cards to use.
--config failover.conf load a config file
Failover config, make a file named failover.conf in the same folder as the bat file, with the following format, remember to add ' --config failover.conf ' in bat file : { "pools": [ { "name": "Raven minepool", "nfactor": "10", "algorithm": "x16r", "quota": "1;stratum+tcp://stratum.threeeyed.info:3333", "user": "RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV", "pass": "c=RVN,titanV" }, { "name": "Raven Yiimp", "nfactor": "10", "algorithm": "x16r", "quota": "1;stratum+tcp://yiimp.eu:3666", "user": "RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV", "pass": "c=RVN,titanV" }, { "name": "Raven three eyed", "nfactor": "10", "algorithm": "x16r", "quota": "1;stratum+tcp://minepool.com:3636", "user": "RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH.titanV", "pass": "c=RVN,titanV" } ], "api-port": "4028", "failover-only": true }Example bat file with configured failover: sgminer --config failover.conf --gpu-platform 1 -g 2 -I 19
== Helpful links: ==

Navigation menu