KlausT / ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)
GNU General Public License v3.0
133 stars 30 forks source link

-i --intensity is missing #21

Open MyerSmith opened 7 years ago

MyerSmith commented 7 years ago

maybe you can add this feature :)

KlausT commented 7 years ago

Yeah, maybe. Intensity would be log(blocksthreads) / log(2) Or the other way around: blocks threads = 2^intensity

openartstudio commented 7 years ago

hello :-) How can I decrease intensty? Default is on full power of my GPU (-l 8x40 ) and I can not watch the youtube and work on other programs on Windows. It will be great if -i --intensity will be available to set low :-)

KlausT commented 7 years ago

Maybe you could try --bfactor=8 or something even higher

openartstudio commented 7 years ago

ok thanks I setup -l 6x30 --bfactor=10 and is much better :-)