cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
688 stars 303 forks source link

How long will autotune run on K20 for scrypt-jane #91

Open zerowind168 opened 10 years ago

zerowind168 commented 10 years ago

command is follow

cudaminer -s 10 --algo=scrypt-jane -d 0 -b 4096 -i 1 -m 0 -l auto -c 0 -L 3 -o stratum+tcp://yac.coinminer.pl:9088 -O username.1:x

I have run for about 20 minute , but always get stratum detected new block

cbuchner1 commented 10 years ago

the higher the -L , the longer it runs.

use -D to see what it's doing...

2014-02-06 14:07 GMT+01:00 zerowind168 notifications@github.com:

command is follow [image: :+1:] cudaminer -s 10 --algo=scrypt-jane -d 0 -b 4096 -i 1 -m 0 -l auto -c 0 -L 3 -o stratum+tcp://yac.coinminer.pl:9088 -O username.1:x

Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/91 .

zerowind168 commented 10 years ago

Thank you, I get it. the autotune parameter and hashrate is as follow: -L 1 t91x1 2.2k/s -L 2 t138x1 2.6k/s -L 3 t103x2 3.1k/s -L 4 t139x2 3.5k/s -L 5 t171x2 3.6k/s and -D get more information which show it perform autotuning (I guess)