scryptr
Legendary
Offline
Activity: 1797
Merit: 1028
|
|
June 20, 2016, 09:43:36 PM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 20, 2016, 09:48:19 PM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr Thx scryptr....I have alot going on and I forgot.
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 20, 2016, 09:55:20 PM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr That's with an unoptimized CPU miner. If you want to co-mine with the CPU you could try cpuminer-opt. It does quark at 1.2 MH/s on a i7-6700K. But I prefer to mine more CPU friendly algos.
|
|
|
|
scryptr
Legendary
Offline
Activity: 1797
Merit: 1028
|
|
June 20, 2016, 10:29:25 PM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr That's with an unoptimized CPU miner. If you want to co-mine with the CPU you could try cpuminer-opt. It does quark at 1.2 MH/s on a i7-6700K. But I prefer to mine more CPU friendly algos. I CO-MINE WITH CPUMINER-OPT-- I run 6 threads. BUT, the "-C" flag allows the cpu to assuust/boost the performance of the gpu hash rate. If you want a better explanation, you will have to ask sp_ . In simple English, ccminer gets a better hash rate with the "-C" flag set at launch. Results depend on the algo and hardware. I use the flag in all of my launch lines. And, I am usually runnning CPUminer-Opt at the same time, with only a small reduction in hash rate for both miners. --scryptr
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 21, 2016, 02:13:38 AM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr That's with an unoptimized CPU miner. If you want to co-mine with the CPU you could try cpuminer-opt. It does quark at 1.2 MH/s on a i7-6700K. But I prefer to mine more CPU friendly algos. I CO-MINE WITH CPUMINER-OPT-- I run 6 threads. BUT, the "-C" flag allows the cpu to assuust/boost the performance of the gpu hash rate. If you want a better explanation, you will have to ask sp_ . In simple English, ccminer gets a better hash rate with the "-C" flag set at launch. Results depend on the algo and hardware. I use the flag in all of my launch lines. And, I am usually runnning CPUminer-Opt at the same time, with only a small reduction in hash rate for both miners. --scryptr We were both wrong, I looked at the code. -C actually has nothing to do with CPU mining, it only changes how the CPU and GPU are synchronized. It is not implemented in other forks as it is selected automatically when appropriate.
|
|
|
|
scryptr
Legendary
Offline
Activity: 1797
Merit: 1028
|
|
June 21, 2016, 05:06:53 AM |
|
Could someone plz tell me what - C does... I looked in the readme file and its not there. Thx.
CPU MINING-- The "-C" command line flag enables the "CPU Mining" boost in sp_ 's branch of ccminer. It makes a big difference in hash rate for some algos, as the cpu is assisting the gpu in processing the data. I remember chatting at you about it before. As far as I know, sp_ 's branch is the only one that uses this fllag. It increased my Quark hash rate about 500kh/s to 11.5MH/s with my GTX 960. --scryptr That's with an unoptimized CPU miner. If you want to co-mine with the CPU you could try cpuminer-opt. It does quark at 1.2 MH/s on a i7-6700K. But I prefer to mine more CPU friendly algos. I CO-MINE WITH CPUMINER-OPT-- I run 6 threads. BUT, the "-C" flag allows the cpu to assuust/boost the performance of the gpu hash rate. If you want a better explanation, you will have to ask sp_ . In simple English, ccminer gets a better hash rate with the "-C" flag set at launch. Results depend on the algo and hardware. I use the flag in all of my launch lines. And, I am usually runnning CPUminer-Opt at the same time, with only a small reduction in hash rate for both miners. --scryptr We were both wrong, I looked at the code. -C actually has nothing to do with CPU mining, it only changes how the CPU and GPU are synchronized. It is not implemented in other forks as it is selected automatically when appropriate. JSON LAUNCH.CONF FILE-- The "-C" flag stands for the long form "cpu-mining" command that would be in a JSON format configuration file. An example for ZPOOL follows: { "url" : "stratum+tcp://mine.zpool.ca:4533", "user" : "COIN ADDRESS", "pass" : "rig1,c=COIN", "algo" : "lyra2v2", "intensity" : "21.3", "cpu-priority" : "5", "cpu-mining" : "true" } This is called by a launch line like "ccminer.exe -c zpool.conf". I was unclear as to what I meant by "cpu-mining", and with your focus on coding CPUminer-OPT, you possibly misunderstood. The only fork of ccminer with this switch is sp_ 's, and it works. It forces co-operation between the cpu and gpu that yields better hash rates. Your code inspection is informative. Apparently, auto-selection is not always working to yeild the best results. --scryptr
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
June 21, 2016, 05:34:41 AM |
|
-C improves the hashrate but use alot of cpu.
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 21, 2016, 12:26:14 PM |
|
The "-C" flag stands for the long form "cpu-mining" command that would be in a JSON format configuration file.
That's what the arg is called but not what it does. I had assumed it did what it said but it just uses more CPU to be more responsive to the GPU which helps the GPU hash faster. The CPU doesn't hash at all.
|
|
|
|
bensam1231
Legendary
Offline
Activity: 1764
Merit: 1024
|
|
June 21, 2016, 08:08:50 PM |
|
So curiously, where are people getting 1MH+ on Neoscrypt and 25MH/s on Ethereum on a 1070?
I've been hunting around and Amph's quoted rates are no where to be found.
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
frazier34567
Member
Offline
Activity: 95
Merit: 10
|
|
June 21, 2016, 08:09:17 PM |
|
The "-C" flag stands for the long form "cpu-mining" command that would be in a JSON format configuration file.
That's what the arg is called but not what it does. I had assumed it did what it said but it just uses more CPU to be more responsive to the GPU which helps the GPU hash faster. The CPU doesn't hash at all. Just make sure you have one cpu core (including hyper-threading) per card or it can slow you down. I have an i3 with 6 750 ti cards and it slows down the hash.
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
June 21, 2016, 08:20:38 PM |
|
The "-C" flag stands for the long form "cpu-mining" command that would be in a JSON format configuration file.
That's what the arg is called but not what it does. I had assumed it did what it said but it just uses more CPU to be more responsive to the GPU which helps the GPU hash faster. The CPU doesn't hash at all. Why should the 2 cores in the cpu hash at all?? Bether to let the cpu aid the GPU's to reach the maximum output. -C is intelligent CPU hashing. Your miner is just HASHING .
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
June 21, 2016, 08:33:04 PM |
|
I support BREXIT. No more phone leaks to the wast...
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
June 21, 2016, 08:42:10 PM |
|
I support BREXIT. No more phone leaks to the wast...
Drunk or bump? :-)
|
|
|
|
thevictimofuktyranny
Legendary
Offline
Activity: 1092
Merit: 1004
|
|
June 21, 2016, 09:19:56 PM |
|
Just finished watching the BREXIT TV debate.
Huge applause, when Boris Johnson finished the debate by promising voting for BREXIT, will become known as Britain's "Independence Day"!
First time, in many decades a UK politician has ever got that level of applause from a non-partisan audience.
|
|
|
|
sp_ (OP)
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
June 21, 2016, 09:25:19 PM |
|
Just finished watching the BREXIT TV debate.
Huge applause, when Boris Johnson finished the debate by promising voting for BREXIT, will become known as Britain's "Independence Day"!
First time, in many decades a UK politician has ever got that level of applause from a non-partisan audience.
the UK politician are survivors... You are not
|
|
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 21, 2016, 09:30:35 PM |
|
The "-C" flag stands for the long form "cpu-mining" command that would be in a JSON format configuration file.
That's what the arg is called but not what it does. I had assumed it did what it said but it just uses more CPU to be more responsive to the GPU which helps the GPU hash faster. The CPU doesn't hash at all. Why should the 2 cores in the cpu hash at all?? Bether to let the cpu aid the GPU's to reach the maximum output. -C is intelligent CPU hashing. Your miner is just HASHING . Because it increases the overall hashrate of the rig if the CPU is powerful enough, but the priority for the CPU is to serve the GPUs. As someone else commented about dedicating one CPU thread per GPU, it should be noted this is more important when using -C.
|
|
|
|
AzzAz
Legendary
Offline
Activity: 1030
Merit: 1006
|
|
June 22, 2016, 11:07:17 AM |
|
960 OC factory clocks:
Nicehash 1.6 lyra2rev2: 13560 with sp : 14100 that is 4%
|
|
|
|
thevictimofuktyranny
Legendary
Offline
Activity: 1092
Merit: 1004
|
|
June 22, 2016, 03:06:59 PM Last edit: June 22, 2016, 03:34:55 PM by thevictimofuktyranny |
|
Incidentally, SP_ About the Sc-Fi channel schedule: the 2nd season of "Dark Matter" starts 4th of July, which was the best SC-FI series from 2015. But, if you are into your Apocalyptic Futures, when humanity has been laid to waste and ruin: "Wayward Pines" Is pretty fun to watch
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 22, 2016, 03:30:37 PM |
|
Legendary finally
|
|
|
|
|