Changes

From Ravencoin Wiki
Jump to navigationJump to search
582 bytes added ,  11:12, 18 April 2018
m
conf file for ccminer
-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).
-c, --config=FILE load a JSON-format configuration file can be from an url with the http:// prefix
[https://github.com/brian112358/nevermore-miner/blob/linux/README.txt All the flags for ccminer/nevermore]
or in one line:
ccminer -a x16r -o stratum+tcp://miningpanda.site:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -o stratum+tcp://cryptopool.party:3636 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -o stratum+tcp://yiimp.eu:3666 -u RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT.titanV -p c=RVN,titanv -i 20 -N 600
 
or in a config file:
{
"_note": "Failover 2 pools",
"pools": [{
"name": "Panda",
"url": "stratum+tcp://miningpanda.site:3636",
"user": "RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT",
"pass": "TeslaV100"
},
{
"name": "PickAxe",
"url": "stratum+tcp://rvn.pickaxe.pro:3636",
"user": "RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT",
"pass": "TeslaV100"
}
],
"algo": "x16r",
"intensity": "19",
"api-bind": "127.0.0.1",
"api-remote": false
}

Navigation menu